/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate */

/* Seiteneigenschaften */
body 	{
		margin:0px;
		padding:0px;
		color:#4d4d4d;
		background-color:#fff;
		} 


/* Schriftart */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 
		{
		color: #4d4d4d;
		font-family:arial,helvetica,sans-serif;
		line-height: 140%;
		}

/* Schriftgroesse */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea { font-size:11px; }

/* Ueberschriften */
h1 { font-size:18px; color: #0071b5; letter-spacing:0.01em; font-family: arial, helvetica; font-weight: normal;} 
h2 { font-size:16px; color: #565C50; font-family: arial, helvetica; font-weight: bold;} 
h3 { font-size:16px; color: #565C50; font-weight: bold; font-family: arial, helvetica;margin-bottom:5px;}
h4 { font-size:13px; color: #565C50; font-weight: bold; font-family: arial, helvetica;margin-top:5px;} 
h5 { font-size:11px; color: #565C50; font-weight: bold; font-family: arial, helvetica;margin-bottom:5px;} 

/* Sonderformatierungen */
.txt_blue_bold  {font-size:12px; color: #0071b5; font-weight:bold;} 
.txt_blue_reg 	{font-size:12px; color: #0071b5;}
.txt_blue	 	{color: #0071b5;}

.datum	 {
		font-weight:normal;
		font-size:11px;				
		color:#000;
		}


/* Links */
a 			{
			text-decoration:underline;
			color:#4d4d4d;
			font-weight:bold;
			}

a:link 		{text-decoration:none;} /* Noch nicht besuchter Link */ 
a:visited 	{text-decoration:none;} /* Bereits besuchter Link */
a:hover 	{color:#4d4d4d; text-decoration:none;} /* Hover-Effekt */
a:active 	{color:#4d4d4d; text-decoration:none;} /* Gerade angeklickter Link */

a.no_link { 
	background-image: none; 
	padding-left:0px;
}

/* Listen */
ul { list-style-type:square; } /* Unnummerierte Liste */
ol { list-style-type:decimal; } /* Nummerierte Liste */
dl { } /* Definitionsliste */

/* Grafiken */
img {border:0px;} /* Grafik */

/* Logische Textauszeichnungen */
abbr { } /* Abgekuerzte Schreibweise (z. B. "WWW") */
acronym { } /* Abkuerzung (z. B. "z. B.") */
address { } /* Adresse */
blockquote { } /* Zitat als Block */
big { } /* Groessere Schrift */ 
code { } /* Quelltext */
cite { } /* Zitat */
del { } /* Ungueltiger Text */
dfn { } /* Definition */
em { } /* Stark hervorgehobener Text */
ins { } /* Neu hinzugekommener Text */
kbd { } /* Tastatureingabe */
pre {} /* Vorformatierter Text */
samp { } /* Beispiel */
small { } /* Kleinere Schrift */
strong { } /* Hervorgehobener Text */
var { } /* Variable */




