/* Abstaende Blockelemente aufheben */
* {
	margin : 0;
	padding : 0
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFCC33;
	font-size: 80%;
	width:100%;
	position:absolute;
	text-align:center;
}

h1 {
	font-size: 20px;
	color: #CC3300;
}
h2 {
	font-size: 14px;
	color: #CC3300;
}
a { color: #CC3300; text-decoration: underline }
a:active { color: CC3300 }
		
.wrapper {
	width:1000px;
	min-height: 100%;
	margin:0 auto;
	position:relative;
	background-color: #FFCD0D;
	background-image: url(pbg.png);
	text-align:left;
	border:0px solid green;
	height:100%;
	padding-bottom:163px
}


.header {
	text-align: center;
	line-height: 50px;
	position: absolute;
	background: white;
	font-size: 80%;
	color:white;
	left:0;
	width:100%;
	height:151px;
	background-image: url();
	background-color: white;
}
.left_navi {
	
	width: 160px;
	position: absolute;
	top: 159px;
	left: 11px;
	z-index: 4;
	visibility: visible;
	height: 477px;
	font-size: 80%;
	border: 1px none blue;
						 }


.left_navi a {
	display:block;
	text-decoration: none;
	color: white;
	position: relative;
	/* falls was rausrutscht */	
						  overflow: visible;
	background-color: #000066;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 5px;
	visibility: visible;
	font-size: 12px;
						  }

.left_navi a:hover,
.left_navi a.active {
	color: white;
	background-color: #CC3300;
	background-image: url(images/info1.gif);
					}

.left_navi a.sub {padding: 7px 0 7px 20px;}
.left_navi a.subactive {padding: 7px 0 7px 20px;background: #002043; color: white}




.right{
	width: 166px;
	overflow:hidden;
	position: relative;
	left:230px;
	top:160px;	
}

.img_righ160 {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
}
.img_right {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.img_center img { display:block; margin: 0 auto  }
.content {
	position:relative;
	left:200px;
	width:600px;
	height: 100%;
	padding-top: 170px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float:left;
}

.clear {
    clear : both;
     
}
.footer {
	background-color: #FF982D; /* Hintergrund Fussnote */
	clear: both;
	
	position:relative;
	width:1000px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

