html,body {
margin: 0px;
background-color:#F0F0F0;
font-family: Arial,Tahoma;
}


#main_table {
background-color:#fff;
font-family: Arial,Tahoma;
font-size:12px;
}

#left_border {
background-repeat: repeat-y;
background-image: url('images/border_left.gif');
background-position:0px 0px;
}
#right_border {
background-repeat: repeat-y;
background-image: url('images/border_right.gif');
background-position:0px 0px;
}
#head {
background-repeat: no-repeat;
background-image: url('images/head.jpg');
background-position:0px 0px;
}
.balken {
background-repeat: repeat-x;
background-image: url('images/balken_main.gif');
background-position:0px 0px;
}
.balken div {
float:right;
padding:3px 2px 0 0;
font-size:11px;
font-weight:bold;
}

.left {
background-color:#008000;
}

.menue {
height:232px;
background-repeat: no-repeat;
background-image: url('images/left.jpg');
background-position:0px 0px;
padding-top:10px;
}

#counter {
margin:8px;
font-size:11px;
color:#f0f0f0;
display:block;
text-decoration:none;
}

.menue_content, .menue_content_active {
margin-left:12px;
padding:4px 0 0 7px;
height:17px;
width:114px;
background-repeat: no-repeat;
background-image: url('images/button.gif');
background-position:0px 0px;
font-weight:bold;
}


.menue a {
	display:block;
	text-decoration: none;
	color: #000;
}

.balken a, .pathfinder a {
	text-decoration: none;
	color: #000;
}

.menue a:hover, .balken a:hover, .pathfinder a:hover {
	text-decoration: underline;
	color: #008000;
}

.menue_content_active a {
color: #008000;
}
.menue img {
float:left;
height:1px;
margin-left:12px;
background-color:#fff;
}
.submenue {
margin-left:14px;
padding: 0 0 2px 4px;
background-color:#fff;
font-size:10px;
}

.pathfinder {
height:20px;
padding-left:8px;
line-height: 18px;
font-size: 10px;
}

#main {
width: 643px;
padding: 0 0 20px 21px;
}

#footer {
padding:7px;
font-size:11px;
color: #A0A0A0;
}

h1 {
font-size:15px;
font-weight:bold;
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom: 5px #008000 solid;
}

.tableborder {
float:left;
padding: 1px 0;
border-top: 1px #C2CE99 solid;
border-bottom: 1px #C2CE99 solid;
margin-bottom:10px;
}
.tablecell {
float:left;
background-color: #F0F0F0;
padding:3px;
}
.tablehl {
font-weight:bold;
font-size:13px;
}

#main table {
border-top:1px #C2CE99 solid;
border-bottom:1px #C2CE99 solid;
}
#main table td {
background-color: #F0F0F0;
}
#main a {
color: #008000;
}

/* VORSTAND */
.vors_tablehl {
font-weight:bold;
font-size:13px;
clear:left;
float:left;
padding-top:5px;
margin-right:10px;
}
.vors_outertable {
clear:left;
float:left;
width:380px;
}
.vors_outertable img {
clear:left;
float:left;
border-right:10px #fff solid;
}
.vors_tableborder {
padding: 1px 0;
border-top: 1px #C2CE99 solid;
border-bottom: 1px #C2CE99 solid;
margin-bottom:10px;
}
.vors_tablecell {
font-size:12px;
height:103px;
background-color: #F0F0F0;
padding:3px;
line-height:14px;
}

/* termine */
.term_outertable {
clear:left;
float:left;
width:440px;
}
.term_tableborder {
padding: 1px 0 0 0;
border-top: 1px #C2CE99 solid;
border-bottom: 1px #C2CE99 solid;
margin-bottom:10px;
}
.term_tablecell {
font-size:12px;
background-color: #F0F0F0;
padding:3px;
margin-bottom:1px;
}

.term_tablecell a {
text-decoration:none;
color: #000;
}



