* { padding: 0; margin: 0; }
html {
  height: 101%;                 /* erzwingt Scrollbar im Firefox */
  font-size: 100.01%
}
body {
	background: #eee url(images/bodybg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
p {
	margin-bottom: 1em;
	line-height: 135%;
}

#wrapper { 
 margin: 0 auto;
 width: 940px;
}

#header {
 color: #333;
 width: 900px;
 height: 120px;
 margin: 0 20px;
 background: #D1DBDB;
}


#reihe_1 {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
 }
 
#reihe_2 {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
 }

#reihe_3 {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
  background: url(images/boxtop03.gif) top left repeat-x;
  color: black;
  background-color: #d7e8bb;
  border: 1px solid #cfe6b2;
  padding: 20px 0;
} 
 
#menu {
 width: 310px;
 float: left;
 color: #333;
 padding: 0;

}

#wechsler {
 width: 610px;
 float: right;
}

#wechsler  p{
  margin: 0;
}

#titelthema {
	width: 690px;
	float: left;
}
#titelthema div{
	background: none;
}
#titelthema .box_hellgruen {
 margin-bottom: 20px;
 padding:0;

}
#newsticker {
 width: 230px;
 height: 100px;
 float: right;
}

#newsticker .box_gruen {
 margin-bottom: 20px;
}

#teaser {

}
#titelthema div.titelblock {
	float: left;
	width: 204px;
	padding-top: 10px !important;
	margin-left: 20px !important;
}

div.themenblocks {
	float: left;
	margin: 0 0 0 19px;
	width: 210px;
}
#main {
  background: url(images/mainbg.gif) repeat-y top left;
  width: 940px;
  overflow: auto;
}

#links { 
 display: inline;
 color: #333;
 width: 190px;
 float: left;
}

#content { 
 float: left;
 width: 560px;
 color: #333;
 display: inline;
 position: relative;
}

#rechts { 
 display: inline;
 position: relative;
 color: #333;
 width: 190px;
 float: right;
}

#footer { 
 border-top: 3px solid #cfe6b2;
 width: 900px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0 auto 10px;
 padding: 0;
}
.nach_rechts {
	float: right;
	font-size: 10px;
	margin-top: 3px;
	color: #7db41b;}
.clear { clear: both; background: none; }