html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body{
	background-color:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	/*background-image: url(../images-sys/punkte.gif);*/
/* text-align: center; nur für IE 5.x */
scrollbar-DarkShadow-Color:#A5A5A5;
	scrollbar-Track-Color:#ffffff;
	scrollbar-Face-Color:#cccccc;
	scrollbar-Shadow-Color:#666666;
	scrollbar-Highlight-Color:#cccccc;
	scrollbar-3dLight-Color:#666666;
	scrollbar-Arrow-Color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(../images-sys/bg.gif);
	background-repeat: repeat;
}
td{
	font-size:12px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#wrapper{
	width: 1020px;
	height: 100%;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	border: 0px;
	position: relative;
	/*text-align:left;*/
	padding: 0px;
	background-image: url(../images-sys/bg-content.gif);
	overflow: auto;
	
}

.balken {
	width: 100%;
	height: 14px;
	background-color: #E6161C;
}

.menu {
	height: 24px;
	padding: 10px 10px 5px 10px;
}


.header {
	height: 165px;
	padding: 0px;
}


.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}


.clearit{
clear: both;
}



#container{
font-size:12px;
}

#leftcol{
	position:absolute;
	left:5px;
	top:245px;
	width:150px;
	height:200px;
	z-index:2;
	font-size: 9px;
}

#content{
	position:relative;
	left:160px;
	top:0px;
	width:628px;
	/*height:wird in der seite über javascript geschrieben*/
	padding: 0px;
	z-index:2;
	background-color: #FFFFFF;
	overflow: auto;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	/*background-image: url(../images-sys/bg-content.gif);*/
}

#content p{

}
#content div{
font-size:12px;
}
#content h1{
font-size: 130%;
color: #E6161C;
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;
	background-color: #A5A5A5;
	width: 212px;
	margin-left: 788px;
}

/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

.link {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.openedlink {
	font-family:Arial;
	font-size:12px;
	color:#E6161C;
	text-decoration:none;
	font-weight:bold;
}
.sublink {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
.openedsublink {
	font-family:Arial;
	font-size:12px;
	color:#E6161C;
	text-decoration:none;
	font-weight:bold;
}


a {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#E6161C;
	text-decoration: none;
}
a:hover {
color:#E6161C;
}

.klein {
font-family:Arial;
font-size:9px;
color:#6C721C;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
}

