/* override some defaults that are different from browser to browser anyway */
body,div,form {
  padding: 0px;
  margin: 0px;
  color: #333333;
}

body  {
  color: #333;
  font-size: 85%;
  font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
  background-color: #6BB141;
}

body.print {
  background-color: #fff;
}

img {
  border: none;
}

ul {
  margin-bottom: 0px;
}

label {
  cursor: pointer;
}

/* set some more defaults for our convenience */
h1,h2,h3,h4 {
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

h1,h2,h3,h4{
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-weight: bold;
}


h1 {
  color: #247C18;
  font-size: 1.6em;
  padding-top: 0px;
}

h2 {
  color: #094128;
  font-size: 1.2em;
  padding-top: 5px;
}

h3 {
  color: #333333;
  font-size: 1.2em;
}

h4 {
  color: #333333;
  font-size: 1.0em;
}

p {
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;

}


h2.lead  { 
	margin-top: 0px; 
	padding-top: 10px; 
	margin-bottom: 0px; 
	font-size: 110%;
}

.lead { 
  font-weight: bold; 
}

h2.list { 
  font-size: 1.2em; 
  color: #333366; 
  padding: 0px;
  margin-bottom: 5px;
}


h2.leadlist { 
  font-size: 1.1em; 
  padding: 0px;
  margin-bottom: 5px; 
  margin-top: 5px;
}

.articletable {
  font-size: 1em;
  line-height: 1.6em;
}


h2 a,h2 a:active,h2 a:link,h2 a:visited,a.listtitle { 
  color: #990033; 
}

ul.leiste {
  padding: 0em 0.5em 0em 0.5em;
  margin: 0px;
  
}
ul.leiste li {
  padding-left: 0.5em;
  list-style-type: none;
  display: inline;
}

.clear {
  clear:both;
}

.fehler {
  color: red;
  font-weight: bold;
}


/*
 * hide certain elements from modern browsers which are (hopefully) mostly
 * convenient for text-browsers and the like
 */
.hidden {
  display: none;
}

.indent {
  padding-left: 15px;
}


/* default link styling */
a:link    { 
  color: #247C16; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: transparent; 
}

a:visited { 
  color: #247C16; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: transparent; 
}

a:hover   { 
  color: #247C16; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: transparent; 
  text-decoration: none; 
}

a:active  { 
  color: #247C16; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: transparent; 
  text-decoration: none; 
}

/*** Allgemeine Anordnung der Container und Hintergruende ***/
#wrapper {
  width: 990px;
  margin: 16px auto;
  position:relative;
}

#wrapperinner {
  width: 980px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

#shadow_right_top{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 8px;
  height: 9px;
}

.shadow_right{
  margin: 0px;
  width: 990px;
  background: transparent url(schatten_rechts.jpg) right repeat-y;
}

.shadow_bottom{
  width: 990px;
  height: 7px;
  background: transparent url(schatten_unten.jpg) top repeat-x;
}

#head {
  width: 981px;
  height: 200px;
  margin-left: 0px;
  position:relative;
  background: transparent url(head_bg.jpg) top left no-repeat;
}

#head_gruene{
  position: absolute;
  top:30px;
  right: 17px;
}

#head_gruene a{
  display: block;
  height: 100px;
  width: 180px;
}


#head_portrait a{
  width: 325px;
  height: 40px;
  display: block;
  position: absolute;
  top: 110px;
  left: 0px;
}

#header_bottom{
  display: none;
}

#metanav {
  position: relative;
  left: 0px;
  height: 22px;
  width:100%;
  background-color: #ffcc00;
  text-align: right;
  margin-bottom: 1px;
  line-height: 22px;
  font-size: 90%;
}

#wrapperinner2 {
  width: 980px;
}

#nav {
  float: left;
  width: 200px;
  margin-left: -730px;
}

#nav_breit {
}

#content {
  float: left;
  width: 500px;
  line-height: 1.6em;
  font-size: 90%;
  padding: 0px 15px;
  margin-left: 213px;
}

#content_breit {
}

#news {
  width: 230px;
  margin-left: 743px;
  margin-top: 40px;
}

.news_thumb{
  float:left;
	padding-right: 8px;
	padding-top: 5px;
}

#news_breit {
}

#metanav2 {
  position: relative;
  left: 0px;
  height: 18px;
  width: 100%;
  text-align: right;
  line-height: 18px;
  font-size: 90%;  
}

#footer {
  height: 51px;
  margin-top: 40px;
  width: 100%;
  background-color: #094029;
  padding-top:7px;
}

#metanav a {
  color: #FFFFFF !important;
}

/* Bildformatierung */
.AWimageleft { 
  float:left; 
}

