/*### TAGS ###*/
body {
	background-color: #F0F0F0;
	background-image: url(../img/body_back.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 100%;
}
p, td, li {
	line-height: 13pt;
}
body a{
	text-decoration: none;
	color: #FF6600;
}
body a:hover{
	text-decoration: underline overline;
}
#header img{
	margin: 14px 0 0 120px;
}
* html table img{
	margin: 3px 0 3px 0;
}
h1{
	position: fixed;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	width: 690px;
	height: 20px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	top: 105px;
}
ul{
	margin: 0 0 0 10px;
}

/*### IDS ###*/
#overallcontainer{
	margin: 0px auto;
	width: 820px;
	margin-top: 160px;
	padding-bottom: 80px;
}
#content-container{
	padding: 0 45px 0 95px;
}
#content{
	width: 680px;
	margin: 0;
}
#content-left{
	float: left;
	width: 330px;
	margin: 0;
}
#content-right{
	float: right;
	width: 330px;
	margin: 0;
}
#clear{
	clear: both;
}
#header{
	position: fixed;
	top: 0px;
	width: 819px;
	height: 82px;	
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	margin: 0;
}

/*### NAVIGATION ###*/
#navi{
	width: 720px;
	height: 70px;
	position: fixed;
	top: 82px;	
	margin: 0 0 0 10px;
	padding: 0 0 0 80px;
	background-color: #FFFFFF;
}
#navi a{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 5px 17px 8px 10px;
	text-decoration: none;
}
#navi a:hover{
	text-decoration: overline underline;
}
#navi a.selected{
	text-decoration: overline underline;
}

/*### FOOTER ###*/
#footer{
	position: fixed;
	bottom: 0;
	width: 800px;
	height: 34px;
	margin: 0 0 0 10px;
	background-image: url(../img/footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#footer a{
	color: #FFFFFF;
}
#footer p{
	margin: 5px 0 0 85px;
	color: #FFFFFF;
	line-height: 10pt;
}

/*### IE HACKS ###*/
* html #footer{
	position: absolute;
}
* html #navi{
	position: absolute;
}
* html #header{
	position: absolute;
}
* html #overallcontainer{padding-left: 17px};
* html {overflow-x:auto; overflow-y:hidden;}

/*### SCHRIFTFORMATE ###*/
/*h1{
display: none;
	position: fixed;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	width: 690px;
	height: 20px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	top: 120px;
}*/
* html h1{
	position: absolute;
	top: 110px;
}
h2{
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	width: 690px;
	height: 20px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	margin: 0px;
}
h3{
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 20px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	margin: 15px 0 0 0;
}
h4{
	position: fixed;
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 20px;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	margin: 0;
	top: 135px;
}
* html h4{
	position: absolute;
	top: 133px;
}

h5{
	font-size: 8pt;
	margin: 0 0 0 10px;
	padding: 0;
	color: #FF6600;
	font-weight: bold;
}
.bodytext{
	margin: 0 0 0 10px;
}
.bull{
	font-size: 8pt;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
}
a img{
	margin: 0;
	padding: 0;
	border: 0;
}