html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body{
background-color:#E6C8C8;
/*background-color:#ffffff;*/
color:#333333;
height:100%;
/*font-family:"Arial";*/
font-family:"Arial", "Arial Unicode";
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", "Arial Unicode";
	font-size:12px;
	line-height: 18px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
position:absolute;
width:975px;
height:47px;
visibility: hidden;
}

#wrapper{
width: 780px;
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: 25px;
/*background-color: #E6161C;*/
background-image: url(../images-sys/balken-oben.gif);
}

#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  ############### */

.Ueberschrift {
	font-size:36px;
	color:#E6C8C8;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 50px;
	vertical-align: top;
	top: 0px;
}

.titel {
	font-size:16px;
	color:#990033;
	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;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
	vertical-align: top;
}
.openedlink {
	font-family:Arial;
	font-size:14px;
	color:#990033;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
}
.sublink {
	font-family:Arial;
	color:#666666;
	text-decoration:none;
}
.openedsublink {
	font-family:Arial;
	color:#990033;
	text-decoration:none;
}


.blau {
	color:#78B2E3;
	text-decoration: none;
}

a {
	font-weight:normal;
	color:#990033;
	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;
}