.AWimageright { 
  float:right; 
}

.AWimagemarginleft { 
  margin-left:6px; 
}

.AWimagemarginright { 
  margin-right:6px; 
}

.AWimagemargincenter { 
  margin:auto; 
}

div.AWimagebox { 
  margin-top: 0.5em; 
  margin-bottom: 10px;
}

img.AWimage { 
  border:0px; 
}

p.AWimagetext { 
  padding-left: 6px; 
  padding-right: 6px; 
  margin-top:0px; 
  margin-bottom:0px; 
}

span.AWimagetitle { 
  font-weight:bold;
  display:block; 
}



/* Bildformatierungen zum Ueberschreiben */
.AWimageboxOverride { }

AWimageOverride {}

AWimagetextOverride {}

AWimagetitleOverride {}

AWimagedescOverride {}



/*
* Menu-Bereich
*/
.header_navi{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 26px;
  background: transparent;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

.header_navi ul{
  float: left;
  margin-top: 13px;
  margin-right: 10px;
  list-style-type: none;
  border: 0px;
  margin: 0px;
  padding: 7px 0px 0px 3px;
}

.header_navi ul li{
  float: left;
  display:block;
  line-height: 1em;
  border-left: 1px solid #FFFFFF;
  padding: 0px 5px;
}

.header_navi ul li:first-child{
  border: 0px;
}

.header_navi ul li a{
  color: #FFFFFF;
  font-size: 0.9em;
  text-transform: uppercase;
}

.searchbox{
  float: left;
}

.search-input{
  height: 16px;
  width: 156px;
  border: 1px solid #217C15;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: -3px
}

.search-submit{
  background: transparent;
  height: 16px;
  margin-top: 4px;
  border: 0px solid;
  color: #FFFFFF;
  padding: 0px;
  text-align: left;
  font-size: 0.9em;
  margin-right: 5px;
  text-transform: uppercase;
}

/*Language oder Extra Menu über der Navi*/
.language{
  display: none;
}

.language ul{
}

.language ul li:first-child{
}

.language ul li{
}

.language ul li a{
}

#menu {
  margin-bottom: 35px;
}

#menu ul {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  border-top:1px solid #217C15;/*by Anja 05.08., Suses Wunsch*/
  width: 200px;
}

/* Ebene 1 */
#menu ul li {
  padding: 0px;
  display: block;
}

#menu ul li a {
  color: #247C16;
  font-size: 0.85em;
  font-weight: normal;
  display: block;
  line-height: 2em;
  border-bottom: 1px solid  #217C15;
  text-transform: uppercase;
  padding-left: 3px;
}

#menu ul li a:hover {
  background-color: #AFE46D;
}

#menu ul li a.active {
  background: #217C15;
  font-weight: bold;
  color: #FFFFFF;
}


/* Ebene 2 */
#menu ul li ul {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid  #217C15; 
}

#menu ul li ul li {
  border: 0px;
  margin-bottom: 3px;
}

#menu ul li ul li a {
  border: 0px;
  padding-left: 11px;
  text-transform: capitalize;
  color: #09402B;
}

#menu ul li ul li a:hover {
}

#menu ul li ul li a.active {
  background-color: #AFE46D;
  color: #09402B;
  padding-left: 11px;
  font-weight: normal;
}

/* Ebene 3 */
.menu3{
  margin-bottom: 0px;
  border: 0px !important;
  margin-top: 5px !important;
}

.menu3 li{
  margin: 0px;
  padding: 0px;
}

.menu3 li a {
  border: 0px;
  padding-left: 25px !important;  
}

.menu3 li a:hover {
  background-color: transparent;
}

.menu3 li a.active {
  font-weight: bold !important;
  background: transparent !important;
  line-height: 1.4em !important;
}

.intranet{
  display: none;
}

.intranet ul{
}

.intranet ul li:first-child{
}

.intranet ul li{
}

.intranet ul li a{
}

.newsletter{
  width:200px;
}

.newsletter input[type=text]{
  font-size: 90%;
  float:left;
  width: 124px;
  height: 17px;
  border: 1px solid #217C15;  
  padding-top: 2px;
  margin: 0px;
}

.newsletter input[type=submit]{
  font-size: 90%;
  float:right;
  width: 74px;
  height: 22px;
  border: 1px solid #217C15;  
  background-color: #217C15;
  color: #FFFFFF;
  padding: 0px 0px 2px 0px;
  margin-left: 0px;
}

.content_bottom{
  width: 470px;
  padding: 0px;
  margin-top: 40px;
}

