* {
  margin:0;
  padding:0;
  z-index:10;
}

html {
  	background-image:url('../img/bg.gif');
  	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#555;
	height:100%;
	margin:0%;
	padding:0%;	
}

body {
	height:100%;
	margin:0%;
	padding:0%;
	width:100%;
	white-space:nowrap;
	min-width:850px;
}
a:link, a:visited, a:hover, a:active {
  color:#000;
  font-size:12px;
}
a:hover, a:active {
  color:#137724;
}
img#logo {
  position:absolute;
  z-index:40;
  margin-left:17%;
  margin-top:-24px !important;
}

div#head, div#headnavi {
  margin:0%;
  padding:0%;
  z-index:20;
  position:relative;
}
body>div#main{
	height:auto;
}
div#head {
  margin-top:30px;
  background-color:#C8EDC6;
  height:34px;
  color:#137724;
  font-size:18px;
  font-style:oblique;
  font-weight:bold;
  padding-left:330px;
  padding-top:10px;
}
div#headnavi {
  background-color:#137724;
  border-top:2px solid #fff;
  height:20px;
  color:#fff;
}

div#main, div#navi {
  	background-color:#fff;
	margin:0 auto;
	margin-top:-97px;
  	padding-top:126px;
  	float:left;
  	white-space:nowrap;
  	min-height:100%;
}
div#navi {
  padding-top:100px;
  width:14%;
  background:none;
  border-right:2px solid #fff;
}
div#main {
  padding-left:26px;
  width:80%;
  float:left;
  border-left:14px solid #bababa;
  background:url('../img/bg_logo.jpg') #fff no-repeat bottom right fixed;
  white-space:nowrap;
  padding-bottom:20px;  
}
div#headnavi p {
  padding:1px 0 0 0;
  margin:0;
  width:96%;
  text-align:right;
  color:#fff;
}

/*LINKS*/
div#headnavi a:link, div#headnavi a:visited, div#headnavi a:hover, div#headnavi a:active {
   font-size:13px;
   color:#fff;
   text-decoration:none;
}
div#headnavi a:hover, div#headnavi a:active {
   text-decoration:underline;
}

div#navi a:link, div#navi a:visited, div#navi a:hover, div#navi a:active {
  display:block;
  background:url('../img/navi_bg_n.gif') no-repeat center left #fff;
  height:20px;
  border-bottom:1px solid #137724;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#137724;
  padding: 2px 0 0 23px;
}

div#navi a:hover, div#navi a:active {
  display:block;
  background:url('../img/navi_bg_h.gif') no-repeat center left #fff;
  border-bottom:1px solid #E2A000;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#E2A000;
  padding: 2px 0 0 23px;
}

div#navi a.active:link, div#navi a.active:visited, div#navi a.active:hover, div#navi a.active:active {
  display:block;
  background:url('../img/navi_bg_h.gif') no-repeat center left #fff;
  height:20px;
  border-bottom:1px solid #E2A000;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#E2A000;
  padding: 2px 0 0 23px;
}

div#navi a.active:hover, div#navi a.active:active {
  text-decoration:underline;
}

div#navi a.admin:link, div#navi a.admin:visited, div#navi a.admin:hover, div#navi a.admin:active {
  display:block;
  background:url('../img/anavi_bg_n.gif') no-repeat center left #137724;
  height:20px;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#fff;
  padding: 2px 0 0 23px;
}

div#navi a.admin:hover, div#navi a.admin:active {
  text-decoration:underline;
}



div#navi a.sub:link, div#navi a.sub:visited, div#navi a.sub:hover, div#navi a.sub:active {
  background-color:#FFF4DA;
  background:url('../img/snavi_bg_n.gif') no-repeat center left #fff;  
  display:block;
  height:16px;
  font-size:11px;
  text-decoration:none;
  color:#E2A000;
  background-color:#FFF4DA;
  padding: 1px 0 0 24px;
  font-weight:normal;
  border:0;
}

div#navi a.sub:hover, div#navi a.sub:active {
  display:block;
  background:url('../img/snavi_bg_h.gif') no-repeat center left #fff;
  border-bottom:1px solid #E2A000;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#bababa;
  background-color:#FFF4DA;
  padding: 1px 0 0 24px;
  font-weight:normal;
  border:0;
}

