@import url(templates/main/css/tt_news_v2_styles.css);
@import url(topmenue.css);
@import url(leftmenue.css);

body {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #183883;
}


#kasten1 {
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	margin-left:-400px;
	background-image:url(bilder/bgbild.jpg);
	background-repeat:repeat-y;
}


#top {
	height: 151px;
	width: 800px;
	z-index:9;
	background-image:url(bilder/top.jpg);
	background-repeat:no-repeat;
}


#menuetop {
	height: 20px;
	width: 800px;
	z-index:9;
	background-image:url(bilder/menuetop.gif);
	background-repeat:no-repeat;
}

#menueleft {
	float:left;
	padding-left:10px;
	padding-top:30px;
	min-height:450px;
	width: 151px;
	z-index:9;
}

/*
#inhaltbg {
	position:absolute;
	width: 638px;
	top: 171px;
	left: 162px;
	z-index:10;
	background-image:url(bilder/inhalt.jpg);
	background-repeat:repeat-y;
}
*/
#inhalt {
	float:left;
	width: 600px;
	z-index:9;
	padding:30px 2px 30px 27pt;
}

/* news breite 
#kasten1 #inhaltbg #inhalt p {
	width: 490px;
	z-index:9;
}

#kasten1 #inhaltbg #inhalt .news-single-item p.bodytext {

}
*/

#kasten1 #inhaltbg #inhalt {
	width: 490px;
	z-index:9;
}

#kasten1 #inhaltbg #inhalt .csc-textpic-text p {
	width: 490px;
	z-index:9;
}

#textstart {
	position:absolute;
	width: 390px;
	top: 514px;
	left: 375px;
	z-index:12;
}

#bildstart {
	position:absolute;
	width: 300px;
	top: 378px;
	left: 374px;
	z-index:12;
}

#teaser {
	position:absolute;
	width: 300px;
	top: 211px;
	left: 21px;
	z-index:12;
}

#teaser2 {
	position:absolute;
	width: 300px;
	top: 375px;
	left: 21px;
	z-index:12;
}

#vht {
	position:absolute;
	width: 104px;
	top: 417px;
	left: 241px;
	z-index:12;
}

#fuss {
	clear:both;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	background-color:#4882BC;
	width:790px;
}

/* für formular - start */

.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:100px;
padding-left:10px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:265px;
border: 1px solid #333;
background:#F4F4F4;
padding:1px;
margin-bottom:10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 112px;
background:#8AB5DF;
/* Float wieder abschalten */
clear: both;
}
/* für formular - ende */


DIV.csc-frame csc-frame-invisible {
border: none; /* Rand ausschalten */
border: 1px solid #333;
background:none;
}


td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #183883;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}



html {
 height:100%;
 margin-bottom:1px;
}


<!--[if gte IE 6]>
<style type="text/css">
html {overflow-y:scroll;}

table.inhalt {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.menue2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
A.menue2:link {color:#FFFFFF;text-decoration:none;}
A.menue2:visited {color:#FFFFFF;text-decoration:none;}
A.menue2:active {color:#ECE86A;text-decoration:none;}
A.menue2:hover {color:#ECE86A;text-decoration:none;}
A.menue2:focus {color:#ECE86A;text-decoration:none;}

.menuelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.menuegelb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECE86A;
}

A.menuelinks:link {color:#FFFFFF;text-decoration:none;}
A.menuelinks:visited {color:#FFFFFF;text-decoration:none;}
A.menuelinks:active {color:#ECE86A;text-decoration:none;}
A.menuelinks:hover {color:#ECE86A;text-decoration:none;}
A.menuelinks:focus {color:#ECE86A;text-decoration:none;}

A.menuegelb:link {color:#FFFFFF;text-decoration:none;}
A.menuegelb:visited {color:#ECE86A;text-decoration:none;}
A.menuegelb:active {color:#ECE86A;text-decoration:none;}
A.menuegelb:hover {color:#ECE86A;text-decoration:none;}
A.menuegelb:focus {color:#ECE86A;text-decoration:none;}

