@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
}

#wrapper {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position:absolute;
	text-decoration:none;
	background-color:#efefef;
}

#header {
	background-image:url("images/header.jpg");	
	background-position:top;
	width:900px;
	height:190px;
	background-repeat:no-repeat;
}

#mitte {
	float:left;
}	

#menu {
	padding:0px 0 0 0;
	width:183px;
	height:31px;
	float:left;
	margin-right: 10px;
}

#menu a {
	width: 183px;
   	background-color:#6b6b6b;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	line-height:31px;
	font-weight:bold;
	margin-top:5px;
  }
  
#menu a:hover {
	background-color:#949494;
	background-repeat:no-repeat;
	text-decoration:none;

}

#menu a.active {
	background-color:#949494;
	background-repeat:no-repeat;
	text-decoration:none;
}

#content {
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background-color:#dbdbdb;
	width:686px;
	height:650px;
	float:left;
}

#content p {
	color:#68797e;	
}
.style1 {
	text-align: center;
	color: #68797E;
	font-size: 10px;
}
.style1 a {
	color: #68797E;
	font-size: 10px;
	text-decoration: none;
}