div#navi a.subactive:link, div#navi a.subactive:visited, div#navi a.subactive:hover, div#navi a.subactive:active {
  background-color:#FFF4DA;
  background:url('../img/snavi_bg_h.gif') no-repeat center left #fff;  
  display:block;
  height:16px;
  font-size:11px;
  text-decoration:none;
  color:#bababa;
  background-color:#FFF4DA;
  padding: 1px 0 0 24px;
  font-weight:normal;
  border:0;
}

div#navi a.subactive:hover, div#navi a.subactive:active {
  display:block;
  background:url('../img/snavi_bg_h.gif') no-repeat center left #fff;
  border-bottom:1px solid #E2A000;
  font-size:11px;
  font-weight:bold;
  text-decoration:underline;
  color:#bababa;
  background-color:#FFF4DA;
  padding: 1px 0 0 24px;
  font-weight:normal;
  border:0;
}

h3 {
	margin-top:20px;
	color:#137724;
	font-size:11px;
	margin-bottom:5px;
}

p a:link, p a:visited, p a:hover, p a:active {
  color:#000;
  font-size:12px;
}
p a:hover, p a:active {
  color:#137724;
}
p.box a:link, p.box a:visited, p.box a:hover, p.box a:active {
  background:url('../img/box_bg.gif') no-repeat center left;
  padding-left:15px;
  color:#000;
  text-decoration:none;
  margin-left:10px;
}
p.box a:hover, p.box a:active {
  text-decoration:underline;
}
div#right {
	height:inherit;
}

div#right p.box a:link, div#right p.box a:visited, div#right p.box a:hover, div#right p.box a:active {
  text-decoration:underline;
  font-size:10px;
  background:none;
  margin:0;
  padding:0;
}
div#right p.box a:hover, div#right p.box a:active {
  color:#fff;
}
/*LINKS-ENDE*/


div#center {
  width:68%;
  float:left;
  height:100%;  
}

div#right {
  float:left;
  width:27%;
  margin-left:10px;
  border-left:1px solid #555;
  padding-left:15px;
  margin-top:-20px;
  padding-top:20px;
  padding-bottom:20px;
  heigth:100%;
}

h1 {
  color:#137724;
  font-size:18px;
  font-weight:bold;
  border-bottom: 1px solid #137724;
  padding-bottom:2px;
  z-index:100;
  display:inline;
}
span {
  display:block;
  margin-left:-16px;
  margin-right:0;
  margin-top:10px;
  height:6px;
  width:6px;
  background-color: #137724;
  font-size:2px;
  z-index:100;
  float:left;
}
p, p.box, div#right p.box {
  color:#999;
  font-size:11px;
  margin-top:20px;
  white-space:normal;
}

p.box, div#right p.box {
  margin-top:0;
  background-color:#C8EDC6;
  padding:5px;
  color:#000;
}
div#right p.box {
  font-size:10px;
}

.top, top2 {
	margin-top:20px;
	width:49%;
	float:left;
	min-width:240px;
	margin-right:10px;
}
.top2 {
	margin-right:0;
}

.vorstand {
	margin-top:0;
	padding-left:76px;
}

h2.vorstand {
	padding-left:76px;
}
p.vorstand {
	padding-left:76px;
	height:62px;
}
.boxes {
	border-right:1px solid #fff;
}
table {
	border-collapse:collapse;
  	margin-top:20px;
  	width:98%;
}
h2, div#right h2 {
  background-color:#137724;
  padding:2px 5px;
  border-bottom:1px solid #fff;
  color:#fff;
  font-size:12px;
  display:block;
  margin-top:20px;
  font-weight:normal;
}

table th {
  background-color:#137724;
  padding:0 5px;
  border-bottom:1px solid #fff;
  color:#fff;
  font-size:12px;
  font-weight:normal;
}
table td {
	background-color:#C8EDC6;
  padding:5px;
  color:#000;
}

div#right h2.link {
	background-color:#C8EDC6;
	color:#137724;
}

