/* CSS der Website www.kfh-mainz.de
(C) KFH Mainz 2009
A. Büsch, K. Lerbs - letzte Änderung 24.07.2009

Farbdefinitionen:

rot				#CE003C	Logo-Schrift und Blickfang-Pfeile
blau			#003772	Navi-Balken oben, links, Überschriften H1
grau Vollton 	#D6D8E8 Logo-Hintergrund
grau 60%		#E5E7F0	2. Menüpunkt
grau 40%		#EEEFF5	1. Menüpunkt
grau 20%		#F6F6FA	Seitenhintergrund
schwarz 		#000000	Überschriften H2-H4, Fließtext etc.
weiß			#ffffff	Browserhintergrund, negative Schrift Navi-Balken

Schriften:

Trebuchet MS, Arial, Helvetica, sans-serif;

*/



BODY {
	MIN-WIDTH: 700px; 
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; 
	color: #000000;
	font-size: 12px;
	
}


/* Stile für ifw-Programm */

.Stil98 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #003772;
	font-weight: bold;
}

.Stil99 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

.Stil100 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
	
}

.Stil101 {
	font-size: 12px;
	color: #990000;
	font-family: "Trebuchet MS";
	font-weight: bold;
}




* {
	margin: 0;
	padding: 0;
}


.left { 
  float: left;
  margin-top: 0em;
  margin-bottom: 1em; 
  margin-left: 0em;
  margin-right: 1em; 
  }
  
.right {
 float: right;
 margin-top: 1em;
 margin-bottom: 0em; 
 margin-left: 0em;
 margin-right: 1em; }



H1 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.5em; 
	padding-left: 10px; 
	padding-bottom: 10px;
	color:#003772;
}

H2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.4em;
	color:#003772;
}


H3 {FONT-WEIGHT: bold;
	FONT-SIZE: 1em; 
	color:#003772;
}

H4 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.2em;
	color:#003772;
}
H5 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 0.8em;
}


H6 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.4em;
	color:#003772;
}





/*Gesamtseite*/
#seite {
	MARGIN: 25px auto; 
	WIDTH: 80%; 
	POSITION: static;
	TEXT-ALIGN: left;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 

}


/*Kopfteil*/


#header {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 6px; 
	HEIGHT: 80px; 
	BACKGROUND-COLOR: #EEEFF5
}

#header_2 {
	float: left;
	width: 20%; /* breite navigation */
	background-color: #E5E7F0;
	POSITION: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 120px; /*mindest Breite*/
	HEIGHT:15px;
	
}


#header_3 {
	float: left;
	width: 80%; /* breite navigation */
	background-color: #E5E7F0;
	color:#003772;
	POSITION: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 120px; /*mindest Breite*/
	HEIGHT:15px;
	font-weight:normal;
}




#header_3 a:link {
	color: #003772;
	text-decoration: none;
	font-weight:normal;
}

#header_3 a:visited {
	color: #003772;
	text-decoration: none;
	font-weight:normal;
}

#header_3 a:active {
	color: #003772;
	text-decoration: none;
	font-weight:normal;
}

#header_3 a:hover {
color: #003772;
	text-decoration: underline;
	font-weight:normal;
}




/*Inhalt*/
#content {
	FLOAT: right; WIDTH: 77%;
	margin-top: 1em;
	height:100%;
	min-height: 600px;
	
}

#content P {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px; 
}

/*Überschrift Content*/
#content H2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.4em;
	color:#003772;
	padding-bottom:5px;
	border-bottom: 1px solid #d6d8e8; 
}

#content H4 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.2em;
	color:#003772;
 
}






#content a:link, a:visited, a:active {
color: #003772;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
color: #003772;
	text-decoration: underline;
}






#content .spalte_1 {
FLOAT: left; 
WIDTH: 48%;
padding-bottom:5px;


}

/*Überschrift in Spalte_1*/
#content .spalte_1 h3 {
padding-top: 10px;
}

/*Linie in Spalte_1*/
#content .spalte_1 p {
border-bottom: 1px solid #d6d8e8; 
}





#content .spalte_2 {
FLOAT: right; 
WIDTH: 48%;
padding-bottom:5px;

}

