/*--------------------------------------------------------------*/
/*	Stylesheet zur Homepage für das Pflegeteam Eule 	*/
/*								*/
/*	Dateiname: css.css					*/
/*	Datum: 01. 02.11 					*/
/*	Autor: Ursula Heck					*/
/*--------------------------------------------------------------*/




/*--------------------------------------------------------------*/
/*	Einstellungen für body					*/
/*--------------------------------------------------------------*/

body {

	background-color:#99ccff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	
}

/*--------------------------------------------------------------*/
/*	Einstellung für Überschriften            		*/
/*--------------------------------------------------------------*/

h1 {

	font-weight:bold;
	font-size:1.7em;
	
	
}


h2 {

	font-weight:bold;
	font-size:1.2em;
	margin-top:70px;
	text-align:left;
	
	
}

h3 {

	font-weight:bold;
	font-size:1em;
	text-align:left;
	
}





/*--------------------------------------------------------------*/
/*	Einstellungen für den hauptrahmen			*/
/*								*/	
/*--------------------------------------------------------------*/

#hauptrahmen {

	background-color:ffffec;
	margin-left:7%;
	width:86%;
	border:2px solid #000099;
	
}	



/*--------------------------------------------------------------*/
/*	Einstellung für  inhalt	                        	*/
/*--------------------------------------------------------------*/
 
div.inhalt {
	
	width:70%;
	margin-top:9%;
	margin-left:10%;

	padding:10px;
	
	
	color:#000000;
	
	text-align:left;
	
	background-color:ffffec;
	


}




#kopfnote {

	
	
	float:right;
	font-size:0.7em;
	font-weight:bold;

}


	

/*--------------------------------------------------------------*/
/*	Pseudoformate für links	innerhalb von "Inhalt"		*/
/*--------------------------------------------------------------*/

	div.inhalt a:link {color:#000099;text-decoration:underline;font-weight:bold;}
	div.inhalt a:visited {color:#000099;text-decoration:underline;font-weight:bold;}
	div.inhalt a:hover {color:#000099;text-decoration:underline;background-color:#99ccff;}
	div.inhalt a:focus {color:#000099;text-decoration:underline;background-color:#99ccff;}



}