@charset "utf-8";
/* CSS Document */

.clearfix:after{
	content: "."; display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 
.clearfix{
	display: inline-block;
} 
html[xmlns] .clearfix{ 
	display: block;
} 

* html .clearfix{
	height: 1%; 
}

body {
	color: #000000;
	background-color: #CCCCCC;
    	padding: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.right{
	float: right;
}

.left{
	float: left;
}

#container {
	width: 875px;
	margin: 0 auto;
	background-color: #FFFFFF; 
}

#top_part {
	height: 135px;
}

#header {
	height: 100px;
	background: url(/fileadmin/newDesign/Administrator_T3/Template/araneanet/images/BGR.gif) no-repeat;
}

#logo{
	font: bold 14px Arial, Helvetica, sans-serif;
}

#logo_pos, #logo p {
	padding: 0 5px;
	text-align: right;
	
}

#logo p {
	padding-top: 5px;
	margin: 0;
}

#anim_top{
	position: relative;
	/*background-color: pink;*/
	height: 35px;
	
}

#anim_top img {
	position: absolute;
}

#search_box{
	position: absolute;
	right: 0px;
	height: 35px;
	width: 100px;
	/*background-color:#FFFF00;*/
	padding: 10px;
}

 /*top-part ends */	

#hauptmenu{
	height: 40px;
	font-family: rial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	color: black;
}

#hauptmenu A:Link{
	height: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	color: black;
}

#hauptmenu A:VISITED{
	height: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	color: black;
}

#hauptmenu A:HOVER{
	height: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	color: blue;
}


#hauptmenu A:HOVER{
	height: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	color: blue;
}
 /*menu ends */

#blue_top{
	background-color: #5eb5e0;
}

#bilder_container{
	width: 675px;
	height: 180px;
	margin: 0 auto;
	padding: 15px 0; 
}

#blue_bottom{
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #b0dbee;
}


/*content begins*/


#content{
	margin: 0 auto;
	width: 655px;
	padding: 10px;
}

#footer{
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5eb5e0;
}








/*content ends */

	
 /*coenter_part ends*/