html, body {
   margin: 0;
	padding: 0;
}
html{
	font-size: 100.1%;
}
body {
   font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #e6dabd;
	color: #333;
	font-size: 0.8em;
	background-image: url(../../images/bg_whisky.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}

/************* Verwaltung ******************/
#verwaltung {
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #d8b643;
   background-color: #036;
   border-right:1px solid #f2f0e3;
   margin:0 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active {
   color : #036;
   background-color: #d8b643;
    
}
