/*  Body auf margin 0 und padding 0 gesetzt damit layout  IE und Fox gleich ist.*/
body{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-color:#18252D;
	}
td{
	background-repeat:no-repeat;
	color:white;
	}
h1{
	font-family:'VERDANA';
	font-size:13pt;
	color:white;
	}
h2{
	font-family:'ARIAL';
	font-size:12pt;
	font-weight:bolder;
	color:white;
	}
img{
	border:none;
	}
p,li{ font-size:10pt;
		line-height:11pt;
		font-family:Helvetica;
		letter-spacing:0.2mm;
		word-spacing:0.8mm;
		color:white;
		text-align:justify;
		list-style-type:square
	}
#preloadbgimg {
	background-attachment: fixed;
	background-image: url(gfx/r_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#top_menu{
	background-image: url(../gfx/bartop_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:44px;
}
#left_menu{
	background-image: url(../gfx/barleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:138px;
	height:564px;
	float:left;
}
#content{
	width:886;
	float:right;
}

#einzug{
		text-indent:0.5cm;
		}
.unterstrich{
		border-bottom: 1px solid #ffffff;
}