html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

html{
	margin:0;
	padding:0;
	color:#444444;
	background-color:#6b88b1;
	font-family: Georgia,"Times New Roman",serif;
}


/* ############################################################ */
/* #### allg. Raster / Seitenaufteilung ####################### */

body{
	margin:0;
	padding:100px 0 0 0;
	position: relative;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
	position:relative;
    width: 980px;
	min-height:600px;
	height: auto !important;
	height: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#ffffff;
	background-image: url(images/bg_website.gif);
	background-repeat: repeat-y;
	background-position: 365px 0px;
}

div#header{
	width:980px;
	height:235px;
	overflow:hidden;
	position:relative;
	background-color:#314a97;
	background-repeat: no-repeat;
	background-position: right top;
}
div#signet-search{
	width:365px;
	height:235px;
	background-color:#e5e5cc;
}
img#signet{
	position:absolute;
	left:28px;
	top:36px;
}
div#headerimg{
	position:absolute;
	right:0;
	top:0;
}
div#headertxt{
	position:absolute;
	left:380px;
	bottom:15px;
	color:#ffffff;
}
div#headertxt p{ margin-bottom:0; }
div#headertxt a{ 
	color:#ffffff;
	text-decoration:none;
}
div#headertxt a:hover{ text-decoration:underline; } 



div#columns{
	border-top:30px solid white;
	padding: 0 100px 20px 27px;
}
body#page_1 div#columns{ padding: 0 50px 20px 27px; }

div#navcolumns{
	float:left;
	width:338px;
	overflow:hidden;
}
div#mainnav{
	float:left;
	width:100px;
	overflow:hidden;
}
div#subnav{
	float:right;
	width:230px;
	overflow:hidden;
}


div#contentcolumns{
	float:right;
	width:500px;
	overflow:hidden;
}
body#page_1 div#contentcolumns{ width:550px; }

div#leftcontent{
	float:left;
	width:230px;
	overflow:hidden;
}
div#rightcontent{
	float:right;
	width:230px;
	overflow:hidden;
}

body#page_1 div#leftcontent{ width:307px; }	
body#page_1 div#rightcontent{ width:203px; }	
body#page_1 div#rightcontent p{ 
	margin: 0;
	border-bottom:1px solid #444444;
}	

div.clearer{ clear:both; }


div#footer{
	position:absolute;
	width:339px;
	left:27px;
	bottom:0px;
	border-bottom:10px solid #ffffff;
	font-size:10px;
	color:#797979;
}
div#footer a{ color:#797979; }


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size:12px;
	line-height:1.5em;
}


p{
	margin-top:0;
}

a{
	color:#336699;
	text-decoration:none;
}

span.important { color:#336699; }

h1{
	font-size:19px;
	line-height:1.5em;
	font-weight:normal;
}
div#contentcolumns h1{
	font-size:12px;
	line-height:1.5em;
	color:#336699;
}

h2{
	font-size:12px;
	line-height:1.5em;
}

td{
	vertical-align:top;
}

img{ border:none; }

div#contentcolumns ul{
	margin-left:0;
	padding-left:0;
}
div#contentcolumns li{
	padding-left:11px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}


/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:3px;
}
.csc-mailform-field textarea,
input.csc-mailform-input,
.tx-guestbook-field textarea{
	width:300px;
}


/* ####################################################### */
/* #### Rahmen um Content-Elemente ####################### */

/* RAHMEN1: Hintergrund grau mit Linie oben */
div.rahmen1{
	border-top:1px solid #adacad;
	color:inherit;
	background-color:#e1e2e2;
	margin:20px 0 20px 0;
	padding-bottom:3px;
}
div.rahmen1 p{
	margin: 0 10px 0 10px;
}
div.rahmen1 div.csc-textpic-intext-left-nowrap h2,
div.rahmen1 div.csc-textpic-intext-left-nowrap p{
	margin-left:0;
}
div.rahmen1 h2{
	margin: 0 10px 0 10px;
	padding-top:2px;
}


/* ############################################################ */
/* #### Suche ################################################# */

div#searchform{
	position:absolute;
	left:27px;
	top:200px;
}

form{
	margin:0;
}

input#txtsearch{
	float:left;
	display:block;
	margin:0;
	padding:0 0 0 3px;
	width:165px;
	color:#666666;
	background-color:#f5f5eb;
	border:0;
	height:20px;
	overflow:hidden;
	font-size:12px;
	border-right:2px solid #e5e5cc;
}
input#submitbtn{
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:20px;
	color:#ffffff;
	background-color:#f5f5eb;
	height:20px;
	border:0;
	overflow:hidden;
	font-size:10px;
}


/* ############################################################ */
/* #### Hauptnavigation ####################################### */

div#mainnav ul{
	margin:0;
	padding:0;
	list-style: none;
}
div#mainnav li{
	font-size:12px;
	line-height:1.6em;
	margin:0;
	padding:0;
}
div#mainnav a{
	text-decoration:none;
	color:#666666;
}
div#mainnav a.act,
div#mainnav a:hover{
	font-weight:bold;
	color:#336699;
}


/* ############################################################ */
/* #### Unternavigation ####################################### */

div#subnav ul{
	margin:0;
	padding:0;
	list-style: none;
}
div#subnav ul ul{
	padding: 0 0 0 17px;
}
div#subnav li{
	font-size:12px;
	line-height:1.6em;
	margin:0;
	padding:0;
}
div#subnav a{
	display:block;
	padding-left:17px;
	text-decoration:none;
	color:#666666;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
div#subnav a.act,
div#subnav a:hover{
	font-weight:bold;
	color:#336699;
	background-image: url(images/arrow_act.gif);
}


/* ####################################################### */
/* #### tt_news ########################################## */

/* Vor- und Zurück-Navigation: */

div.tx-ttnews-browsebox td a{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	margin-right:3px;
	background-color:#eceded;
	line-height:20px;
}
div.tx-ttnews-browsebox td a:hover,
div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a{
	background-color:#6b88b1;
	color:#ffffff;
}

