/* CSS Document */



html,body{

	margin:0;
	padding:0;
	height:100%;


}
img{
	border:0;

}

a            { font-family: Verdana;  color: #932913;text-decoration:none }
a:hover      { font-family: Verdana; color: #932913;text-decoration:none }

a.extra{ font-family: Verdana; font-size: 11px; font-weight:bold;  color: #ffffff;text-decoration:none }
a.extra:hover{ font-family:Verdana; font-size: 11px; font-weight:bold; color: #ffffff;text-decoration:none;

}

a.extra2{ font-family: Verdana; font-size: 11px;  color: #F07305;text-decoration:none  }
a.extra2:hover{ font-family: Verdana; font-size: 11px;  color: #F07305;text-decoration:none}

a.extra3{ font-family: Verdana; font-size: 10px;  color: #ffffff;text-decoration:none  }
a.extra3:hover{ font-family: Verdana; font-size: 10px;  color: #ffffff;text-decoration:none}




body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #944026;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(bilder/bg.jpg);
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	background-position: center top;

	
}

div#container{
	text-align:left;
	width:1000px;
	margin:0 auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg1.jpg);
	z-index:90;
	
}

div#header{
	float:right;
	width:900px;
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(bilder/header.jpg);
	background-position: center top;
}
div#bild{
	float:right;
	width:900px;
	height:285px;
	background-repeat: repeat-x;
}


div#content{
	float:right;
	width: 650px;
	height:auto;
	clip: rect(0px,auto,0px,auto);
	clear: none;
	background-image: url(bilder/tab_cont.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	z-index:11;
}


#menu{
position:fixed;
bottom:20px;
left:320px;
z-index:10;
width:100%;
line-height:13px
}




#menu div{
height:160px;
background:#616E1E;
opacity:0.8;
filter:alpha(opacity=80);
padding:3px 0 0 3px;

}



 li{
 list-style-type:none;

}

