/*AMCC CSS*/
*{
margin:0;
padding:0;	
}
body,html{
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
color:#333333;	
}
p{
	margin:10px 0px;	
}

#container{
margin:0px auto;	
width:800px;

}

#header{
width:800px;
height:178px;
background:blue;	
background-image:url(images/wolken.png);
padding:auto 0px 0px 0px;
position:relative;
margin:25px 0px;
}

#header h1{
bottom:35px;
left:15px;
position:absolute;		
color:white;
font-size:14px;
font-weight:normal;
border-top:1px solid white;
padding:5px 25px;
display:none;
}


#content{
	float:left;	
	width:550px;
}

#content h2{
	margin:10px 0px 2px 0px;
	font-weight:normal;	
}

#content hr{
	border:0;
	height:2px;
	
	background-image:url(images/hr.png);
	background-repeat:no-repeat;
}

#navigation{
	float:left;	
	width:215px;
	
}

#navigation li{
	list-style-type:none;	
	width:178px;
	height:29px;
	background-image:url(images/button.png);
	border-left:0;
	text-align:right;
	margin:10px 5px 10px 0px;
	
	
	
}

#navigation li a{
	text-decoration:none;	
	line-height:29px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-right:5px;
}

#navigation #logo{
	text-align:center;
	border:0;
	text-decoration:none;
	width:100%;
	display:block;
}
#navigation #logo img{
	text-align:center;
	border:0;
	text-decoration:none;
	margin:0px auto;
	width:94px;
	height:48px;
}

#navigation #logo h3{
	text-align:center;
	font-size:11px;
	font-weight:normal;
	font-family:Times New Roman;
}
