body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size:11px;
}

html {
  background: url(../img/background.jpg) #3c3c32 scroll repeat-x 0 0;
  overflow:scroll;
/*  overflow-x:auto; */
}

body {
  margin:10px auto;
  width:970px;
/* IE6 hover fix */
/*  behavior:url("../js/ie6hover.htc"); */

}

body, body a {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* allgemeine Klassen */

.closefloat {
  clear:both;
  font-size:0;
  height:1px;
  line-height:0;
}

.dottedSpacer {
  border:1px dotted #A7D266;
  border-width: 0 0 1px 0;
  padding-bottom:22px;
  width:100%;
}


img {
  border:none;
}

/* Box-Klassen */

.left {
  width:140px;
  float:left;
  margin-right:15px;
}
.middle {
  width:595px;
  margin-right:15px;
  float:left;
}
.right {
  width:199px;
  float:left;
}
.top {
  height:30px;
  color: #97968F;
  font-size:10px;
}
.bottom {
}

.content {
  background: none #FFF scroll repeat 0 0;
  /* height:500px; */
  padding:5px 14px;
}

/* Styles Top */

.top, .top a {
  color: #97968F;
  font-size:10px;
  text-decoration:none;
  text-align:right;
}

.top a:hover {
  text-decoration: underline;
}

.top a {
  float:right;
  margin-left:20px;
}

/* Styles Menu-Box */

.bottom.left {
}

.bottom.left div#leftMenu {
    float:right;
    width:120px;
}

.bottom.left div#leftMenu ul.nav1st {
  clear:both;
  list-style-type: none;
  padding:0;
  margin:30px 0 0 0;
}

.bottom.left div#leftMenu ul.nav1st li {
  padding:0;
  margin:0 0 11px 0;
}

.bottom.left div#leftMenu ul.nav1st li a {
  display:block;
  height:14px;
}

.bottom.left div#leftMenu ul.nav1st li ul {
  list-style-type: none;
  clear:none;
  padding:0;
  margin:10px 0 0 10px;
  display:none;
}

.bottom.left div#leftMenu ul.nav1st li.active ul.nav2nd {
    display:block;
}

.bottom.left div#leftMenu ul.nav1st li ul.nav2nd li {
  padding:0;
  margin:2px 0 2px 0;
}

.bottom.left div#leftMenu a {
  color: #6CAF2C;
}


/* Styles Content-Box */

.bottom.middle {
}


.bottom.middle h1 {
  color: #7F7F7F;
  font-size: 10px;
  line-height:13px;
  padding: 10px 0 0 18px;
}

.bottom.middle h1 a {
  color: #7F7F7F;
  text-decoration:none;
}

/* Styles News-Box*/

.bottom.right {
}

.bottom.right h1 {		 			 	 	/* "News" */
  color:#5a5b53; 				 			 	/* #7F7F7F; */
  font-size: 16px;							/*alt: 10px */
	font-weight:bold;							/*alt: normaler Schriftschnitt */
	font-family:Arial;							
  line-height:13px;
  padding:0 0 14px 0;
}

.bottom.right h2 { 	 						/* �berschrift Meldung */
  font-weight:bold;
	font-size:13px;	 							/* alt: Schriftgr��e nicht definiert */
  color:#6caf2b;	 	 					/*alt: #74b82b; */
  padding:1px 2px;
  width:165px;
  /* background: none #68AC2C scroll no-repeat 0 0; */
  margin-bottom:3px;
}

.bottom.right h3 { 						/* Datum */
  /* clear:both; */
  color:#5a5b53; 	 						/*alt: #74b82b; */
	font-size:11px;
	font-weight:bold;						/*alt: normaler Schriftschnitt */
  padding:5px 0;
}

.bottom.right .newsBlock {
  border: 1px dotted #8a8c86;
  border-width:0 0 1px 0;
  margin-bottom:15px;
  padding-bottom:15px;
}

.bottom.right .newsBlock img {
  margin-top:10px;
  display:block;
}

.bottom.right .newsBlock div {
  color: #5D5A53;
  line-height:18px;
  margin-bottom:0px;
}



/* middle and right */

.bottom.middle .block a, .bottom.right a {
  color: #518bb1;				 							 	 		/* Linkfarbe Contentbereich */
  text-decoration:none;
}


/* Altes Link-Icon

.bottom.middle .block a.arrow, .bottom.right a.arrow {
  background: url(../img/link_arrow.gif) transparent scroll no-repeat 2px 5px;
  padding-left:14px;
}
*/

.bottom.middle .block a:hover, .bottom.right a:hover {
  text-decoration:underline;
}




/* Link-Icons */

.intern {
padding-left: 15px;
background: transparent url(../img/linkstyle_intern.gif) no-repeat center left;
}

.extern {
padding-left: 15px;
background: transparent url(../img/linkstyle_extern.gif) no-repeat center left;
}

.pdf {
padding-left: 15px;
background: transparent url(../img/linkstyle_pdf.gif) no-repeat center left;
}

.anker {
padding-left:13px;
background: transparent url(../img/linkstyle_anker.gif) no-repeat bottom left;
}

.email {
padding-left:15px;
background: transparent url(../img/linkstyle_email.gif) no-repeat center left;
}