html {

}

body {
	font-family:Arial, Helvetica, sans-serif;
margin: 0 auto;
	background: #AEB1B6 url("images/bg_body.jpg");


}

form {
	padding: 0px;
	margin: 10px;
}

a{
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


a:hover{
	font-family: Arial;
	font-weight: bold;
    text-decoration:none;
        color: #ccc;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #575656;
	background-color: #F9F9F9;
	padding: 1px;
	margin:1px;
	color: #000;
	overflow: auto;
}

hr {
    color: #000000;
}



h1 {
	font-family: Arial;
	color: #5D6570;
	text-decoration: none;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial;
	color: #5D6570;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	margin: 0px;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial;
	color: #5D6570;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



#site {
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#container {
	float:left;
	width:900px;
	min-height:200px;
    height:auto !important;
	height:200px;
	background-color:#ffffff;
	background-image:url(images/fishi.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;

}

* html #container {
	margin-top: -3px;




}

#header {
	float:left;
	width:864px;
	height:217px;
	margin: 0 auto;
	padding: 0px 0px 0px 36px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
}

#metalinks {
	float:left;
	height: 35px;
	padding: 10px 0px 0px 0px;
	width:840px;
	text-align: right;
}

#metalinks a img{
	border: none;
}

#metalinks a img:hover{
	color: #ccc;

}

#logo {
	float:left;
	width:175px;
	height:155px;
	margin: 0;
	cursor:pointer;
}

#randomizer {
	float:left;
	width:505px;
	height:155px;
	margin: 0;
}


#content {
	float:left;
	width:615px;
	min-height : 600px;
	height: auto !important;
	height: 600px;
	color:#7F7F7F;
	margin: 10px 0px 0px 29px;
	padding: 0px 1px 5px 0px;
	font-size:12px;
}

#content img {
	border: 0px solid #D9D9D9;
	padding: 5px;
}

* html #content {
	width:590px;
	float:left;
	margin: 10px 0px 0px 15px;
	padding: 0px 1px 5px 0px;
}

#sidebar {
	float:right;
	width:250px;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	padding:0px 0px 0px 0px;
	margin:0px;


}


* html #sidebar {
	float:right;
	margin-right:-50px;
	/*margin:-680px 0px 0px 0px;*/

}



#navigation {
	float: left;
	width: 847px;
	padding: 0px 24px 0px 29px;
	height: 37px;
	font-weight: normal;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}





#footer {
	float:left;
	width:900px;
	height:70px;
	text-align: center;
	font-size:11px;
	font-weight: normal;
	color: #ccc;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;

}

#footer a {
	font-family:Arial;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}


#footer a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#484848;
	font-weight: normal;
}

#footer_text{
	margin-top:50px;
	color: #000;
}



.box {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	height:auto !important;
	color: white;



}

.header {
	float: left;
	width:214px;
	height: 25px;
	font-size:13px;
	font-weight: bold;
	background-image:url(images/box_kopf.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding:20px 0px 0px 26px;

}

.content{
	float: left;
	padding:0px 0px 0px 26px;
	width:214px;
	background-image:	url("images/box_content.jpg");
background-repeat: repeat-y;
	background-position: top center;
}

.content_text{
	float: left;
	margin: 0px;
	width:186px;
	color: #ccc;
	font-size:8px;
	font-weight: normal;

}


.footer{
	float: left;
	padding:0px 0px 0px 26px;
	width:214px;
	height: 30px;
	background-image:url(images/box_fuss.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}






.search{
margin:31px 0px 0px 30px;
padding:0;
color: #E8E8E8;
}

.search h3{
color: #E8E8E8;
}


.search input, textarea, select, radio {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #E8E8E8;
	background-color: #ffffff;
	padding: 1px;
	margin:1px;
	color: #7F7F7F;
	overflow: auto;
}

.body{
margin:-27px 0px 0px 28px;
padding:0;

}

* html .body{

margin:-30px 0px 0px 30px;


}