/* CSS Document */

html, body {
	color: #4f1c00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background:#4f1c00;
	margin-top:0;
}
#footer {
	padding-top:5px;
	color: #724a2c;
	width:915px;
	height:20px;
	background:#b1a297;
	padding-left:20px;
	padding-right:15px;
}
#footer a {
	color: #724a2c;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#subnav ul {
	list-style:none;
	margin-left:0;	
	padding-left:0;
}

#container {
	width: 950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#nav {
	height:25px;
	background:url(../_img/bg_nav.gif);
	background-repeat:repeat-x;
}
#nav ul {
	margin-left:0;
	padding-left:10px;
	padding-right:0;
	margin-right:0;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:4px;
	list-style:none;
	float:left;	
}
#nav li {
	margin-left:15px;
	float: left;
	background:url(../_img/bullet_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent: 12px;
}
#nav li a {
	font-size:13px;
	/*padding-right:20px;*/
	text-decoration: none;
	float: left;	
	color: #a8f2f4;
}
#nav li a:hover{
	color: #ffffff;
	background:url(../_img/bullet_menu_over.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#container .slideshow {
}
#container #tabs {
	text-align: left;	
	height:34px;
	font-size:18px;
	background:url(../_img/bg_portal.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#container a:hover{
	color: #fff;
}
#content {
	padding:20px;
	height:auto;
	display:block;
	text-align: left;
	border: 2px #fff solid;
	background-color:#acccd0;
	background-image:url(../_img/bg_content.gif);
	background-repeat:repeat-x;
}
.kop {
	font-size: 15px;
	font-weight:bold;
}




