body {
  background-color: #2E2E2E;
  color: #B6B6B6;  
  padding:5px;
  margin:0px;
  text-align: center;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#container { 	
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 760px;
  background-color: #404040;
  border: 1px solid #393939;
}

#content {
	color: #D3D3D3; 
	background-color: #404040;
	margin: 10px 0px 0px 10px;
	font-weight: 600;
	font-size: 11px;
	text-align: center;
}

#menu {

	background-color: #a1544c;
	border-left:1px solid #a1544c;
	border-right:1px solid #393939;
	border-bottom:1px solid #393939;
	padding:10px;
	float:left;
	width: 150px;
	font-size: 11px;
}
#menu a {
	float:left;
	width:140px;
	background-image:url(images/backgrounds/menua.jpg);
	padding:4px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:1px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(images/backgrounds/menuahover.jpg);
	background-position:bottom;

}

#header {

   padding:10px;
   background-image:url(images/logo.jpg);
   background-repeat: no-repeat;
	border-bottom:1px solid #a1544c;
	margin-bottom:0px;
	height: 80px;
}

#menu2 { 
  background-color: #a1544c;
  width: 100%;
  height: 26px;
  margin: 0;
  color: #363636;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #393939;

 }



#menu2 ul {

  margin: 0; 
  padding: 0; 
  list-style: none; 
  float:right; 
  background:#fff;
  position:relative;
  right:0px;
  border-right:1px solid #000;



 }

#menu2 ul li { 
  margin: 0; 
  padding: 0;
  float:left;
  text-align: center; 
}

#menu2 ul li a { 
  margin: 0;  
  display: block;
  padding: 5px 15px; 
  background-color: #a1544c; 
  color: #252525;
  border:1px solid #000;
  border-bottom: 2px solid #a1544c; 
  border-right: 0; 
  font: bold 11px Tahoma, sans-serif;
  text-decoration: none;
 }

#menu2 ul li a:hover { 
  background: #900; 
  color: #000; 
  border-bottom:2px solid #900; 
 }
 
 div.float {
  float: left;
  width: 100px;
  padding: 5px;
  }
 
 a {
	color: White;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

  a.big {
	color: #a1544c;
	font-size: 13px;
	font-weight: 700;
}
a.big:hover {
	color: #c0c0c0;
	text-decoration: none;
}

 a.bigger {
	color: #a1544c;
	font-size: 17px;
	font-weight: 800;
}
a.bigger:hover {
	color: #c0c0c0;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.img
{
margin-left:5px;
margin-right:10px;
float:left;
}

div.contentbox {
float:left;
width : 320px;	
color: #D3D3D3; 
background-color: #404040;
border: 2px solid #535353;
margin-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: 500;
font-size: 11px;
margin-bottom: 5px;
}

.kontakt {
font-weight: 600;
font-size: 11px;
}

div.float2 {
  float: left;
  width: 320px;
  padding: 5px;
  }

  a.footer {
  	color: White;
  }
  
  a.footer:hover {
  	color: Silver;
  }