body{
	background-color: white;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	background-image: url('/fileadmin/images/bg_stripe.png');
	background-repeat: repeat-x;
}

a{
color: black;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 12px;
}

h3{
	font-size: 11px;
}

.rightup{
text-align: right;
vertical-align: top;
}

.rightdown{
text-align: right;
vertical-align: bottom;
}

.up{
vertical-align: top;
}

.down{
vertical-align: bottom;
}

#container {
width: 962px;
margin: 0 auto;
padding: 0;
background-color: white;
}

#header{
float: left;
height: 125px;
background-color: white;
}

	#header_logo{
	margin: 0;
	float: left;
	width: 287px;
	background-color: white;
	}
	
	#header_logo img{
		margin-top: 35px;
		margin-left: 10px;
	}
	
	#header_content{
	margin: 0;
	float: left;
	background-color: #CCCCCC;
	width: 675px;
	height: 125px;
	background-image: url('/fileadmin/images/headergreen.png');
	}
	
	#header_table{
	width: 659px;
	height: 109px;
	margin: 8px;
	color: white;
	}
	
	#header_table a{
	color: white;
	text-decoration: none;
	}

#content {
float: left;
width: 675px;
min-height:550px;
background-color: #dee0df;
padding: 0;
margin: 0;
/* Our special friend IE6 needs this hack .. */
height:auto !important;		
height: 500px;
}

	#contentcolumn1{
	min-height:550px;
	float: left;
	width: 400px;
	background-color: #e8eae9;
	border-right: 1px solid white;
	/* Our special friend IE6 needs this hack .. */
	height:auto !important;		
	height: 550px;	
	}
	
	#contentcolumn2{
	float: left;
	width: 274px;
	}
	
	#contentcolumn1_inner{
	margin: 20px;
	}
	
	#contentcolumn2_inner{
	margin: 20px;
	}
	
	#content table{
	width: 100%;
	/* border: 1px solid black; */
	padding-bottom: 10px;
	border-collapse: collapse;
	}
	
	#content th, #content td{
	text-align: left;
	border: 1px solid #666666;
	border-left: none;
	border-right: none;
	padding: 3px;
	background-color: #F0F0F0;
	}

	#content th{
	font-weight: bold;
	background-color: #D1D1D1;
	}

#frontimage{
margin: 0;
padding: 0;
float: left;
width: 675px;
height: 250px;
background-image: url('/fileadmin/images/frontbild.jpg');
}

#sideimage{
margin: 0;
margin-bottom: 20px;
padding: 0;
float: left;
width: 274px;
height: 250px;
background-image: url('/fileadmin/images/frontbild_schnitt_rechts.jpg');
}

#footer {
clear: left;
padding: 0;
margin: 0;
}

#footernavigation{
margin-left: 308px;
padding-top: 6px;
font-size: 10px;
height: 100px;
}

#footernavigation a{
color: black;
text-decoration: underline;
}

#left {
float: left;
width: 286px;
margin: 0;
color:#ffffff;
border-right: 1px solid white;
}

	#leftnavigation{
	width: 286px;
	float: left;
	background-color: #e8eae9;
	min-height: 250px;	
	/* Our special friend IE6 needs this hack .. */
    height:auto !important;		
	height: 250px;
	}
	
	#partnersites{
	width: 286px;
	clear: left;
	float: left;
	padding-top: 20px;
	background-color: white;
	}
	
	#partnersites img{
	border: 0;
	margin-bottom: 20px;
	/* margin-left: 18px; */
	margin-left: 76px;
	}

	#left ul{
	padding: 0;
	margin: 0;
	margin-top: 4px;
	}
	
	#left li{
	list-style-type:none;
	padding-left: 20px;
	border-top: 1px solid white;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
	#left a{
	color: #6b6b6b;
	text-decoration: none;
	}
	
	#left .firstli{
	border-top: none;
	}	

/* Navigation Menu */

.menudiv1, .menudiv2, .menudiv3, .menudiv4, .menudiv5, .menudiv1_active, .menudiv2_active, .menudiv3_active, .menudiv4_active, .menudiv5_active{
border-bottom: 1px solid white;
padding-left: 76px;
padding-top: 4px;
padding-bottom: 4px;
}

.menudiv1_active, .menudiv2_active, .menudiv3_active, .menudiv4_active, .menudiv5_active{
background-color: #dee0df;
}

.menudiv2, .menudiv2_active{
padding-left: 96px;
}

.menudiv3, .menudiv3_active{
padding-left: 116px;
}

.menudiv4, .menudiv4_active{
padding-left: 136px;
}

/* Search Results */
#searchresults{

}

#searchresults a, .browsebox a{
color: black;
text-decoration: underline;
}


#searchresults h3{
background-color: #dee0df;
padding: 2px;
}

.browsebox{
}

.browsebox li{
display: inline;
list-style-type: none;
padding-right: 20px;
}


/* search button */
button.searchbutton {
	background-color:transparent;
	border:0px solid black;
	color:white;
}


