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

body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AD996B;
	color: #000000;
	background-image: url(../images/main_bg.gif);
}

a {
	color: #003F10;
}
a:hover {
	text-decoration: underline;
	color: #D4BC00;
}
#container {
	width: 992px;
	margin: 0px auto;
	position: relative;
}

/* main grid */
#top {
	width: 992px;
	height: 135px;
	background-color: #FFFFFF;
}
#logo {
	width: 236px;
	height: 135px;
	float:left;
	
}
#header {
	width: 756px;
	height: 135px;
	float:left;
}
.bar{
	width: 992px;
	height: 40px;
	background-color: #000000;
	
}
#bar_logo{
	width: 236px;
	height: 40px;
	float:left;
}
#bar_valk{
	width: 549px;
	height: 16px;
	float:left;
	font-size: 16px;
	font-weight: bold;
	color: #d4bc00;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 9px;
}
#bar_email{
	width: 180px;
	height: 12px;
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #d4bc00;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 9px;
	padding-left: 9px;
	text-align: right;
}
#bar_email a{
	font-size: 12px;
	font-weight: bold;
	color: #d4bc00;
	text-decoration: none;
}
#main {
	width: 992px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#menulinks {
	width: 236px;
	float: left;
	position: relative;
	background-color: #003F10;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#content {
	width: 540px;
	float: left;
	display: inline;
	padding-top: 30px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#imagesrechts {
	width: 180px;
	float: left;
	background-color: #D4BC00;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#imagesrechts a{
	color: #FFFFFF;
	text-decoration: none;
}



/* menu styles */
div.menu {
	padding-top: 0px;
	background-image: url(../images/menu_bg.gif);
	height: 27px;
	padding-left: 27px;
	padding-right: 27px;
}
div.menuitem {
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(../images/menu_item_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
div.menuitem_a {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/menuitem_a_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.menuitem .active {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.menuitem a {
	color: #d4bc00;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
}
.menuitem a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
.clear {
	clear: both;
}
/* content styles */

h2 {
	color: #003D0C;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}
/* footer styles */
.image_right {
	border: 1px solid #FFFFFF;
}
.right {
	float: right;
}
.foto {
	float: left;
	width: 98px;
	padding-right: 9px;
	padding-bottom: 9px;
}

