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

body {
	
	margin:0;
	padding:0;
	padding-bottom:100px;
	background-color:#f4f0ec;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	
		
}

#teaser-image {
	height:500px;
	width:100%;
	background-image:url(assets/teaserimage.jpg);
	background-position:bottom;
	background-size:cover;
	background-repeat:no-repeat;	
	position:fixed;
	z-index:-1000;
	margin-top:-200px;
}

#logo-wrapper {

	width:960px;
	margin:0 auto;
	margin-top:200px;
	height:145px;
	padding:0;
	overflow:hidden;
}


#content-wrapper {
	background-color:#FFF;
	width:960px;
	padding:0;
	margin:0 auto;
	background-image:url(assets/navi-bg.png);
	background-repeat:repeat-y;
	
	box-shadow:2px 2px 3px #afa295;
	padding-bottom:50px;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
	
	
}

.left-column {
	
	
	width:350px;
	min-height:500px;
	
	float:left;	
}

.right-column {
	
	width:570px;
	margin-right:20px;
	float:right;	
	
}

#navi,.subnavi {
	
	padding:0;
	margin:0 auto;
	list-style:none;
	text-align:center;	
	width:240px;
}

#navi li a {
	
	color:#FFF;
	text-decoration:none;
}

#navi li  {
	border-bottom:1px solid #6b6257;
	padding-top:6px;
	padding-bottom:6px;	
}

#navi li:hover  {
	background-color:#746b5f; 
}
 .last  {
	border-bottom:0 !important;	
	padding-top:3px !important;	
	padding-bottom:3px !important;	
}

.sub a {
	
	color:#afa295 !important;	
	font-style:italic;
		
}




.active { 
	background-color:#746b5f; 

}

a { color:#746b5f; }

h1 { 
	padding-top:66px;
	color:#FFF;
	text-shadow:1px 1px 4px #000;
	font-family:opusregular, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:40px;

}

h2 { 
	
	color:#afa295;
	font-family:opusregular, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	line-height:30px;

}