@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}


body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333;
	position:absolute;
	width:100%;
	background-color:#1C1A30;
	text-align:center;
	background-image:url(../pic/hintergrund_body.gif);
	background-position:top;
	background-repeat:repeat-x;
}

/*Positionierungskontext für alle folgenden container in page*/
#page{
	position:relative;
	text-align:left;
	width:984px;
	margin-right:auto;
	margin-left:auto;
}
	
#header{
	height:104px;
	border-top:5px solid #FFF;
	background-color:#1C1A30;
}

#logo{
	margin:0px;
	padding:0px;
	position:relative;
	top:35px;
	left:570px;
	}
	
#top{
	
}
	
/*+++++++++++++++++++++++++++++++++++*/	
/*++++ N A V I G A T I O N ++++ */

#navi{
	width:187px;
	height:330px;
	border:5px solid #FFF;
	background-color:#4C586B;
	float:left;
	overflow:hidden;
}

div#navi ul{
	margin:0px;
	margin-top:20px;
	padding:0px;
}

div#navi ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#navi ul li a{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:25px;
	display:block;
	height:25px;
	width:180px;
	background:#4C586B url(../pic/navi_punkt_4x4.gif) no-repeat 10px 11px;
	padding-left:20px;
	text-decoration:none;
	color:#FFF;
}

div#navi ul li#aktiv a{
	background:#1C1A30 url(../pic/navi_punkt_on_4x4.gif) no-repeat 10px 11px;
}
	
div#navi ul li a:link{
	background-color:#4C586B;
}	
	
div#navi ul li a:hover{
	color:#FFF;
	color:#F5DE17;
	background:#1C1A30 url(../pic/navi_punkt_roll_4x4.gif) no-repeat 10px 11px;
}
	
div#navi ul li#aktiv a:hover{
	color:#FFF;
}


/*+++++++++++++++++++++++++++++*/	
	
#picgr{
	width:590px;
	height:330px;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	background-color:#666;
	float:left;
	overflow:hidden;
}
	
#picgr img{
	width:590px;
	height:330px;
}

/*++++ Startseite +++*/
#picgr_start{
	width:781px;
	height:330px;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-right:5px solid #FFF;
	background-color:#666;
	overflow:hidden;
	}
	
#picgr_start img{
	width:781px;
	height:330px;
}
/*+++++++++++++++++++++*/

#thumb{
	width:193px;
	height:332px;
	border:none;
	padding:2px;
	border-top:1px solid #FFF;
	background-color:#FFF;
	float:left;
	overflow:hidden;
}

#thumb ul{
	list-style:none;
	margin:0;
	padding:0;
	}

#thumb ul li{
	background-image:none;
	margin:0;
	padding:0;
	}
	
#thumb a img{
	display:block;
	width:187px;
	height:62px;
	margin:0px;
	margin-bottom:1px;
	padding:0px;
	border-style: solid;
	border-color:#FFF;
	border-width:2px 3px;
}

#thumb a:hover img{
	position:relative;
	z-index:100;
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	border-style: solid;
	border-color:#999;
	border-width:2px 3px;
				border-right:2px solid #FFF;
				border-left:3px solid #FFF;
			
}

#main{
	clear:both;
	height:100%;
	background-image:url(../pic/hintergrund_content.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#col01{
	width:187px;
	height:165px;
	border:5px solid #FFF;
	background-color:#4C586B;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
}
	
#col01 img{
	width:187px;
	height:165px;
}


#col02{
	width:590px;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	background-color:#FFF;
	padding-bottom:10px;
	float:left;
}

/* ++++++++++++++++ I N H A L T ++++++++++++++++++++++++ */
#col02 h1{
	margin:25px 0 20px 20px;
}

#listeLinks, #textBoxLeft, #form_listeLinks{
	width: 285px;
	float: left;
	margin: 20px 0;
							margin-top:0;
	padding: 0 0 0 20px;
	
}

#trenner, #linie, #form_trenner {
	padding: 0 20px 0 0;
	border-right: #484444 dashed 1px;
	
}

#listeRechts, #textBoxRight, #form_listeRechts{
	float: right;
	width: 260px;
	margin: 20px 0;
							margin-top:0;
	padding: 0 10px 0 10px;
}

 #textBoxRight{
	float: right;
	width: 260px;
	margin: 20px 0;
							margin-top:0;
	padding: 0 10px 0 10px;
}

/*++++++++++ L I S T E N +++++++++++*/

ul { 
	margin-left:10px;
}