/*Überschrift in Spalte_2*/
#content .spalte_2 h3 {
padding-top: 10px;
}

/*Linie in Spalte_2*/
#content .spalte_2 p {
border-bottom: 1px solid #d6d8e8; 
}









/*Überschrift in Spalte_60*/
#content .spalte_60 h3 {
padding-top: 10px;
}

/*Linie in Spalte_60*/
#content .spalte_60 p {
border-bottom: 1px solid #d6d8e8;

}

#content .spalte_60 {
FLOAT: left; 
WIDTH: 60%;
margin-top: 15px;
margin-bottom: 10px;

}



/*Überschrift in Spalte_ein*/
#content .spalte_ein h3 {
padding-top: 10px;
}

/*Linie in Spalte_ein*/
#content .spalte_ein p {
border-bottom: 1px solid #d6d8e8;

}

#content .spalte_ein {
FLOAT: left; 
WIDTH: 98%;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 13px;

}









#content .spalte_100 {
FLOAT: right; 
WIDTH: 100%;
margin-top: 10px;
margin-bottom: 0px;
}
#content .spalte_100 p {
border-bottom: 1px solid #d6d8e8;

}

#content .spalte_30 {
FLOAT: left; 
WIDTH: 30%;
margin-top: 15px;

margin-bottom: 10px;

}

#content .spalte_40 {
FLOAT: left; 
WIDTH: 40%;
margin-top: 15px;

margin-bottom: 10px;

}

#content .spalte_50 {
FLOAT: left; 
WIDTH: 50%;
margin-top: 15px;

margin-bottom: 10px;

}

#content .spalte_18 {
FLOAT: left; 
WIDTH: 18%;
padding-bottom:10px;

}

#content .spalte_12 {
FLOAT: left; 
WIDTH: 12%;
padding-bottom:10px;
margin-top: 15px;

}

#content .spalte_70 {
FLOAT: left; 
WIDTH: 70%;
padding-bottom:10px;
margin-top: 15px;

}

/* Für ifw-Programm */

#content .ifw_100 {
FLOAT: left; 
WIDTH: 99%;
padding-bottom:7px;
padding-top: 7px;
padding-left: 7px;
margin-top: 15px;
BACKGROUND-COLOR: #EEEFF5
}







#content .spalte_tabelle {
FLOAT: right; 
WIDTH: 100%;
margin-top: 10px;
margin-bottom: 0px;
white-space:nowrap;
}







/* navigation */
#navigation {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	float: left;
	width: 20%; /* breite navigation */
	background: #eeeff5;
	min-width: 120px; /*mindest Breite*/
	padding-top: 10px;
	border-bottom: 3px solid #eeeff5;
	height:100.01%;
	min-height: 600px;
}

#navigation ul {
	padding: 0;
	border-top: 0px solid #D6D8E8;
}

#navigation li {border-bottom: 1px solid #D6D8E8;
				list-style: none;
				
				}

#navigation li a {
	font-size: 1em;
	color: #003772;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 95%;
	font-weight:normal;

}
#navigation li a:hover {
	background: #D6D8E8;
	color: #003772;	
}

/* Untermenü */

#navigation UL UL {
	MARGIN-LEFT: 8px; 
	WIDTH: 94%;
	min-width: 90px;
}
#navigation UL UL LI {
	MARGIN: 0px; 
	BORDER-BOTTOM: 1px solid #D6D8E8;
}
#navigation UL UL A:link {
	FONT-WEIGHT: normal; 
	COLOR: #003772; 
	BACKGROUND-COLOR: #E5E7F0
}
#navigation UL UL A:visited {
	FONT-WEIGHT: normal; 
	COLOR: #003772; 
	BACKGROUND-COLOR: #E5E7F0
}
#navigation UL UL A:hover {
	COLOR: #003772; 
	BACKGROUND-COLOR: #F6F6FA
}

#navigation UL UL {
	font-size: 11px;
}

#navigation .einr1 {
	margin-left: 12px;
}




/*Fussteil*/
#footer {
	CLEAR: both; 
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 2px; 
	BACKGROUND-COLOR: #d6d8e8;
	HEIGHT: 10px;
	font-size: 0.8em;
}


