body {
	scrollbar-base-color: #F6F6F6;
	scrollbar-track-color: #F6F6F6;
	scrollbar-face-color: #40B880;
	scrollbar-highlight-color: #F6F6F6;
	scrollbar-3d-light-color: #F6F6F6;
	scrollbar-darkshadow-color: #F6F6F6;
	scrollbar-shadow-color: #F6F6F6;
	scrollbar-arrow-color: #F6F6F6;
}
a {
	text-decoration:none;
	color:#40B880;
}

/* hintergrund für den body in _themen.php */
.hg {
	background: url(../pix/hg_frame.png);
	background-color: #E3EFD0;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment:fixed;
	z-index: 0;
}

/* betrifft den aufruf textbild aus dem backend  - langfristig auszumustern*/
#textfeld {
	position:relative; 
	width:565px;
	float:left; 
	top:0px;
	left:0px; 
	z-index:1;
}

#textfeld img {
	position:relative;
	right:0px; 
	float:right; 
	z-index:2;
	border: 1px solid black;
	margin: 0 0 5px 5px;
}


/* die teile der index-seite */

/* sprechblase */
#blase {
	position:absolute;
	top: 183px;
	left: 48px;
	width:101px;
	height:255px;
	z-index:2;
	overflow: visible;
	visibility: visible;
}
#blase p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	color: #333333;
	border: none;
	white-space: normal;
}
/* karte+portrait+blase */
#hgl {
	position:absolute;
	width:161px;
	height:468px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	visibility: visible;
	background: url(../pix/hg_links.png);
}
/* karte */
#hgo {
	position:absolute; 
	width:386px; 
	height:135px; 
	z-index:2; 
	left: 161px; top: 0px; 
	background: url(../pix/hg_oben.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
	visibility: visible;
}
/* navigation */
#kontakt {
	position:absolute;
	width:72px;
	height:22px;
	z-index:13;
	visibility: visible;
	top: 135px;
	left: 701px;
}

#termine {
	position:absolute;
	width:72px;
	height:22px; 
	z-index:13; 
	visibility: visible; 
	top: 135px; 
	left: 355px;
}
#parlament {
	position:absolute;
	width:80px;
	height:22px; 
	z-index:13; 
	visibility: visible; 
	top: 135px; 
	left: 450px;
}

#themen {
	position:absolute;
	width:72px;
	height:22px; 
	z-index:13; 
	visibility: visible; 
	top: 135px; 
	left: 541px;
}

#privat {
	position:absolute; 
	width:72px; 
	height:22px; 
	z-index:13; 
	visibility: visible; 
	top: 135px; 
	left: 615px;
}
/* schräg */
#stern {
	position:absolute; 
	width:89px; 
	height:85px; 
	z-index:12; 
	left: 703px; 
	top: 449px; 
	background: url(../pix/stern.png);
	background-repeat: no-repeat; 
	background-position: top left; 
	visibility: visible;
}
/* frame namens mitte */
#frame {
	position:absolute; 
	width:600px; 
	height:350px; 
	z-index:1; 
	left: 172px; 
	top: 170px; 
	visibility: visible;
}
#themenwahl {
	position:absolute; 
	width:239px; 
	height:60px; 
	z-index:2; 
	left: 523px; 
	top: 70px; 
	overflow: visible; 
	background: url(../pix/hg_diagonal.png); 
	background-repeat: repeat; 
	background-position: top left; 
	visibility: hidden;
}

/* mein feld für die standardseite im frame */
#standardfeld {
	position:relative; 
	width:575px;
	float:left; 
	top:0px;
	left:0px; 
	z-index:1;
}

#standardfeld img {
	position:relative;
	right:0px; 
	float:right; 
	z-index:2;
	margin: 0px 0px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40B880;
}

#standardfeld p {
	position:relative;
	right:0px; 
	float:right; 
	z-index:2;
	margin: 0 0 5px 5px;

}
/* felder für die listenanzeige in default: newsentry.html*/
#feld-list {
	position:relative;
	width:565px;
	z-index:1;
	left: 5px;
	top: 5px;
	visibility: visible;
	float: left;
}