.content_bottom_head{
  width: 495px;
  background-color: #217C15;
  color: #FFFFFF;
  line-height: 22px;
  padding-left: 5px;
  height: 23px;
  margin-bottom: 13px;
  font-size: 1.15em;
  text-transform: uppercase;
}

.content_bottom ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.content_bottom ul li:first-child{
}

.content_bottom ul li{
  margin: 0px;
  padding: 0px;
}

.content_bottom ul li h2{
  color: #247C18;
  padding: 0px;
}

.content_bottom ul li p{
  margin-bottom: 20px;
  padding: 0px;
}

.content_bottom ul li a{
  color:#217C15;  
  font-weight: bold;
}

.first{ 
  width: 370px;  
}

.last{
  width: 230px;  
}

/*Footer*/

.footer{
  width:500px;
  border: 1px solid #FFFFFF;
  margin-left: 228px;
  height: 42px;
}
.footer ul{
  list-style-type: none;
  margin: 0 auto;
  padding-top: 0px;
}

.footer ul li:first-child{
  border:0px;
}

.footer ul li{
  border-left: 1px solid #FFFFFF;
  padding: 0px 6px 1px;
  float: left;
  display: inline;
  margin-top: 3px;
}

.footer ul li a{
  color:#FFFFFF !important;  
  line-height: 1.2em !important;
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}


/*
* Boxen
*/

/* Kopfbereiche der Boxen*/
div.boxhead {
  width: 225px;
  height: 23px;
  line-height: 22px;
  background-color: #217C15;
  color: #FFFFFF;
  margin-bottom: 1px;
  padding-left: 5px;
  text-transform: uppercase;
}

.boxhead a{
  color: #FFFFFF;
}


div.boxhead_left {
  width: 195px;
  height: 23px;
  line-height: 22px;
  background-color: #217C15;
  color: #FFFFFF;
  margin-bottom: 1px;
  padding-left: 5px;
}

.boxhead_left a{
  color: #FFFFFF;
  text-transform: uppercase;
}

/* Box-Inhalts-Div */
div.box{
  background-color: #FFFFFF;
  padding: 9px 6px 9px 6px;
  font-size: 0.87em;
  line-height: 1.3em;
  margin-bottom: 1em;
  border: 1px solid #217B17;
}

div.box input[type=text], div.box input[type=submit] {
  width: 150px; 
  margin-top:4px;
}

div.box input[type=radio] {
  width:16px;
}

.box a{
  color: #217C15;
  font-weight: bold;
  margin-left: 5px;
}

/* Box-Inhalt-Formate für News */

#news div.box a.title {
  display: block;
  padding-top: 8px;
  padding-bottom: 4px;
}

.news_rss{
  margin-left:0px !important;
}


/*Videos*/
.video{
  background-color: #FFFFFF;
  border: 1px solid #217B17;
  margin-bottom: 10px;
}

/* Banner */
.banner {
  margin-top: 40px;
}

.banner  ul{
  padding: 0em;
}

.banner ul li {
  margin-bottom: 20px;
  padding: 0px;
  border: 0px !important;
  list-style-type: none;
  display: inline;
}

/* USER */


#servicemenu ul {
  margin: 0px;
  padding: 4em 0em 0em 0em;
  list-style-type: none;
  border: 0px;
}

/* Ebene 1 */

#servicemenu ul li {
  padding: 2px 0px 1px 0px;  
}

#servicemenu ul li a img {
  padding-top: 0px;
  padding-bottom: 1px;
}

#servicemenu ul li a {
  color: #333 !important;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: none !important;
  display: block;
  line-height: 2em;
  background-color: #ffe680 !important;
  padding-left: 5px;
}

#servicemenu ul li a:hover {
  background-color: #ffcc00 !important;
}

#servicemenu ul li.head {
  background-color: #ffcc00 !important;
  font-weight: bold !important;
}

/*termine*/
.datum{
  color: #09402B;
  font-weight: bold;
}

.titel{
  color: #217B17;
  font-weight: bold;
}

/*Suche*/
.suche{
  width: 206px;
  height: 20px;
  margin-bottom: 12px;
}

.suche input{
  width:159px;
  height: 18px;
  border: 1px solid #004F7D;
}

.suche a{
  color: #004F7D;
  padding-left:3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*Social Bookmarks */

#social_bookmark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}

#social_bookmark li { 
  padding-right: 0.5em;
  list-style-type: none;
  display: inline;
}

#social_bookmark img {
  margin: 0.25em 0em 0em 0em; 
}

.articlelist b{
  color: #217C15;
}

.articlelist{
  padding-top: 5px;
  padding-bottom: 5px;
}


div.blogbox ul {
  list-style:none;
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#news div.blogbox a.title{
  display:inline;
}
