body{
	background: #FF6600 url(img/bg_top.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
img{border:none;}

/* TOP */
td#top{
	width:890px;
	padding:40px 0px 8px 10px;
	vertical-align: top;
	text-align: left;
}
td#top a{text-decoration:none;cursor:pointer; color:#fff;}
td#top div{height: 66px;}
td#top img{width:470px; height:25px; border:none;}
td#top h3{display:none;}
td#top h2{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin:0px 0px 20px 0px;
	padding:0px;
}
td#top ul{width:890px;}
td#top ul, td#top li{margin:0px; padding:0px; list-style: none;}
td#top li{
	float: left;
	padding:0px 25px;
	border-left: 2px solid #fff;
}
td#top li a{text-decoration: none; font-size: 15px; color: #fff;}

/* MIDDEL */
#middell{background: #CCD1D2;}
#middel{background: url(img/bg_middel.jpg) repeat-y; vertical-align: top;}
#middelr{background: #fff url(img/bg_middelr.jpg) repeat-x;}

/* BOTTOM */
#bottoml{background: url(img/bg_bottoml.jpg) repeat-x;}
#bottom{
	vertical-align: top;
	height: 160px;
	background: url(img/bg_bottom.jpg) no-repeat;
	text-align: right;
	padding-right: 14px;
}
#bottom a{ 
	float: left;
	text-decoration: none;
	color:#fff;
	font-size: 11px;
	margin-top: 80px;
}
#bottomr{background: url(img/bg_bottomr.jpg) repeat-x;}


/* SUBNAVI */
#navisub{float: left;padding-left: 20px;}
#navisub ul, #navisub ul li{list-style: none; padding:0px; margin:0px;}
#navisub ul{margin-top:48px; width:220px;}
#navisub ul li{margin-bottom: 10px;}
#navisub ul li a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:#E8E8E8;
	width: 215px;
	display: block;
	padding:5px 0px 5px 5px;
}
#navisub ul li a:hover, #navisub ul li a.mark{background:#fff;}

/* INHALT */
#middelcont{
	float: left;
	width: 660px;
	font-size: 12px;
	line-height: 130%;
}
#content{padding:0px 0px 0px 10px;}
#content a{			color:#000;		text-decoration:underline;}
#content a:hover{	color:#980E01;	text-decoration:underline;}
p{margin-top:5px;}

ul.ohneitem, ul.ohneitem li{margin:0px;padding:0px 0px 0px 1px;list-style:none;}


.beschriftung1{color:#980E01;font-size:9px;}
h1{
	background: url(img/bg_h1.jpg) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	padding:22px 0px 0px 10px;
	height: 23px;
}
h2{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	padding:10px 0px 0px 0px;
	height: 23px;
}

/* PRINT */
@media print{
td#top{Margin:0px;padding:0px;}
td#top img{display:none;}
td#top h3{
	display:block;
	font-size:16px;
	color: #000;
	margin:0px 0px 5px 0px;
	padding:0px;
}
td#top h2{
	font-size:16px;
	font-weight: normal;
	color: #000;
	margin:0px 0px 20px 0px;
	padding:0px;
}
td#top ul{display:none;}
#navisub{display:none;}
#bottom{display:none;}
#content{padding:0px;}
h1{padding:0px 0px 0px 0px;}

#middelcont, td#top{width:650px;}
body,html{margin:0px;padding:0px;}

}