body {
    line-height: 1.6;
    background-color: #89a1a9;
    font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 13px;;
    }

img {
	margin: 0px;
	border-style: none
}

ul {
	list-style-type: circle;
}

li {
    margin-top: 4px;
}

table {
	empty-cells: show;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px 0px;

}

td {
	border: 0px;
	padding: 0px;
}

td img {
    display:  block;
    }

em {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-weight: normal;
	font-size: 25px;
	height: 25px;
	line-height: 35px;
}

h2 {
	font-weight: bold;
	widows: 2;
	color: #292892;
	font-size: 16px;
	margin-top: 12px;

	}

h3 {
	font-weight: bold;
	font-size: 14px
}


strong {
	font-weight: bold
}





p.news {
	color: #000;
}

.zitat {
	color: #00f;
	margin-left: 5em;
	margin-right: 5em
}

#PageDiv {
	
	margin-left:auto;
	margin-right: auto; 
	width:90%;
	min-width: 750px;
	height:100%;
	background-color: white;
	padding: 0px 0px 8px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius : 6px;
	padding-top: 8px;
}

#PageDiv,.NewsHeader {
	-moz-box-shadow: 4px 4px 5px #333;
	-webkit-box-shadow: 4px 4px 5px #333;
	box-shadow: 4px 4px 5px #333;
}


/* Navigationsleiste 1. Ebene */
.Navigationsleiste1 {

	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 15px;
	top: 100px;
	width: 100%;
	z-index: 7; 
	font-size: 13px;
	color:  white;
	display: block;

}


.Navigationsleiste1 table {
	width: 98%;
	height: 39px;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
	margin:auto;
	}

.Navigationsleiste1 td {
	vertical-align: top;
	padding: 3px 0px 0px 0px;
	border-spacing: 0px; 
	border-collapse: collapse;
	}
	
.Navigationsleiste1 td.mitte {
	background-image: url(../Resources/mbarmitte.gif);
	}

.Navigationsleiste1 td.links {
	width: 16px;
	
	background-image: url(../Resources/mbarlinks.gif);
	}

.Navigationsleiste1 td.rechts {
	width: 23px;
	background-image: url(../Resources/mbarrechts.gif);
	}



.Navigationsleiste1 a:link, .Navigationsleiste1 a:visited {
	text-decoration: none;
	color: white;
}

.Navigationsleiste1 a:hover {
	text-decoration: none;
	color: #f3ffa3/*#008c92*/;
	background: none;
}

.Navigationsleiste1 ul, .NaviNeu  li {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
}

.NaviNeu {

	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 8px;
	top: 100px;
	width: 100%;
	z-index: 7; 
	font-size: 16px;
	color:  white;
	display: block;
	background-color: #8c8c8c;
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;


} 
.NaviNeu a:link, .NaviNeu a:visited {
	text-decoration: none;
	color: white;
}

.NaviNeu a:hover {
	text-decoration: none;
	color: #f3ffa3/*#008c92*/;
	background: none;
}


.NaviNeu ul,.Navigationsleiste1 li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}

/* Navigationsleiste 2. Ebene */
.Navigationsleiste2 {
	width: 130px;
	display: inline;
	float: left;
}

a:link,
.ui-content-widget a.link{
	text-decoration: none;
	color: #008c92;
}

a:visited,
.ui-content-widget a.visited {
	text-decoration: none;
	color: #285a9e;
}

a:hover,
.ui-content-widget a.hover {
	background-color: #f3ffa3;
	color: #006e72;
}

.gruenBold {
	color: #008c92;
	font-weight: bold;
}

#Inhaltsrahmen {
    background-color: white;
    overflow: auto;
	padding: 5px 12px 5px 12px;
	min-height:  400px;
	
	}
	
.InhaltsrahmenLinks {
	float: left;
	width: 70%;
	}

	
.SeitenleisteRechts {
	margin-left: 73%;
	} 



.InhaltsrahmenRechts { 
	margin-left: 135px; 
}	

.NewsHeader {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #c4de5f; 
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
 }

.NewsHeader h2 {
	padding: 12px;
	color: white;
	text-align: center;
	}
