/* CSS Document */

html,body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	background-color: #EDEDED;
	background-image:url(../images/bg01.jpg)
	
  }


#language {
	margin-top: 12px;
	text-align: right
}

#language a {
	color: white
}

#header {
	margin-top: 6px;
	border-top: 1px solid #070707;
	border-left: 1px solid #070707;
	border-right: 1px solid #070707
}

#header-top {
	height: 100px;
	background-color:#B7AD7C;
	background-image: url(../images/background-top.jpg);
	border-bottom: 1px solid #070707
}

#header-top a {
	color: #FFFFFF
}

#header-top .address {
	float: left; 
	width: 326px; 
	margin-top: 16px; 
	color: #FFFFFF
}

#header-top .logo {
	float: left;
	width: 326px;
	height: 70px;
	margin-top: 7px;
	color: white;
	font-size: 13px
}

#header-top .slogan {
	float: left;
	width: 326px;
	margin-top: 14px
}

#news-left {
	position: absolute; 
	top: 430px; 
	margin-left: 30px; 
	border: 1px solid #070707; 
	background-image: url(../images/background-news.png); 
	width: 280px; 
	z-index: 100; 
	height: 80px; 
	filter: alpha(opacity=90);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.9;
	opacity: 0.9;
	color: #FFFFFF;
}

#news-center {
	position: absolute; 
	top: 430px; 
	margin-left: 330px; 
	border: 1px solid #070707; 
	background-color: white; 
	width: 560px; 
	z-index: 100; 
	height: 80px; 
	color: #6D6649;
	filter: alpha(opacity=80);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.8;
	opacity: 0.8
}

#news-center-left {
	float: left;
	width: 300px;
	font-size: 11px
}

#news-center-right {
	float: right; 
	width: 260px; 
	margin-top: 12px; 
	font-weight: bold; 
	font-style: italic
}

#news-weather {
	position: absolute; 
	top: 430px; 
	margin-left: 910px; 
	border: 1px solid #070707; 
	width: 35px;
	z-index: 100; 
	height: 35px
}
 
#news-facebook {
	position: absolute; 
	top: 475px; 
	margin-left: 910px; 
	border: 1px solid #070707; 
	width: 35px; 
	z-index: 100; 
	height: 35px;
}

#header-navigation {
	height: 34px;
	background-image: url(../images/background-navigation.png);
	border-bottom: 1px solid #070707;
	border-top: 1px solid #070707
}

.header-navigation-item {
	margin-top: 9px;
	/*border-right: 1px solid #695E38;*/
	padding-left: 19px;
	padding-right: 19px;
	float: left
}

.header-navigation-item a {
	font-style: normal;
	text-decoration:none;
	font-size: 14px;
	color: #6D6649;
	font-weight: bold
}

.header-navigation-item a:hover {
	color: #FFFFFF
}

#template {
	width: 980px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

#main {
	border-left: 1px solid #070707;
	border-right: 1px solid #070707;
	position: relative;
	background-color: #EDEDED;
}

#main-navigation {
	float: left;
	width: 230px;
	margin: 20px;
	border: 1px solid #070707;
	background-color: white
}

.main-navigation-item {
	margin: 16px;	
	border-bottom: 1px solid #AFA481;
	text-align: left;
	width: 190px;
	height: 24px;
	font-size: 13px
}

.main-navigation-item a {
	font-style: italic;
	text-decoration:none;
	font-size: 13px;
	color: #6F6136;
	font-weight: bold
}

#main-content {
	float: left;
	width: 660px;
	margin: 20px;
	text-align: justify;
	border: 1px solid #070707;
	background-color: white
}

#main-content-without-navigation {
	float: left;
	width: 936px;
	margin: 20px;
	text-align: justify;
	border: 1px solid #070707;
	background-color: white
}

#footer {
	height: 1px;
	margin-bottom: 24px;
	border-bottom: 1px solid #070707;
	border-left: 1px solid #070707;
	border-right: 1px solid #070707
}

h1 {
	font-style: italic;
	text-decoration:none;
	font-size: 15px;
	color: #6F6136;
	font-weight: bold;  
}

.small {
font-size: 10px;
}

h2 {
	color: #6F6136;
	font-weight: bold; 
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.news-headline {
	font-weight: bold;
	font-size: 14px;
	line-height:36px
}

a {
	color: #6F6136;
}