/* CSS Document */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:76%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-image: url(bilder/hg1.jpg);
	
	}
a:link, a:visited, a:active, a:active
{
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  letter-spacing:1px; 
  color: #0066FF; 
  
  
}
 a:hover
{ 
 text-decoration: underline;
 color: #666666;}


#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:52px; 
	width:750px; 
	margin-left:-321px; 
	left:45%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:752px;
	border-top:150px solid #fff; 
	border-bottom:50px solid #fff;
	}

#head {
	position:absolute;
	margin-left:-321px;
	left:45%;
	top:0;
	width:750px;
	min-width:750px;
	height:150px;
	background:#ffcc66;
	font-size:1em;
	z-index:5;
	border:1px solid #000;
	background-image: url(bilder/logo2.jpg); background-repeat:no-repeat;
	}

* html #head {
	top:2px; width:752px; height:148px;
	}
#menu {
color:#000;
/*background-color: #FFCC66;*/
text-align:center;
/*font-size:13px;margin-top:116px;*/
padding:125px 0px;

}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:45%; 
	bottom:0; 
	width:750px; 
	min-width:750px; 
	height:50px; 
	background-color:#FFCC66;
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color:#000;
	}

* html #foot {
	bottom:1px; width:752px; height:48px;
	}


#content p {
	padding:5px; text-align:justify;
	}
p {text-align:center;}
.boldhead {
	font-size:1.1em; 
	font-weight:bold; text-align:center; 
	}
.bold {font-weight:bold;}
.left {float:left; margin:5px; }
.right {float:right; margin:30px; }
.lefttext {float:left; width:auto; text-align: justify;}
.righttext { width:auto; text-align:center;}

* html .lefttext {float:left; width: auto; text-align: justify;}
* html .righttext { width:auto; text-align:center;}
