@charset "utf-8";

/* browser reset */

/* html{color:#000;background:#fff;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* center  */

#centerContent {
	position:absolute;
	left:213px;
	top:30px;
	width:955px;
	height:600px;
	z-index:1;
	margin-left: -475px;
	left: 50%;
}
#centerContent #address a {
	color: #000;
	text-decoration: none;
}
#centerContent #address a:hover {
	color: #fff;
}

/* content */

#text {
	font-size: 12px;
	position:absolute;
	left:197px;
	top:9px;
	width:400px;
	height:520px;
	z-index:4;
	padding-right: 30px;
	line-height: 18px;
	overflow: auto;
}
#text a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}

/* layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-color: #C9C9C9;	
}
#address {
	position:absolute;
	right:10px;
	top:7px;
	height:18px;
	z-index:1;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;	
}
#content {
	padding: 10px;
	position:absolute;
	left:310px;
	top:50px;
	width:615px;
	height:520px;
	z-index:4;
	background-image: url(images/download.jpg);
}

#download {
	position:absolute;
	left:20px;
	bottom:18px;
	z-index:2;
	line-height: 22px;
	visibility: hidden;
}

/* subnavi */

#subnavi {
	font-size: 11px;	
	position:absolute;
	left:15px;
	bottom:15px;
	width:270px;
	z-index:3;
}

#subnavi li a {
	display: block;
	height: 14px;
	padding: 3px 5px;
	background-color: #B6C0C6;
	color: #000;
	text-decoration: none;
	width: 100%;
	margin-top: 2px;
	font-weight: bold;
}
#subnavi li a:hover {
	color: #fff;
}
#subnavi .aktiv {
	color: #535353;
	background-color: #d3d9dd;
}
#text td {
	padding-bottom: 3px;
	vertical-align: top;
}
#content #text ul li {
	margin-left: 30px;
	margin-top: 5px;
	list-style-type: disc;
}
#content #text ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

