/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate */

/* Seiteneigenschaften */
body { 
	margin:0px; 
	padding:0px; 
	color:#000; 
	background-color:#ebecea;
} 

/* Schriftart */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 {
	color: #495157; 
	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; }


/* Standardfarben */
/* grau: #565C50; NEU(07.06.2011) #495157 */
/* blau: #80AFCB; NEU(07.06.2011) #5996B9 */
/* schrift grau #4A4F44; NEU(07.06.2011) #495157  */
/* schrift blau #6D93A9; */

/* Ueberschriften */
h1 { font-size:18px; color: #495157; letter-spacing:0.01em; font-family: arial, helvetica; font-weight: normal; } /* 1. Ordnung */
h2 { font-size:16px; color: #495157; font-family: arial, helvetica; font-weight: normal; text-transform:uppercase;} /* 2. Ordnung */
h3 { font-size:14px; color: #495157; font-weight: bold; font-family: arial, helvetica; text-transform:uppercase;} /* 3. Ordnung */
h4 { font-size:13px; } /* 4. Ordnung */
h5 { font-size:12px; } /* 5. Ordnung */
h6 { font-size:10px; } /* 6. Ordnung */

/* Links */
span.a {
	background-image:url(/common/images/link_blau.gif);
	background-position:1px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;	
	color:#5996B9;
	cursor: pointer;
}
span.a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */


a {
	background-image:url(/common/images/link_blau.gif);
	background-position:1px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;	
	color:#5996b9;
}
a:link { text-decoration:underline; } /* Noch nicht besuchter Link */ 
a:visited { text-decoration:underline; } /* Bereits besuchter Link */
a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */
a:active { color:#003366; 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 */
hr { height:1px; color:#000000; } /* Horizontale Linie */

/* Formulare */
form { margin:0px; } /* Formular */
input { } /* einzeiliges Textfeld, Checkbox, Radiobutton, Dateiupload, Button etc. */
label { } /* Beschriftung fuer Formularfeld */
textarea { } /* mehrzeiliges Textfeld */

/* 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 */


/* Ueberschriften */

h3.startseite_news { font-size:12px; color: #495157; font-weight: bold; font-family: arial, helvetica; line-height:1;text-transform:none;margin-top:4px;margin-bottom:3px;padding-top:4px;padding-bottom:2px;} /* 3. Ordnung */
table.liste div.subheadline h2{
margin-top:2px;margin-bottom:2px;padding-top:2px;padding-bottom:1px;
text-transform:none;
}



