/*Tags*/
div {
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:175%;
	margin:0;
	padding:0;
	text-align:justify;
	height:100%;
	font-size:80.01%;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:1.3em;
	margin: 5px 0 15px;
}
h2 {
	background:#E2E2E2;
	font-size:1.2em;
	padding:4px;
	margin-top:10px;
}
#content h1 {
    background:#EFEFEF;
    padding: 5px;
    margin: 0 0 15px;
}
h3 {
	margin-bottom:10px;
}
h4 {
    margin:20px 0 10px;
}
p {
	margin:0;
	padding:0;
}
hr {
	width:100%;
	display:block;
	height:1px;
	margin:10px 0 0;
	border-top:#CCCCCC 1px solid;
}
ul {
	list-style:url(../images/layout/pfeil_liste.gif);
	margin:0;
	padding:0;
	margin-left:15px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
/*Layout*/
#main{
	background:#51A62A;
}
#header{
	background:url(../images/layout/bg_header.png) repeat-x #FFFFFF;
	height:80px;
	padding: 0 10px;
}
#topMenue {
	background-color:#51A62A;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	/*text-align:right;*/
	font-size:100%;
	color:#CCCCCC;
	font-weight:bold;
	padding:0 0 0 10px;
}
#search {
	position:absolute;
	right:10px;
	top:10px;
}
#divContentheading {
	background:url(../images/layout/content_div_bg.png) repeat-x #FFFFFF top;
	width:100%;
	height:10px;
}
#breadCrumb {
	font-size:0.8em;
	margin-left:17px;
	color:#CCCCCC;
}
#navigationLeft{
	float: left;
	width:22%;
	min-height:10px;
	margin: 0 0 0 1%;
	font-size:0.9em;
	overflow:hidden;
    text-align:left;
}
#navAccess {
	display:none;
	visibility:hidden;
}
#content{
	width:73%;
	float:left;
	margin: 0 0 0 2%;
	min-height:400px;
	overflow:hidden;
}
#headlines{
	float:right;
	background:#EFEFEF;
	/*min-height:300px;*/
	padding:10px;
	width: 24%;
	margin:0 15px 5px 25px;
	font-size:0.9em;
	overflow:hidden;
	text-align:left;
	border:2px dotted #FFA928;
}
#footer {
	text-align:center;
	font-size: 0.8em;
	color: #999999;
	padding: 7px 0 0 17px;
}
/*Layout-Wrapper*/
#wrapperOM {
	background-image: url(../images/layout/wrapperOM.png);
	background-repeat: repeat-x;
	width:98%;
	margin: 0 1%;
	height:15px;
	font-size:9px;/*IE6 macht sonst den div zu hoch (auf 18px)*/
}
#wrapperOL {
	background-image: url(../images/layout/wrapperOL.png);
	background-repeat: no-repeat;
	width:17px;
	height:15px;
	float:left;
}
#wrapperOR {
	background-image: url(../images/layout/wrapperOR.png);
	background-repeat: no-repeat;
	width:17px;
	height:15px;
	float:right;
}
#wrapperMM {
	background:#FFFFFF;
	width:98%;
	margin:0 1%;
}


#wrapperML {
	background-image: url(../images/layout/wrapperML.png);
	background-repeat: repeat-y;
	width:100%;
}


#wrapperMR {
	background-image: url(../images/layout/wrapperMR.png);
	background-repeat: repeat-y;
	background-position:right;
	width:100%;
}

#wrapperUM {
	background-image: url(../images/layout/wrapperUM.png);
	background-repeat: repeat-x;
	background-position:bottom;
	width:98%;
	margin: 0 1%;
	height:19px;
	font-size:9px;
	clear:both;
}
#wrapperUL {
	background-image: url(../images/layout/wrapperUL.png);
	background-repeat: no-repeat;
	width:17px;
	height:19px;
	float:left;
}

#wrapperUR {
	background-image: url(../images/layout/wrapperUR.png);
	background-repeat: no-repeat;
	width:17px;
	height:19px;
	float:right;
}
.gutter {
	margin: 0 5px;
}
/*topMenue*/
#topMenue a {
	color:#FFFFFF;
	padding: 4px 5px 3px;
}
#topMenue .uberlink a{
	background:#C1ED6F;
	color:#303F14;
}

/*navigationLeft*/
#navigationLeft a {
	display:block;
	padding:0 10px;
	color:#000099;
	background:#DEFFCF;
	margin-bottom: 5px;
    text-align:left;
}

#navigationLeft .menu2 a {
	padding:0 30px;
	color:#000099;
	background:#EFEFEF;
	margin-bottom: 4px;
	font-size:0.9em;
    text-align:left;
}
#navigationLeft .uberlink a{
	background:#51A62A;
	color:#FFFFFF;
}
/*headlines*/
#headlines h1 {
	margin:0 0 5px;
	padding:0;
	line-height:100%;
	font-variant:small-caps;
	letter-spacing:0.1em;
}
#headlines h2 {
    font-size:1.1em;
}
#headlines p {
	margin:0;
	padding:0;
	line-height:130%;
}
/*breadCrumb*/
#breadCrumb a {
	color:#CCCCCC;
}
/*Footer*/
.clAnfang {
    margin:5px 260px;
}
#footer a {
	color:#CCCCCC;
	margin: 0 10px;
}
/*sonstige Klassen*/
.center {
	text-align:center;
}
.clear{
	clear:both;
}

#content .contenttable {
	background:#FFFFCC;
	font-size:1.2em;
}
#navigationLeft a.nobg {
    background:none;
padding: 0;
}

/*news*/
.news-latest-container, .news-list-container {
	background:none;
	padding:0;
	margin:0;
	border:none;
}

.news-latest-container h2, .news-latest-gotoarchive {
    display:none;
}
.news-latest-item, .news-list-item{
    padding: 5px;
	background:#EFEFEF;
	margin:0 0 10px;
	font-size:0.9em;
	overflow:hidden;
	text-align:left;
	border:2px dotted #FFA928;
}
#content .news-latest-item h3, #content .news-list-item h3 {
    font-size:1.2em;
	background:none;
	border-bottom:2px #999999 double;
}
#navigationLeft .news-latest-item a, #content .news-list-item a {
	background:#EFEFEF;
	color:#0000FF;
}
/*termine*/
.termine {
	border-collapse:collapse;
}
.termine td {
	min-height:3em;
	padding:10px;
	border-bottom:1px solid #999999;
}