#datum-list {
	position:relative;
	padding-left:2px;
	width:565px;
	height:19px;
	z-index:4;
	left: 0;
	top: 0;
	float: left;
	visibility: visible;
}

#titel-list {
	position:relative;
	padding-top:2px;
	padding-left:2px;
	width:565px;
	height:25px;
	z-index:3;
	background: url(../../../pix/hg_diagonal.png);
	background-repeat: repeat;
	background-position: top left;
	float: left;
	visibility: visible; 
}

#text-list {
	position:relative;
	padding-left:2px;
	width:565px;
	left:0px;
	top:5px;
	height:20px;
	z-index:2;
	float: left;
	visibility: visible;
}

html>body #seitenzahlen {
	padding-right: 50px;
}
#seitenzahlen {
	_padding-right:-50px;
}

/* felder für die listenanzeige in default: newsdetailentry.html*/
#feld-det {
	position:relative;
	width:565px;
	z-index:5;
	left: 5px;
	top: 5px;
	visibility: visible;
	float: left;
}

#titelleiste-det {
	position:relative;
	left:0px;
	top:0px;
	width:565px;
	height:18px;
	z-index:5;
	float: left;
}
#datum-det {
	position:relative;
	left: 0;
	top: 0;
	height:18px;
	width:200px; 
	float:left;
	padding-left:2px;
	z-index:8;
}
#kategorie-det {
	position:relative;
	text-align:right;
	top: 0px;
	right:10px;
	width:150px;
	height:18px;
	float:right;
	z-index: 9;
}
#titel-det {
	position:relative;
	left:0px;
	top: 5px;
	width:565px;
	padding-left:2px;
	background: url(../../../pix/hg_diagonal.png);
	background-repeat: repeat;
	background-position: top left;
	float: left;
	z-index:4
}
#text-det {
	position:relative;
	padding-left:2px;
	padding-top:2px;
	width:565px;
	left:0px;
	top: 5px;
	z-index:3;
	float: left;
}
#drucklink-det {
	position:relative;
	left:325px;
	top:10px;
	text-align:right;
	padding-top:10px;
	width:200; 
	float: left; 
	z-index:2;
}



/* die kommentarformen */
#kommentar {
	position:relative;
	padding-top:2px;
	padding-left:4px;
	width:561px;
	height:25px;
	z-index:3;
	background: url(../pix/hg_diagonal.png);
	background-repeat: repeat;
	background-position: top left;
	float: left;
	visibility: visible;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #40B880;
}
#kommentar {
	_width:565px; /* ie paddingsache */
}

#kommentar-kl {
	position:relative;
	padding-top:2px;
	padding-left:4px;
	width:396px;
	height:25px;
	z-index:3;
	background: url(../pix/hg_diagonal.png);
	background-repeat: repeat;
	background-position: top left;
	float: left;
	visibility: visible;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #40B880;
}
#kommentar-kl {
	_width:400px; /* ie paddingsache */
}

#kommentare {
	position:relative;
	padding-top:2px;
	padding-left:4px;
	width:561px;
	height:20px;
	z-index:3;
	float: left;
	visibility: visible;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #40B880;
}
#kommentare {
	_width:565px; /* ie paddingsache */
}

#komdatum {
	position:relative;
	width:561px;
	height:19px;
	z-index:4;
	left: 0;
	top: 0;
	float: left;
	visibility: visible;
}
#form1 {
	position:relative;
	padding-left:4px;
	padding-top:4px;
	width:170px;
	height:20px;
	z-index:2;
	float:left;
	visibility: visible;
}

#form3 {
	position:relative;
	padding-left:4px;
	padding-top:30px;
	_padding-bottom:4px;
	padding-bottom:10px;
	width:170px;
	height:20px;
	z-index:2;
	float: left;
	visibility: visible;
}
#form3 {
	_padding-bottom:4px;
}


#linie {
	position:relative;
	padding-top:2px;
	padding-left:4px;
	width:565px;
	height:20px;
	z-index:3;
	float: left;
	visibility: visible;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #40B880;
}
#dist {
	position:relative;
	padding-left:2px;
	width:565px;
	left:0px;
	top:5px;
	height:15px;
	z-index:2;
	float: left;
	visibility: visible;
}
.area {  
	margin-top: 4px;
	margin-left: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333; 
	font-size: 0.7em;
	background-color: #FFFFFF;
	width: 150px;
	height: 150px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-left: 1px solid #40B880;
	border-right: 1px solid #40B880;
	border-top: 1px solid #40B880;
	border-bottom: 1px solid #40B880;
}

