@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:#FFF;
	text-align:center;
}

/*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;
	width:500px;
	margin-left:10px;
	border-top:5px solid #FFF;
	background-color:#1C1A30;
}

#logo{
	margin:0px;
	padding:0px;
	position:relative;
	top:35px;
	left:10px;
	
	}
	
#top{
	
}
	
/*+++++++++++++++++++++++++++++++++++*/	
/*++++ Navigation ++++ */

#navi{
	display:none;
}


/*+++++++++++++++++++++++++++++*/	
	
#picgr{
display:none;
}
	


/*++++ Startseite +++*/
#picgr_start{
display:none;
	}
	

/*+++++++++++++++++++++*/

#thumb{
display:none;
}
	

#main{
	clear:both;
	height:100%;
	background-position:center;
	background-repeat:repeat-y;
}

#col01{
display:none;
}
	

/*++++ TEXTINHALT +++++*/
#col02{
	width:590px;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	background-color:#FFF;
	padding-bottom:10px;
	float:left;
}

/*###################################################*/
/* ++++++++++++++++ INHALT ++++++++++++++++++++++++ */
#col02 h1{
	margin:25px 0 20px 20px;
}

#listeLinks {
	width: 285px;
	float: left;
	margin: 20px 0;
							margin-top:0;
	padding: 0 0 0 20px;
	
}

#trenner {
	padding: 0 20px 0 0;
	border-right: #484444 dashed 1px;
	
}

#listeRechts {
	float: right;
	width: 260px;
	margin: 20px 0;
							margin-top:0;
	padding: 0 10px 0 10px;
}

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;
}

.bodytext{
		padding: 0 20px 0 20px;
		line-height:16px;
}

#fliesstext{
	padding: 0 20px 0 20px;
	padding: 0;
	clear: both;
}

/*#### TABELLEN contenttable ####*/
table.contenttable{
	display:table;
	table-layout:fixed;
	width:560px;
	border:none;
	margin:0px 0 20px 12px;
}

.bodytext + table{
	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{
	position:absolute;
	top:0px;
	left:500px;
	width:187px;
	height:120px;
	border:5px solid #FFF;
	background-color:#4C586B;
	overflow:hidden;
}
	
#col03 p.bodytext{
	width:177px;
	line-height:12px;
	margin-left:8px;
	margin-top:10px;
	padding:0px;
}

#col03 img.sprache{
display:none;
	
}

#col01, #col02, #col03{
	border-top:0px;
}

/* footer + footer2 liegen ausserhalb von page */
#footer{
display:none;
}

#footer2{
display:none;
}

/*+++++++++ Schrift ++++++++++*/
	
#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;
}

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 */


/* --- FORMULAR ----- */
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:78px;
	width: 100px;
	border:#484444 1px solid;
	background:#484444;
	color:#fff;
}

input.abschicken:hover {
	background:#333;
	color:#fff;
}
/* --------------------- */

a.printbutton{
	display:none;
}