
/* MAIN*/
*{margin:0;padding:0}
html{height:100%}
a, a:link, a:visited{color: #888;text-decoration: none;}
a:hover{color: #9ea57b;}


p{
	color: #555;
	padding:0px 5px;
	cursor: default;
}
h1{
font-size : 20px;
text-align : left;
font-family: Times new roman, Tahoma, Verdana, Arial;
	color: #888;
cursor: default;
	padding:0px 160px 0px 0px;
}
body {
text-align : center;
font-family:Verdana, Arial;
background:#2e2e2e url(../img/bg.jpg)
}


#container {
width : 800px;
margin: 0 auto;
margin-top:148px;
margin-bottom: 10px;
text-align :left;
background:#; 

}
#wrapper{
	width : 680px;
	float:center;
background:#444; 
	border: 1px dotted #666666;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	border-radius:6px 6px 6px 6px;
padding:40px 0px 10px 50px;
margin:0px 0px 0px 30px ;
}

#hauptmenu {
font-weight: bold;
text-align:right;
margin:0px 40px 0px 0 ;
	}

#hauptmenu ul {
}

#hauptmenu li {
	display: inline;
	padding-right: 0px;
}

#hauptmenu a:link, #hauptmenu a:visited {
	color: #888;
	margin-left:30px;
	}

#hauptmenu a:hover {
	color: #ccc;
}

#footer {

font-weight : normal;
height : 30px;
line-height : 10px;
text-align:center;
clear : both;
border-top : 0px dotted #666;
padding-top: 5px;
margin-top:210px;
margin-right:25px;
font-size : 9px;
text-decoration: none;
}



