/* stil for alle elementer */
* {		
  margin:0;
  padding:0;
}

body{
  margin:0 auto;
  width:960px;
  font-family:Arial, Helvetica, sans-serif;
  background:url("bg_body.jpg") top left no-repeat;
}

nav, header, footer, aside, section {display:block;}
   
h1 {
  font-size:26px;
  line-height:40px;
  padding:18px 0;
}

header{

}

nav {
   width:925px;
   height:40px;
   background:#f3f3f3;
   border:1px solid #cccccc;
}


nav ul {  
    margin: 0 auto;  
    width: 900px;  
    list-style: none;  
} 

nav ul li {  
    display: inline-block;  
} 

nav ul li a { 
	display: block;
	margin-right: 10px;  
    width: 100px;  
    font-size: 18px;  
    line-height: 44px;  
    text-align: center;  
    text-decoration: none;  
    color: #000;  
}  


nav ul li ul{
	display: none;
	position:absolute;
}

nav ul li:hover ul{
	display: block;
	background:#f3f3f3;
	border:1px solid #cccccc;
	height: auto;
	width: auto;
	margin-left: 5px;
	margin-top: -6px;
}


nav ul li ul li{
	display: inline-block;
	border-style:none;

}


nav ul li ul li a{
	margin: 0 0 0 4px;
	display: block;
	line-height: 30px;
	text-align: left; 
 
}


#content {
	clear:both;
	margin-top:10px;
}
#mcontent {
	float:left;
	width:620px;
	padding: 0 5px 0 0 
}
aside {
	float:left;
	width:300px;
	height: 600px;
	background:#f3f3f3;
}
.bpage div {

}
aside section {
	background:#e0e0e0;
	margin:22px 0 0 22px;
	padding:11px 22px;
	width:50%;
}
.image {margin:6px auto;
	background:url(test.jpg);
	height:250px;
	width:600px;
}
footer{
	clear:both;
	background:#666666;
	border-top:1px solid #cccccc;
	padding:10px;
	text-align:center;
	color:#ffffff;
}
