@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;
	text-align: center;
}

#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: 147px;
	height: 500px;
	float: left;
	margin-right: 10px;
}

#menu a {
	width: 147px;
   	background-image:url(images/b_n.jpg);
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	line-height:29px;
	font-weight:bold;
	margin-top:5px;
  }
  
#menu a:hover {
	background-image:url(images/b_a.jpg);
	background-repeat:no-repeat;
	text-decoration:none;

}

#menu a.active {
	background-image:url(images/b_a.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}



#content {
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background-color:#f5f5f5;
	border:solid #838383;
	border-width:1px;
	width:720px;
	text-align:left;
	float:left;
}

#content p {
	color:#68797e;	
}



