/* CSS Document kvg */
@import url("standard.css");
@import url("nav.css");
* {padding: 0px; margin: 0px;}
body {
	background-image: url(images/bg_oben.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/*#box {width:980px;	margin: 0px auto 0px;}*/
#wrapper {width:980px;	margin: 0px auto 0px;}
#box {
	width:860px;/*980*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 120px;
}
#header {
	float:left;
	margin-top: 15px;/*36*/
	height:75px;/*105*/}
#content {
	width:849px;/*969*/
	color: #000;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 600px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #999999; 
}
#contentx {margin-top: 100px; margin-left: -60px; padding-left: 0px; float:left;width:570px;}
#footer {
	background-image: url(images/schatten_content_short.gif);
	height:8px;
	background-repeat: repeat-x;
}
.fr {float:right;}
.fl {float:left;}
.cl {clear:both;margfin:0px;padding:0px;}