/* global styles */
html{ overflow: -moz-scrollbars-vertical; }
body{
	background-image:url(../pics/img_bg.gif);
	background-repeat:repeat-x;
	background-color:#dfdcc1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#76745e;
	margin:0px;
	padding:0px;
}
a{ outline:none; }
a,a:link,a:visited{
	color:#76745e;
	text-decoration:none;
}
a:hover,a:active{
	color:#76745e;
	text-decoration:underline;
}
img{ border:none; }

/* boxes */
#wrapper{
	position:absolute;
	top:7px;
	left:50%;
	margin-left:-438px;
	width:876px;
}
#top{
	background-image:url(../pics/img_bg_top-trans.png);
	background-repeat:no-repeat;
	width:876px;
	height:38px;
}
#center{
	width:876px;
	overflow:hidden;
}
#left{
	float:left;
	width:6px;
	background-image:url(../pics/img_bg_left-trans.png);
	background-repeat:repeat-y;
	min-height:740px;
}
#container{
	float:left;
	width:844px;
	padding:10px;
	background-color:#FFFFFF;
}
#schoen{
	background-color:#a19a6b;
	width:844px;
	height:31px;
	margin-bottom:10px;
}
#mainpic{
	width:844px;
	height:232px;
	margin-bottom:10px;
}
#content{
	padding-top:30px;
	padding-bottom:20px;
	width:844px;
	min-height:387px;
	background-image:url(../pics/img_bg_content.gif);
	background-repeat:no-repeat;
	background-color:#f8f7ee;
}
.contentblock{
	border:1px solid #dad1a9;
	background-color:#dfddcc;
	width:496px;
	margin-left:314px;
	padding:8px;
	overflow:hidden;
	margin-bottom:8px;
}
.contentimgs{
	float:left;
	width:132px;
}
.contentimg{
	float:left;
	border:8px solid #ffffff;
	margin-bottom:8px;
}
.contenttit,.bigcontenttit,.smlcontenttit{
	float:left;
	margin-left:8px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #dad1a9;
	background-color:#a19a6b;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	height:16px;
	margin-bottom:8px;
}
.contenttxt,.bigcontenttxt,.smlcontenttxt{
	float:left;
	margin-left:8px;
	margin-bottom:8px;
	padding-left:5px;
	padding-right:5px;
}
.contenttxt ul,.bigcontenttxt ul,.smlcontenttxt ul{
	padding-left:8px;
	margin-top:0;
}
.contenttit,.contenttxt{
	margin-left:0;
	width:486px;
}
.bigcontenttit,.bigcontenttxt{
	width:346px;
}
.smlcontenttit,.smlcontenttxt{
	width:260px;
}
#right{
	float:left;
	width:6px;
	background-image:url(../pics/img_bg_right-trans.png);
	background-repeat:repeat-y;
	min-height:740px;
}
#bottom{
	background-image:url(../pics/img_bg_bottom-trans.png);
	background-repeat:no-repeat;
	width:876px;
	height:7px;
}
#footer{
	width:876px;
	text-align:center;
	color:#888271;
	font-size:10px;
	line-height:14px;
	margin-bottom:20px;
}
#footer a:link,#footer a:visited{
	color:#888271;
	text-decoration:none;
}
#footer a:hover,#footer a:active{
	color:#888271;
	text-decoration:underline;
}
#nav{
	position:absolute;
	top:31px;
	left:50%;
	margin-left:-422px;
	background-image:url(../pics/img_bg_nav-trans.png);
	background-repeat:no-repeat;
	padding:0 60px 0 28px;
	width:277px;
	height:263px;
	z-index:1;
}
#logo{
	width:277px;
	height:125px;
}
.navsplitter{
	border-top:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	background-color:#f0f0f0;
	height:1px;
}
.navactive,.navpassive{
	font-size:10px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}
.navactive a,.navpassive a{
	display:block;
	text-decoration:none;
}
.navactive{
	background-color:#a19a6b;
}
.navactive a{
	color:#FFFFFF;
}
.navpassive{
	background-color:#FFFFFF;
}
.navpassive a{
	color:#73716a;
}
.navpassive:hover,.navpassive:active{
	background-color:#ecebe1;
}
.navactive img,.navpassive img{
	vertical-align:middle;
	margin-right:7px;
}
#lang{
	position:absolute;
	top:32px;
	left:50%;
	margin-left:330px;
	width:102px;
	height:14px;
	z-index:999;
}
