/* Angaben für alle standardkonformen Browser */

body {
	margin:0;
	padding:0;
	background:#999999;
	overflow:auto;
}
#maincontainer {
   background: transparent; 
   padding: 7px; 
   border: 0px; 
   margin: -10px auto 0; 
   width: 760px; 
} 
#header {
	position:relative;
	left: 0px;
	margin-top: 0px;
	text-align:left;
	padding:0px;
	padding-bottom: 0px;
	background: white url(../pics/Hintergrund.jpg) 0 0 repeat;
	z-index: 1;
}
#logo{
	text-align : left; 
	padding-left: 1px;
	position: relative;
	top:38px;
	left:0px;
	height: 99px;
	background: transparent url(../pics/Logo_web.png) 0 0 no-repeat;
} 
#pic{
	background-color: transparent;
	float : right;
	position:absolute; 
   	top: 0px;
	right: 0px;
	z-index: 1;  
} 
#content_container {
	font: x-small sans-serif;
	font-size: 10pt;
	padding-top:0em;
	padding-bottom:3em;
	padding-left:0;
	overflow:auto;
	z-index:10;
	background:transparent url(../pics/Hintergrund.jpg) 0 0 repeat;
	height: 200px;
} 
#navi{
	text-align : left; 
	padding-left: 5px;
	position:absolute;
	top: 170px;
	width: 245px;
	z-index: 10;
}  
#navi table {
	font: x-small sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #ffffff;
}  
#navi table a{
	color: #ffffff;
	text-decoration: none;
}  
#navi table a:hover{
	color: #FCBB55;
	text-decoration: underline;
} 
.subnavi {
	font-weight: normal;
}
 

#subnavi{	 
	background-color: transparent;
	text-align : left;
	position:relative; 
   	top: -45px; 
   	left: 200px; 
}
#content {
	font: x-small sans-serif;
	font-size: 10pt;
	padding-left:0em;
	padding-right:1em;
	padding-bottom: 2em;
	color: black;
	position: absolute;
	top: 151px;
	width: 746px;
	min-height: 650px;
	z-index: 5;
	background:white url(../pics/Hintergrund.jpg) 0 0 repeat;
}
#content a{
	color: #A45820;
	text-decoration: none;
}  
#content a:hover{
	color: #824518;
	text-decoration: underline;
}  

#footercontainer {
	position:relative;
}
#footer {
	position:absolute;
	bottom:-40px; 
	margin-left: 0px;
	background:white url(../pics/Hintergrund.jpg) 0 0 repeat;
	text-align:left;
	padding:0px;
	padding-top:2px;
	width: 760px;
}
#footer table a{
	color: #A45820;
	text-decoration: none;
}  
#footer table a:hover{
	color: #824518;
	text-decoration: underline;
}  

h1 {
	font-weight: bold;
	font-size: 12pt;
	color: #7D3500;
}
h2 {
	font-weight: bold;
	font-size: 10pt;
	color: black;
}


/* Angaben nur für den Internet Explorer mit Star HTML Hack */
* html, * html body {
	overflow:auto;
	text-align:center;
	background:#999999;
}

* html #maincontainer {
   margin: -10px 0 0 -20px; 
   width: 760px; 
   height: 100%;
   } 

* html #header {
	text-align:left;
	top: -7px;
}
* html #logo {	
	background: transparent url(../pics/Logo_web.jpg) 0 0 no-repeat;
}
* html #pic{
	background-color: transparent; 
	right: 7px;
} 
* html #content_container  {
	padding:0.5em;
	width: 745px;
	margin-top: -10px;
}
* html #navi{
	text-align : left; 
	position: absolute;
	top:170px;
	margin-left: -378px;
}   

* html #subnavi{
	background-color: #FFFFFF;
	text-align : left; 
	position: relative;
	top:-48px;
} 
* html #content {
	text-align: left;
	position: absolute;
	margin-left: -379px;
	left: 204px;

}   

* html div#content {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	padding-top:1em;
}

* html #footer_container {
	position:relative;
	bottom:-10px;
	left: -17px;
	width:794px;
	padding-right:16px;
	margin: 0px;

}
* html #footer  {
	width: 759px;
	padding-top:2px;
}
