 html { 
   padding:0px;
   margin:0px;
}

body{
   background-image: url('giffs/hintergrund_home.gif');
   background-repeat: no-repeat;
   font-family: Lucida Console, Arial;
   font-size:14px;
   color: #455D50;  
   padding:0px;
   margin:0px;
}

#logo {
	background-image:url('logo.gif');
	width:200px;
	height:117px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1
}

#menue {
	z-index: 1;	
	border-width:0px; 
	border-color:#B0814D;
	border-style:solid;
	left:0px;
	top:145px;
	width:216px;
	height:400px;
	position: absolute;
	overflow: hidden;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Force Majeure, Verdana, Arial;
font-size: 16px;
font-weight: ;
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 30px;
border: 0px solid #333;
width: 217px;
height: 28px;
background-color:;
background-image: url(giffs/bottom1.png);
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid #333;
background-color: #;
background-image: url(giffs/bottom2.png);
color: #EE8E04;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #333;
background-color: #;
background-image: url(giffs/bottom2.png);
color: #EE8E04;
}



#main	{
	background-image: url('giffs/durchsicht2.png');
	border-width: 1px;
	border-style: solid;
 	border-color: #B0814D;
	position: absolute;
	left: 218px;
	right: 10px;
	top: 145px;
	bottom: 10px;
	overflow: auto;
	z-index: 1;
}

