/* CSS-Definitionsdatei für NZE Website. Stand 10.11.2005 
Alle Rechte liegen beim Nephrologischen Zentrum Emsland. Autor Frank Schulte */

BODY { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: 10pt;
	text-transform: none; 
	color: rgb(0,0,0); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	background-repeat: repeat-y; 
	background-position: top left;
	}


 
/*  Richtige Reihenfolge von Hyperlink Definitionen mit CSS --> a:link a:visited a:hover a:active*/

A:link 
	{ 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none ; 
	font-variant: normal;
	}

A:visited 
	{ 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none ; 
	font-variant: normal;
	}

A:hover 
	{ 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: underline; 
	font-variant: normal;
	}


A:active 
	{ 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: underline; 
	font-variant: normal;
	}
 
 
/*  Überschriftenformatierung H1 bis H6 */

H1 { 
	font-family: Veranda,Arial,Tahoma,Helvetica,Sans-serif,sans-serif; 
	font-size: 20pt; 
	text-transform: none; 
	color: rgb(175,175,175); 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	background-color: rgb(255,255,255);
	}
 
H2 { 
	font-family: Veranda,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 18pt; 
	font-weight: normal; 
	font-style: normal;
	}

H3 { 
	font-family: Veranda,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: bold; 
	font-variant: normal; 
	text-indent: 0pt; 
	border: 1pt dashed rgb(204,204,204); 
	margin: 2pt; 
	padding: 2pt;
	}

H4 { 
	font-family: Veranda,Arial, sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,153,0); 
	font-weight: bold; 
	font-variant: normal; 
	border: 1pt solid rgb(153,153,102); 
	padding: 2pt;
	}

H6 { 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(204,0,0); 
	font-weight: bold; 
	font-variant: normal; 
	border: 1pt solid rgb(204,204,204); 
	margin: 2pt; 
	padding: 2pt;
	}

/*  Absätze, Listen, Hintergrund oben und weitere Textformatierungen */

P { 
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(0,0,0); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-align: justify; 
	clear: both; 
	padding: 5pt; 
	border: none; 
	
	}

LI { 
	list-style-image: url("menu-pfeil.gif");
	} 


.TextNavBar { 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 8pt; 
	text-transform: none; 
	color: rgb(0,0,0); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 
 
.TextObject { 
	font-family: Arial,sans-serif; 
	font-size: 10pt; 
	text-transform: none; 
	color: rgb(0,0,0); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	clear: both; 
	padding: 0pt 1pt; 
	}
 


 #bg_rechts {
 	background-image:url(hintergrund_oben.gif); 
	background-repeat:repeat-x;
 	background-position:top left;
	}
 