div#right a.teaser:link, div#right a.teaser:visited, div#right a.teaser:hover, div#right a.teaser:active,
div#right a.teaseractive:link, div#right a.teaseractive:visited, div#right a.teaseractive:hover, div#right a.teaseractive:active {
	display:block;
	color:#137724;
	font-size:11px;
	text-decoration:none;
	background:url('../img/tnavi_bg_n.gif') no-repeat left #c8edc6;
	margin-bottom:1px;
	background-color:#c8edc6;
	padding:2px 5px 2px 30px;
	white-space:normal;
}
div#right a.teaser:hover, div#right a.teaser:active,
div#right a.teaseractive:link, div#right a.teaseractive:visited, div#right a.teaseractive:hover, div#right a.teaseractive:active {
	background-color:#137724;
	color:#c8edc6;
	white-space:normal;
}

p a:link, p a:visited, p a:hover, p a:active  {
	font-size:11px;
}

p.error {
	color:#910E0E;
	border:1px solid #910E0E;
	background-color:#FFD5D5;
	padding:5px;
	width:80%;
}
p.error b {
	text-decoration:underline;
	background:url('../img/icon_sticky.gif') no-repeat left;
	padding-left: 20px;
	padding-top:2px;
}


div#right h2 {
  margin-top:0;
  font-size:11px;
}
button, button.red {
	border:1px solid #137724;
	color:#137724;
	font-family:Verdana, Helvetica, sans-serif;	
	font-size:9px !important;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#;
	padding:2px;
	cursor:pointer;
	background-color:#C8EDC6;
	-moz-border-radius:5px;
	height:22px;
	margin-top:25px;
}
button.red {
	color:#910E0E;
	border:1px solid #910E0E;
	background-color:#fff;
}
button img {
	vertical-align:middle;
	margin-right:5px;
}
hr {
  margin:15px 10px;
  height:1px;
  padding:0;
  color:#fff;
  border:0;
  border-bottom:1px solid #555;
}

.nw {
	white-space:no-wrap;
}
.in1, .dp1, in2, in3 {
	width:45%;
	margin-bottom:5px;
}
.dp1 {
	width:46%;
}
.in2 {
	width:10%;
}
.in3 {
	width:32%;
}
label {
	width:30%;
	float:left;
	text-align:right;
	padding-right:10px;
}
.area1 {
	width:77%;
	height:110px;
}

.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}

.blw { border-left:1px solid #fff; }
.bbw { border-bottom:1px solid #fff; }
.brw { border-right:1px solid #fff; }
.btw { border-top:1px solid #fff; }

a.intforum:link, a.intforum:visited, a.intforum:hover, a.intforum:active {
	font-size:11px;
	color:000;
	text-decoration:none;
	background-color:#9FED9A;
}
a.intforum:hover, a.intforum:active {
	color:#fff;
	background-color:#489A56;
}
.vm {
	vertical-align:middle;
}

table.admin th {
	text-align:left;
	font-weight:bold;
	padding:2px 5px;
}
table.admin td {
	text-align:left;
	padding-left:25px;
}
table.admin th a {
	color:#fff;
}
.cb {
	clear:both;
}
fieldset {
	padding:10px;
	background-color:#eee;
}
legend {
	font-size:13px;
	font-weight:bold;
	padding:0 10px;
}

table tr.hl td {
	background-color:#137724;
	color:#fff;
	padding: 2px 5px;
}

table tr.bghell td{
	background-color:#fff;
	color:#000;
	padding: 2px 5px;	
}
table tr td {
	padding:2px 5px;
	background-color:#e3e3e3;
	color:#000;
}

.hg {
	background-color:#C8EDC6;
}

div.sparte {
	float:left;
	border:1px solid #75736e;
	background-color:#eee;
	margin-right:10px;
	padding:5px;
	margin-bottom:10px;
	width:46%;
}
a.sparte {
	background:url('../img/box_bg.gif') no-repeat center left;
	padding:0 5px 0 3px;
	white-space:nowrap;
}

table.kalender td table th, table.kalender th {
	padding:2px;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
table.kalender th {
	font-weight:bold;
}

table.kalender td table td {
	background-color:#fff;
	border:1px solid #ccc;
	padding:1px;
	text-align:center;
	font-size:11px;
}
table.kalender td table td.link {
	background-color:#fff4da;
	color: #e2a000;
	padding:1px;
	text-align:center;
	font-size:11px;
}
table.kalender td table td.link a {
	color: #e2a000;
	font-size:11px;
}
table.download th {
	font-weight:bold;
	padding:2px 5px;
}
table.download td {
	padding:5px;
}
table.download td a {
	font-weight:bold;
}
table.download td img {
	margin-right:5px;
}
