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

/**** TAGS: ****/

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #a89767;
}
body {
	background-color: #f6f3e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #716249;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

ul, 
ol,
li,
form {
	margin: 0;
	padding: 0;
}

#NEWSBOX h4 {
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-bottom: 2px solid #f6f3e8;
}
#NEWSBOX p {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	text-align: justify;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 2px solid #f6f3e8;
}

/**** ELEMENTS: ****/

#TOPNAV {
	position: relative;
	width: 900px;
	height: 20px;
	left: 50%;
	margin-top: 40px;
	margin-left: -450px;
	text-align: right;
	border: 0px dashed #f00;
}
#TEASER {
	position: relative;
	width: inherit;
	height: 167px;
	background-color: #dcecfa;
	border-top: 2px solid #d3cbb3;
}
#TEASER div {
	position: relative;
	width: 900px;
	height: 167px;
	left: 50%;
	margin-left: -450px;
	line-height: 250%;
	border: 0px dashed red;
}
#NAVIGATION {
	position: relative;
	width: inherit;
	height: 30px;
	background-color: #d3cbb3;
	border: 0px dashed #f00;
	z-index: 200;
}
#CONTENT {
	position: relative;
	width: 860px;
	min-height: 300px;
	margin-top: 70px;
	margin-bottom: 20px;
	left: 50%;
	margin-left: -430px;
	border: 0px dashed #abc;
	z-index: 100;
}
#NEWSBOX {
	position: absolute;
	width: 180px;
	min-height: 180px;
	top: 330px;
	left: 50%;
	margin-left: 270px;
	background-color: #3875ab;
	z-index: 101;
}
#OVERLAY {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
}
#POPUP,
#NEWS {
	position: fixed;
	width: 700px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -350px;
	padding: 0px;
	z-index: 1001;
	border: 0px dotted #f00;
	overflow: hidden;
}
#POPUP .title,
#NEWS .title {
	display: block;
	width: 660px;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	background-color: #f6f3e8;
}
#POPUP .block,
#NEWS .block {
	display: block;
	margin-top: 5px;
	padding: 20px 20px 20px 20px;
	width: 660px;
	height: 409px;
	background-color: #f6f3e8;
	overflow: scroll;
}

/**** LINKS: ****/
a {
	color: #a89767;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#NEWSBOX a {
	color: #fff;
}


/**** NAVIGATION: ****/
/*
ul.level1 {
	display: block;
	position: relative;
	width: 860px;
	height: 30px;
	left: 50%;
	margin-left: -430px;
	line-height: 30px;
	list-style: none;
	border: 0px dashed #f00;
}
ul.level1 li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	background-color: #669;
	
}
ul.level1 li a {
	color: #a89767;
	font-weight: normal;
	text-decoration: none;
}
ul.level1 li a.active {
	color: #fff;
	font-weight: bold;
}
ul.level2,
ul.level3 {
	display: block;
	position: relative;
	width: auto;
	height: 30px;
	list-style: none;
	line-height: 30px;
	border: 0px dashed #00f;
}
ul.level2 li {
	float: left;
	margin-right: 20px;
	background-color: #966;
}
ul.level2 li a.active {
	color: #a89767;
	font-weight: bold;
}
*/


#NAVIGATION div {
	position: relative;
	width: 860px;
	height: 30px;
	left: 50%;
	margin-left: -445px;
}

#NAVIGATION ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:860px;
}

#NAVIGATION li {
	float:left; 
	height:30px; 
	margin-right:1px;
}
#NAVIGATION li a {
	float:left; 
	display:block; 
	height:30px; 
	line-height:30px; 
	padding:0 20px 0 15px; 
	font-size:14px; 
	color:#f6f3e8; 
	text-decoration:none; 
	font-weight:normal;
}
#NAVIGATION li a.active {
	color:#f6f3e8; 
	font-weight: bold;
	background: url(../assets/nav-level1-active.png) no-repeat 1px 11px;
}
#NAVIGATION li ul li a {
	color:#a89767;
}
#NAVIGATION li ul li a.active {
	color:#a89767; 
	font-weight:bold;
	background: url(../assets/nav-level2-active.png) no-repeat 1px 11px;
}

#NAVIGATION li a:hover {
	white-space:nowrap;
	color:#716249;
}
#NAVIGATION li a.active:hover {
	white-space:nowrap; 
	color:#716249;
}

#NAVIGATION li:hover > a {
	color:#716249;
}
#NAVIGATION li:hover > a.active {
	color:#716249;
}

#NAVIGATION li ul {
	position:absolute; 
	top:30px; 
	left:0px; 
	z-index:10; 
}

/**** CONTAKT-FORM: ****/
#CONTACTFORM {
	display:block; 
	border:0px dotted red; 
	width: 400px; 
	position:absolute; 
	right:0px; 
	top:0px;
}
	
#CONTACTFORM label {
	display: inline-block; 
	width:140px;
	vertical-align: top;
}
#CONTACTFORM label.error {
	color: #900;
}
	
#CONTACTFORM input,
#CONTACTFORM textarea {
	width: 250px;
	border: 1px solid #716249;
	margin-bottom: 5px;
}


