/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate */

/* Seiteneigenschaften */
body 	{
		margin:0px;
		padding:0px;
		color:#000;
		background-color:#f2f3f5;
		/*background-image:url(../img/img_bg_site.jpg);*/
		/*background-repeat:no-repeat;*/
		/*background-position:center top;*/
		} 


/* Schriftart */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 
		{
		color: #000;
		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:12px; }

/* 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 */
span.a {
	font-weight:bold;
	text-decoration:underline;	
	color:#4D85A7;
	cursor: pointer;
}
span.a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */


a {
	text-decoration:underline;	
	color:#0071b5;
	font-weight:bold;
}
a:link { text-decoration:underline; } /* Noch nicht besuchter Link */ 
a:visited { text-decoration:underline; } /* Bereits besuchter Link */
a:hover { color:#000; text-decoration:none; background-color:#f2f3f5;} /* Hover-Effekt */
a:active { color:#000; text-decoration:underline; } /* 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; padding: 0px;} /* Grafik */

/* Layout-Elemente */
#content_left_news hr { height:1px; color:#fff; } /* Horizontale Linie */

/* 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 */



