@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
	background: #ffffff;
}

#wrapper {
	width: 900px; 
	position: absolute; 
	left: 50%; 
	margin-left: -450px;
	text-decoration:none;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 141px;
}

#menulinks {
	background-image:url(images/balken_rest.jpg);
	padding:0px 0 0 0;
	width:900px;
	height:31px;
	float:left;
}

#menulinks a {
	float:left;
	width: 105px;
	height:31px;
   	background-image:url(images/btn.jpg);
	text-align:center;
	display:block;
	color:#7a7a7a;
	text-decoration:none;
	font-size:13px;
	line-height:31px;
	font-weight:bold;
  }
  
#menulinks a:hover {
	background-image:url(images/btn.jpg);
	text-decoration:none;
	color:#626262;
}

#menulinks a.active {
	background-image:url(images/btn.jpg);
	text-decoration:none;
	color:#626262;
}

#box {
	color:#666;
	}

#box ul li.punkt a {
	display:block; 
	text-decoration:none;
	color:#9d9d9d;
}

#box ul li.punkt a:hover {
	text-decoration:none;
	color:#636363;
}

#content {
	width:888px;
	height:650px;
	color:#ededed;
	border:1px solid #9c9c9c;
	padding-left:10px;
	padding-top:10px;
	}
	
#content p {
	color:#666;
	padding-top:20px;
	padding-right:20px;
	}
#footer {
	text-align:center;
	font-weight:bold;
	color:#bdbdbd;
	font-size:12px;
	text-decoration:none;	
}

#footer a {
	text-decoration:none;
	color:#bdbdbd;	
}

#footer a:hover{
	color:#717171;
	text-decoration:none;
}