#doppelliste ul { 
	margin-left: 0;
}

#doppelliste p, li p {
	line-height: 16px;
}

li{
	padding-left:10px;
	}

#doppelliste li, li { 
	background: url(../pic/li_icon.gif) no-repeat 0 6px;
	color: #484444;
	padding: 0 0 0 10px;
	line-height: 16px;
}

#doppellistet a:link, #doppelliste a:visited, #doppelliste a:hover, #doppelliste a:active {
	color: #223C65;
	text-decoration:underline;
}
/*+++++ M E N U L I S T E +++++*/
ul.csc-menu-def li{
	margin-left:20px;
	margin-bottom:5px;
	
	}
	
.bodytext{
		padding: 0 20px 0 20px;
		line-height:16px;
}

#fliesstext{
	padding: 0 20px 0 20px;
	padding: 0;
	clear: both;
}

/*#### T A B E L L E N contenttable ####*/
table.contenttable{
	display:table;
	table-layout:fixed;
	width:560px;
	border:none;
	margin:0px 0 20px 12px;
}

.bodytext + table, .bodytext + #doppelliste{
	margin-top:20px;
	}

table.contenttable thead{
	background-color:#1C1A30;
	color:#FFF;
	}
	
table.contenttable td{
	background-color:#ccc;
	color:#1C1A30;
	}
	
table.contenttable td, table.contenttable th{
	padding:7px 5px;
	border:3px solid #FFF;
	font-size:12px;
	}
table.contenttable tfoot td{
	background-color:#1C1A30;
	color:#FFF;
}
/*###################################################*/
#col03{
	width:187px;
	height:165px;
	border:5px solid #FFF;
	background-color:#4C586B;
	overflow:hidden;
	float:right;
}
	
#col03 p.bodytext{
	width:177px;
	line-height:12px;
	margin-left:8px;
	margin-top:10px;
	padding:0px;
}

#col03 img.sprache{
	margin-top:12px;
	margin-left:12px;
	
}

#col01, #col02, #col03{
	border-top:0px;
}

/* footer + footer2 liegen ausserhalb von page */
#footer{
	clear:both;
	color:#FFF;
	height:20px;
	background-color:#1C1A30;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	width:100%;
}

#footer2{
	clear:both;
	color:#000;
	text-align:center;
	height:30%;
	background-color:#FFF;
	width:100%;
}

#container_partner{
	width:984px;
	height:40px;
	overflow:hidden;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	
	
	}
img.partner{
	margin-right:5px;
}
/*+++++++++ S C H R I F T ++++++++++*/
	
#col03{
	font-size:9px;
	color:#FFF;
}

#col03 a, #footer a{
	color:#FFF;
	
}

#col03 a:hover, #footer a:hover{
	color:#999;
	
}

h1{
	font-size:14px;
	font-weight:bold;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin-bottom:5px;
}

h3{
	width:540px;
	margin-left:12px;
	background-color:#1C1A30;
	border:3px solid #FFF;
	color:#FFF;
	padding:7px; 5px;
	font-size:12px;
	}
/*+++++++++ CLEARING ++++++++++*/

div.clear_div{
	clear:both;
}

/*+++++++++ CLEARRIX ++++++++++*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-table;}
/*Backslash-Hack zum Verbergen vor IE Mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/*Ende Backslash-Hacks */


/* --- F O R M U L A R ----- */
td {
	text-align:left;
	vertical-align:middle;}
	

td input, td textarea{
	margin-top:5px;
	margin-left:5px;
	}

input {
	width: 150px;
	font-size:10px;
}

textarea{
	width: 150px;
	height: 50px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

input.plz {
	width: 40px;
}

input.ort {
	width: 95px;
}

td.bemerk{
	vertical-align:top;
	padding-top:5px;
	}

input.abschicken {
	cursor:pointer;
	margin-left:85px;
	width: 100px;
	border:#484444 1px solid;
	background:#484444;
	color:#fff;
}

input.abschicken:hover {
	background:#333;
	color:#fff;
}
/* --------------------- */


a.printbutton{
	position:relative;
	margin-left:525px;
	top:-12px;
}

span.error{
	line-height:15px;
	color:#930;
	padding-left:20px;
	}
span.error strong{
	font-weight:bold;
}

/*--- P L U G I N  ---*/

.tx-kuloplayer-pi1, .rgmediaimages-player{
	position:absolute;
	width:590px;
	350px;
	overflow:hidden;
	height:350px;
	z-index:599;
	
	
	}
	
	