body {
  background-color: #000000;
  font-size: 12px;
  color:#ffffff;  
  padding:20px;
  margin:0px;
  text-align: center;
  font-family:Times New Roman;
}


#container { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 900px;
  background-color:#000000;

}


#header
{
	width:900px;
    height:150px;
	background-color:#000000;

}

#header_logo
{
    background-image:url(../media/logo.jpg);
    width:400px;
    height:150px;
	float:left;
}

#menue
{
	
	height:150px;
	width:490px;
	float:right;
	background-color:#000000;

}


#footer
{
    background:#1b1b16;
    color:#ffffff;
    font-size:12px;

    text-align:right;
    height:20px;
    
 
}
#underline
{
    background-image:url(../media/line.jpg);
    width:900px;
    height:18px;
}



#content
{
    background-color:#000000;
    width:900px;
    height:510px;
    
}





#portfolio{
	background:url(../media/portfolio_n.jpg);
	height:40px;
	width:120px;
	display:block;
	margin-left:10px;


}
#portfolio:hover {
	background-image:url(../media/portfolio_h.jpg);
}


#kontakt{
	background:url(../media/kontakt_n.jpg);
	height:40px;
	width:120px;
	display:block;
	margin-left:120px;

}
#kontakt:hover {
	background-image:url(../media/kontakt_h.jpg);
}

















