@charset "UTF-8";
/* CSS Document */
html{
	overflow:-moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #ABA197;
}

a{
	color:#ABA197;
}

#container {
	width: 982px;
	margin: auto;
	border: 1px solid #000;
	background-color:#FFFFFF;
}

#header{
	height: 160px;
	background: #000;
}
#header a img{
 border: 0;
}
#logo{
	float:left;
	position:absolute;
}
#header_rechts{
	float:right;
}
#slogan{
	color:#ABA197;
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 65px auto auto 310px;
	font-size: 16px;
	letter-spacing:3px;
}

#content{
	position: relative;
	width: 800px;
	min-height: 150px;
	padding:0;
	margin: 55px 20px auto 20px;
}
#content2{
	position: relative;
	width: 800px;
	min-height: 200px;
	padding:0;
	margin: 55px 20px auto 20px;
}
#visual{
	float:left;
}
#tekst{
	float:right;
	width: 500px;
}
#content p{
	max-width: 600px;
	margin:0;
	padding:0;
	margin-top: 10px;
	line-height:18px;
}


#footer{
	width: 100%;
	height: 49px;
	text-align: left;
	background-color: #fff;
}
#footer img{
	position:absolute;
	margin-top: 20px;
}
h1{
	font-size: 16px;
	color: #ABA197; 
	line-height: 16px;
}
h2{
	font-size: 12px;
	color: #505c00; 
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 a{
	text-decoration: none;
	color:  #505c00;
}
#blocks{
	width: 100%;
	height: 246px;
	padding:0;
	margin:0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#blocks img{
	float:left;
	padding:0;
	margin:0;
}
#menu{
	width: 100%;
	height: 60px;
}
#nav{
	float:right;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color:#FFFFFF;
}

#nav ul li a {
	display: block;
	color:#000000;
	text-decoration:none;
	width: 200px;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em; *//* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:99;
	border: 1px solid #ccc;
}
#nav li ul li{
	
	border-bottom:0;
	padding: 8px;
	z-index:99;
}

#nav li:hover, #nav li.hover, #nav li.sfhover {  
     position: static;  
	 
} 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
#nav li li:hover{
 background-color:#ABA197;
 width: 185px;
}

 
#nav img{
	border:0px;
}
#nav_1{ 	width:120px;	}
#nav_2{ 	width:102px;	}
#nav_3{ 	width:49px;	}
#nav_4{ 	width:65px;	}
#nav_5{ 	width:75px;	}

  #slideshow {
    position: relative;
    width: 246px;
    height: 246px;
	float:left;
  }
  #slideshow div {
    position: absolute;
    top: 0;
    left: 0;
  }


