@charset "UTF-8";

@font-face {
	    font-family: 'Meta';
	    src: url('meta_web_bold/MetaWeb-Bold.eot');
		src: local('☺'),
		url('meta_web_bold/MetaWeb-Bold.woff') format('woff'),
		url('eurostile/eurostileltstd-bold-webfont.otf') format('opentype'),
		url('meta_web_bold/MetaComp-Bold.ttf') format('truetype'),
		url('eurostile/eurostileltstd-bold-webfont.svg') format('svg');
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4b4b4d;
	font-size: 12px;
	line-height: 18px;
}


ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	padding-left: 14px;
	margin: 0;
	list-style: disc;
}

p {
	margin: 0px;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding: 0px;
	padding-bottom: 7px;
}

h1 {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}

h_2 {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

nav {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}


/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container {
	width: 950px;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-bottom: 40px;
	background-image: url(grafik/bg.gif);
}

div#inner {
	width: 946px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(grafik/bg_zahn2.gif);
	background-repeat: no-repeat;
}


/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	height: 120px;
	background-image: url(grafik/consera_logoheader.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div#top {
	height: 2px;
	background-image: url(grafik/top.gif);
	background-repeat: no-repeat;
}

div#left_col {
	float: left;
	width: 294px;
	margin-top: 8px;
}

div#right_col {
	float: left;
	width: 294px;
	margin-top: 8px;
	margin-left: 30px;
}

div#content_col {
	float: left;
	width: 625px;
	margin-top: 20px;
}

div#headline_col {
	float: left;
	width: 625px;
	margin-top: 20px;
}

div#headline_col_h2 {
	float: left;
	width: 625px;
	margin-top: 20px;
}


div#all_content_col {
	float: left;
	width: 625px;
	margin-top: 30px;
	margin-left: 30px;
}


/* ~~ Stile für die Fußzeile ~~ */
.footer {
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	background-image: url(grafik/footer2.gif);
	background-repeat: no-repeat;
	height: 88px;
	margin-top: 20px;
	bottom: 0px;
	background-color: #ffffff;
}


/* ~~ Verschiedene float/clear-Klassen ~~ */

.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im .container) platziert werden, wenn .footer entfernt oder aus dem .container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ~~ Beginn Metanavigation ~~ */
#metanav {
position:absolute;
width: 250px;
height:auto;
margin-top: 92px;
margin-left: 668px;
text-align: right;
}
.metanav			{
	list-style: none;
   	overflow: visible;
   	vertical-align: left;
   	font-size: 12px;
   	font-weight: normal;
   	color: #4b4b4d;
   	text-align: left;
   	text-decoration: none;
}
	
.metanav:hover 	{
	list-style: none;
    overflow: visible;
    vertical-align: left;
   	font-size: 12px;
    font-weight: normal;
    color: #006ab3;
    text-align: left;
    text-decoration: underline;
}
					
.metanav_a	{
	list-style: none;
    overflow: visible;
    vertical-align: left;
   	font-size: 12px;
    font-weight: normal;
    color: #006ab3;
    text-align: left;
    text-decoration: underline;
}
/* ~~ Ende Metanavigation ~~ */


/* ~~ Beginn Nnavigation horizontal ~~ */
div#mainnav {
	float: left;
	width: 233px;
	margin-top: 20px;
	margin-left: 28px;
}


.mainnav 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
    text-decoration: none;
    color: #4b4b4d;
}

.mainnav:hover 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
    text-decoration: none;
    color: #006ab3;
}

.mainnav_a 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
    color: #006ab3;
}

.subnav 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
    text-decoration: none;
    color: #4b4b4d;
	padding-right: 7px;
	padding-left: 15px;
}

.subnav:hover 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
    text-decoration: none;
    color: #006ab3;
	padding-right: 7px;
	padding-left: 15px;
}

.subnav_a 	{
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
    color: #006ab3;
	padding-left: 15px;
}


/* ~~ Ende Navigation horizontal ~~ */

/* ~~ Beginn Textdefinitionen ~~ */
.headline {
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #006ab3;
	letter-spacing: normal;
	padding: 0px;
}

.subline {
	font-family: Meta, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #4b4b4d;
	letter-spacing: normal;
	padding: 0px;
}


.text12_normal {
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4d;
	letter-spacing: normal;
}

.text12_normal_red {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	letter-spacing: normal;
}

.text12_normal_blue {
	font-size: 12px;
	font-weight: bold;
	color: #006ab3;
	letter-spacing: normal;
}

.text12_bold {
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4d;
	letter-spacing: normal;
}

.links_normal {
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4d;
	letter-spacing: normal;
	text-decoration: underline;
}

.links_normal:hover {
	font-size: 12px;
	font-weight: normal;
	color: #006ab3;
	letter-spacing: normal;
	text-decoration: underline;
}

.links_normal_bold {
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4d;
	letter-spacing: normal;
	text-decoration: underline;
}

.links_normal_bold:hover {
	font-size: 12px;
	font-weight: bold;
	color: #006ab3;
	letter-spacing: normal;
	text-decoration: underline;
}

.text12_normal_white {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: normal;
}

.float_left {
float: left;
padding-right: 30px;
}

.images {
padding-bottom: 3px;
}

.freisteller {
float: left;
padding-right: 20px;
padding-top: 7px;
}