.area-kl { 
margin-top: 4px;
background-color:#FFFFFF; 
color:#333333; 
font-size: .7em;
font-weight: normal; 
font-family: Verdana, Helvetica, sans-serif;
width:100px; 
height:20px;
border-left: 1px solid #40B880;
border-right: 1px solid #40B880;
border-top: 1px solid #40B880;
border-bottom: 1px solid #40B880;
}

.area-gr { 
margin-top: 4px;
background-color:#FFFFFF; 
color:#333333; 
font-size: .7em;
font-weight: normal; 
font-family: Verdana, Helvetica, sans-serif;
width:250px;
height:28px;
border-left: 1px solid #40B880;
border-right: 1px solid #40B880;
border-top: 1px solid #40B880;
border-bottom: 1px solid #40B880;
}

.button { 
width:100px; 
height:20px;
color:#333333; 
font-size: .7em;
font-weight: normal; 
font-family: Verdana, Helvetica, sans-serif;
}

#bild {
	top:4px;
	width:200px;
	z-index:2;
	float:right;
	margin-left:4px;
	margin-right:10px;
	border: 1px solid #40B880;
}

#imgr{
	top:4px;
	width:200px;
	z-index:2;
	float:right;
	margin-left:4px;
	margin-right:0px;
	border: 1px solid #40B880;
}















/* ein block mit float nicht aber mit einer breite zu versehen, bringt manche browser in schwierigkeiten */
/* das wäre ein auzoom-effekt on mouseover - weggelassen, weil er eine pseudoklasse erfordert */

#fotobox {
width:450px;
margin:20px;
padding:10px;
border:1px solid #000;
background:#ddd;
color:#000;
}
#fotobox a img {
float:right;
height:94px;
width:125px;
border:1px solid #000;
margin:0 0 5px 5px;
}
/* Diese Anweisung für die Anzeige in Geckos, Safarie und Opera */
#fotobox img:hover {
width:300px;
height:225px;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#fotobox a:hover img {
width:300px;
height:225px;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#fotobox a:hover {
padding:0; 
}
#fotobox p {
padding:0; margin:0;
font: 500 0.75em/1.5 verdana,arial,helvetica,sans-serif;
}

/* normale styles */

.bdou {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.link1 a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: .8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: none;
	text-decoration:none;
	color:#333333;
	letter-spacing: 0px;
}
.link1 a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: .8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: none;
	text-decoration:none;
	color:#333333;
	letter-spacing: 0px;
}
.link1 a:hover {
	color:#40B880;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: .8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: none;
	text-decoration:none;
	letter-spacing: 0px;
}
.link1 a:active {
	color:#40B880;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: .8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: none;
	text-decoration:none;
	letter-spacing: 0px;
}
.link2 a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F65282;
	border: none;
    white-space:normal;
}
.link2 a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F65282;
	border: none;
    white-space:normal;
}
.link2 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}
.link2 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}
.link3 a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}
.link3 a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}
.link3 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F65282;
	border: none;
    white-space:normal;
}
.link3 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F65282;
	border: none;
    white-space:normal;
}

.link4 a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: none;
    white-space:normal;
}
.link4 a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: none;
    white-space:normal;
}
.link4 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}
.link4 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
    white-space:normal;
}

.bdo {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.textfluss {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: none;
    white-space:normal;	
}
.text-u {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
}
.text-ut {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #40B880;
	border: none;
}
.textfluss-kl {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: none;
    white-space:normal;
}
.textfluss-kl-r {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F65282;
	border: none;
    white-space:normal;
}
.bd-all {
	border: 1px solid #40B880;

}
.bdol {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdl {



	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdor {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.bdur {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #40B880;
	border-right-color: #40B880;
	border-bottom-color: #40B880;
	border-left-color: #40B880;
}
.text-u-key {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.8em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: none;
}
