* {
	margin:0;
	padding:0;
	border:none;
}
body { 
	background-color: #ffffff; 
	font-size: 14px; 
	font-weight:normal; 
	min-width:926px; 
	color: #000000; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-image:url(../images/punkte.gif); 
	background-repeat: repeat; }

a			{ text-decoration:  none; border: none; margin:0px; }

#back {
	width: 100%;
	min-height: 764px;
 	margin: 0 auto;
	background-image:url(../images/back.gif);
	background-repeat: repeat-x;
}
#document {
	width: 930px;
 	margin: 0 auto;
 	padding-top: 73px;
}

#top {
	width: 924px;
 	margin: 0 auto;
 	background-color: #FFFFFF;
}
#top .top {
	background-image:url(../images/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#top .bottom {
	background-image:url(../images/logo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#top .left {
	background-image:url(../images/logo_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#top .right {
	background-image:url(../images/logo_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#top .content {
	margin: 0 auto;
	width:auto;
	text-align: center;
	padding: 24px 9px 25px 10px;
}

#navi {
	padding-top: 8px;
	width: 920px;
 	margin: 0px auto;
}
#navi ul#Navigation {
	margin: 0;
	padding: 0;
}
#navi ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#navi ul#Navigation a, #navi ul#Navigation span {
	float: left;
	padding: 0;
	height:44px;
}
* html #navi ul#Navigation a,* html #navi ul#Navigation span {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
#navi ul#Navigation br {
	clear: left;
}

#main_top {
	width: 920px;
	height: 19px;
 	margin: 0 auto;
	background-image:url(../images/cont_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#main_bottom {
	width: 920px;
	height: 20px;
 	margin: 0 auto;
	background-image:url(../images/cont_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* IE PNG-Hack */
* html #main_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cont_bottom.png', sizingMethod='crop');
}

#main {
	width: 920px;
 	margin: 0 auto;
}
#main .left {
	margin: 0;
	width:8px;
	float: left;
}
* html #main .left {
	/* \*/
	margin-right: -3px;  /* IE 3px float-Hack */
	/* */
}
#main .left .left_top {
	min-height: 455px;
	background-image:url(../images/cont_left.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	position: relative;
	z-index: 2;
}
* html #main .left .left_top {
	height:455px;
} /* IE Min-Height Hack */ 
#main .container .left_bottom {
	min-height: 455px;
	position:relative;
	margin-left: -8px;
	background-image:url(../images/cont_left-fill.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	z-index: 1;
}
* html #main .container .left_bottom {
	height:455px;
} /* IE Min-Height Hack */ 
#main .right {
	margin: 0;
	width:9px;
	float: right;
}
* html #main .right {
	/* \*/
	margin-left: -3px;  /* IE 3px float-Hack */
	/* */
}
#main .right .right_top {
	min-height: 455px;
	background-image:url(../images/cont_right.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
	position: relative;
	z-index: 2;
}
* html #main .right .right_top {
	height:455px;
} /* IE Min-Height Hack */ 
#main .container .right_bottom {
	min-height: 455px;
	position:relative;
	margin-right: -9px;
	background-image:url(../images/cont_right-fill.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	z-index: 1;
}
* html #main .container .right_bottom {
	height:455px;
} /* IE Min-Height Hack */ 
#main .container {
	min-height: 455px;
	margin-left: 8px;
	margin-right: 9px;
	background-color: #FFFFFF;
}
* html #main .container {
	height:455px; /* IE Min-Height Hack */
	/* \*/
	margin-left:5px; /* IE 3px float-Hack */
	margin-right:6px; /* IE 3px float-Hack */
	/* */
} 

#content {
 	width: 901px;
 	min-height: 455px;
	line-height:2em;
	margin: 0 auto;
}
* html #content {height:455px;} /* IE Min-Height Hack */

#content h1 {
	font-size: 18px;
	font-weight: normal;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#content ul {
	list-style-type:none;
	margin:5px;
}
#content ul li {
	background-image:url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left:20px;
}

.sub {
	background-image: none !important;
	font-size: 11px;
	line-height: 1.25em;
	
}
