/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body{
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	background-image: url(bg-uwg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #FFFFFF;
	z-index: auto;
}

/* Kopfbereich */
#globalNav{
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #cccccc;
	text-align: right;
	position: absolute;
	z-index: auto;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 100%;
	background: #007D7D;
	background-color: #007D7D;
}
#logoBereich{
	border-bottom: 9px solid #669999;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 26px;
	z-index: auto;
	height: 100px;
	width: 100%;
	right: 0px;
	padding: 0px;
	visibility: visible;
	background: #FFFFFF url(gruen-wolken.jpg) repeat;
}
#logoText {
	left: 0px;
}


/* Linke Seite */
#links {
	position: absolute;
	z-index: auto;
	left: 0px;
	top: 135px;
	visibility: visible;
	height: auto;
	width: 181px;
	margin: 0px;
	padding: 0px 0px 5px;
	border-right: 1px solid #007D7B;
	border-bottom: 1px solid #007D7B;
}
#navBar{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	border-right: 1px none #cccccc;
	border-bottom: 0px;
	
}
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	background-color:#669999
}

#siteInfo{
	padding: 0px;
	width: 180px;
	font-weight: bold;
	text-align: center;
	float: left;
	background: url(gruen-bg-links.jpg) no-repeat 0px 0px;
	height: 300px;
	position: relative;
	top: 0px;
}
#copyright {
	position: relative;
	top: 150px;
	color: #669999;
}

/* Mittelbereich */
#content{
	position: absolute;
	z-index: auto;
	top: 135px;
	visibility: visible;
	overflow: visible;
	font-size: 89%;
	height: auto;
	width:49%;
	left: 25%;
}
#breadCrumb{
	font-size: 89%;
	padding: 10px 0px 20px;
	text-align: right;
}
#rubrik {
	clear: both;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#WillkommenText {
	margin: 0px;
	padding: 0px;
}

.Artikel {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
#folgeseiten {
	font-size: 89%;
	font-weight: bold;
}
.Wahl {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

.Personen {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

#Impressum {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
}

/************** #Rechter Bereich **************/

#headlines{
	border-left: 1px solid #007D7D;
	border-bottom: 1px solid #007D7D;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	position: absolute;
	top: 135px;
	right: 0px;
	visibility: visible;
	width: 20%;
	font-size: 75%;
	background: #CCDDDD;
	background-color: #CCDDDD;
}
#datum {
	font-size: 89%;
	font-weight: bold;
	color: #CC6633;
}
#themen {
	margin: 0px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #007D7D;
}

#termine{
	margin: 0px;
	padding-top: 20px;
}





/************** .feature styles ***************/

.Thema {
	font-weight: bold;
	color: #003333;
	margin: 0px;
	padding: 0px;
}
.Termin {
	font-weight: bold;
	color: #003333;
	margin: 0px;
	padding: 0px;
}
