html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body{
background-color:#ffffff;
/*background-color:#ffffff;*/
color:#333333;
height:100%;
font-family:"Arial";
font-size:12px;
margin: 0px;
line-height: 18px;
/*background-image: url(../images-sys/punkte.gif);*/
/* text-align: center; nur für IE 5.x */
}

td {
	font-family:"Arial";
	font-size:12px;
	line-height: 18px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
position:absolute;
width:975px;
height:47px;
visibility: hidden;
}

#wrapper{
width: 836px;
/*height: 100%;*/
background-color:#FFFFFF;
margin: 0px auto;
/*margin: 0px;*/
border: 0px;
position: relative;
/*text-align:left;*/
padding: 0px;
}

#balken {
position: relative;
width=100%;
height: 232px;
/*background-color: #E6161C;
background-image: url(../images-sys/balken-oben.gif);*/
}

#abstand {
	padding: 0px;
	position: relative;
	text-align: right;
	height: 30px;
}

#header {
padding: 0px;
position: relative;
}

#container {
}

#left {
padding: 0px;
float: left;
background: yellow;
width: 156px;
height: 100px;
}

#middle {
padding: 0px;
float: left;
background: red;
width: 624px;
height: 100px;
}

#right {
padding: 0px;
float: left;
background: orange;
width: 100px;
height: 100px;
}

#content{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	/*height:wird in der seite über javascript geschrieben*/
	padding: 0px;
}

#content p{
}
#content div{
font-size:12px;
}
#content h1{
font-size: 130%;
color: #cc00ff;
padding: 0;
}
#content h2{
font-size: 110%;
color: #333333;
font-weight:bold;
}

#inframe{
	position:absolute;
	left:788px;
	top:217px;
	width:212px;
	height:360px;
	padding: 0px;
	z-index:20;
	background-color: #a5a5a5;
	overflow: hide;
}

#footer{
	position:relative;
	width: 100%;
	font-family:Arial;
	font-size:12px;
}
#bottom{
	position:relative;
	width: 100%;
	height: 14px;
	/*background-image: url(../images-sys/bottom.gif);*/
}

.clearit{
clear: both;
}

/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

.titel {
	font-size:18px;
	color:#94B027;
	font-weight: bold;
}

.titelblau {
	font-size:16px;
	color:#78B2E3;
	font-weight: bold;
}

.rot {
	color:#990033;
	font-weight: bold;
}

.toplink {
	font-family:Arial;
	font-size:12px;
	color:#cccccc;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}

.toplink:hover {
color:#990033;
}


.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
	vertical-align: top;
}
.link:hover {
color:#759023;
	padding-top: 8px;
background-image: url(../images/bg-main.gif);
}
.openedlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#759023;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
	background-image: url(../images/bg-main.gif);
	padding-top: 8px;
}


.sublink {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
.sublink:hover {
color:#759023;
}
.openedsublink {
	font-family:Arial, Helvetica, sans-serif;
	color:#759023;
	text-decoration:none;
	font-weight:bold;
}


.blau {
	color:#78B2E3;
	text-decoration: none;
}

a {
	font-weight:normal;
	color:#94B027;
	text-decoration: none;
}

a:hover {
color:#000000;
}

.klein {
font-family:Arial;
font-size:9px;
color:#666666;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
margin:2px;
}
.search {
	/*background-color: #F8F2FA;*/
	font-size: 11px;
	color: #94B027;
}


.rahmen {
	box-shadow: 0.2em 0.2em #CCC;
	border: 1px outset #759023;
}
