/****************************************/
/* follow.css (c) 2006 Stefan Holzhauer */
/****************************************/

/* Redefinitionen von HTML-Tags */
* body {
	text-align: center;
}

body {
	background-image: url(gui/headerbg.gif);
	margin: 0px;
	background-color: #111111;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-variant: small-caps;
	color: #660000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #660000;
}

table.normal {
	padding: 2px;
	vertical-align: top;
}

a {
  color: #663300;
}

a:hover {
  color: #663300;
  text-decoration: none;
}

p.text {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.3em;
}

p.textnormal {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

p.text:first-letter {
	font-size: 280%;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	color: #990000;
}

p.textsubsequent {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

p.textsubsequent:first-letter {
	font-size: 180%;
	font-weight: bold;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	color: #990000;
}

p.center {
    text-align: center;
}

/* Pseudocodes für die Menüs */

/* Seitenmenü */
a.menu01 {
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
    margin-left: 22px;
	padding-left: 10px;	
}

a.menu01:before {
	content: url(gui/bullet_empty.gif);	
}

a.menu01:hover:before {
	content: url(gui/bullet.gif);
}

a.menu01:active:before {
	content: url(gui/bullet.gif);
	font-weight:bold;	
}

/* Seitenmenü Ebene 2 */
a.submenu01 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #CCCC00;
	margin-left: 35px;
	height: auto;
}

a.submenu01:before {
	content: url(gui/bullet02_empty.gif);	
}

a.submenu01:hover:before {
	content: url(gui/bullet02.gif);
}

a.submenu01:active:before {
	content: url(gui/bullet02.gif);
	font-weight:bold;
}

/* Breadcrumb */
a.menu02 {
	text-decoration: none;
	font-weight:bold;
	color: #CCCC00;
}

a.menu02:hover {
	text-decoration: underline;
}

/* ID-basiert */ 

/* Brotkrümel-Navigation */
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
}

/* Menü-divs */
#menutop {
	height: 50px;
	width: 100%;
}
#menulink01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
    margin-left: 22px;
	padding-left: 10px;
	height: auto;
}
#menulink02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC00;
    margin-left: 55px;
	height: auto;
}
/* Hauptlayer, der den gesamten Inhalt umschließt,
   mittels "margin: auto" horizontal zentriert */

#content {
	position: relative;
	background-image: url(gui/headerfollow.gif);
	width: 750px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: 18px 0px;
	text-align: left;
}

/* Rahmen in welchem "Navigation" steht */

#navlogo {
	position: relative;
	background-image: url(gui/navigation.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 157px;
	top: 100px;
}

/* unterer Teil des Follow-Logos */

#header {
	position: relative;
	z-index: 3;
	height: 57px;
	width: 157px;
	top: 100px;
	background-image: url(gui/logofuss.gif);
	background-repeat: no-repeat;
}
/* Abstand zwischen den Einträgen des linken Manüs */

#lmenu {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Klassen */

.topcell {
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}

/* Haupttabelle in der sich der gesamte Inhalt abspielt */

.maintable {
	background-image: url(gui/contentbg.gif);
	background-repeat: repeat-y;
	background-position: 0px 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
}

/* Breadcrumb-Zelle */

.breadcrumbcell {
	height: 16px;
	background-image: url(gui/breadcrumbline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Zelle in der sich das Menü befindet */

.menubgcell {
	background-image: url(gui/navbg01.gif);
	background-repeat: repeat-y;
}

/* Fußzelle des Menürahmens */

.menufootercell {
	background-image: url(gui/menubgfooter.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}

/* Zelle die den horizontalen Rahmen des Footers enthält */

.footerbordercell {
	background-image: url(gui/footerbg.gif);
	background-repeat: repeat-x;
	height: 19px;
}

/* Zelle, die den Footertext enthält */

.footercell {
	text-align: center;
	height: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCC00;
}

/* die nachfolgenden Klassen sind für den Rahmen und den Inhalt des Contentframes,
   also des Dingens das so aussieht wie ein Blatt Pergament */ 

/* definiert die oberste Zeile der Contentframe-Tabelle  */
.contentframebordertb {
	height: 20px;
}

/*content frame top left */
.cftl {
	background-image: url(gui/c_obenlinks.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
}

/*content frame top middle */
.cftm {
	background-image: url(gui/c_oben.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 535px;
}

/*content frame top right */
.cftr {

	background-image: url(gui/c_obenrechts.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
}

/*content frame left */
.cfl {
	background-image: url(gui/c_linksmitte.gif);
	width: 20px;
	background-repeat: repeat-y;
	background-position: right top;
}

/*content frame right */
.cfr {
	background-image: url(gui/c_mitterechts.gif);
	width: 20px;
	background-repeat: repeat-y;
	background-position: left top;
}

/* content background */
.contentcell {
	background-image: url(gui/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

/* content frame bottom left */
.cfbl {
	background-image: url(gui/c_untenlinks.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 20px;
}

/* content frame bottom right */
.cfbr {
	background-image: url(gui/c_untenrechts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}

/* content frame bottom middle */
.cfbm {
	background-image: url(gui/c_unten.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}

/*Override der css_styled_template-Klassen?*/
/**********/
/* Images */
/**********/

/*Bildunterschriften*/
dd.csc-textpic-caption {
        font-family: "Arial", Helvetica, sans-serif;
	font-size: 9pt;
        color: #000000;
}

.csc-textpic-imagewrap {margin-top: 10px;}

.mail {border: 0px;}