/* #### General #### */

body {
	font-family: Tahoma;
	background-color: #BEB9AC;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
a:link, a:visited{
    color: #63593E;
}
a:hover{
	color: #C2854E;
}
hr { 
    border-style:none; height:1px; 
	background-color: silver; 
	color: silver 
}
a {
    line-height: 1.5;
}
.liste {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
.bildfloat {
    float: left;
	margin: 0px 25px 5px 0px;
}

/* #### Site #### */

#site {
	margin: 10px;
	background-color: #F2E9D1;
	border: 1px solid #333333;
	position: relative;
	z-index: 1;
}

/* #### Header #### */

#header {
	height: 160px;
	width: auto;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	z-index: 2;
	overflow: hidden;
	background-image: url(files/bgheader.gif);
	background-repeat: repeat-x;
	font-family: verdanna, sans-serif;
}
#logo {
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 115px;
	height: 160px;
	z-index: 3;
}
#headline {
	float:left;
    position:absolute; 
	left:50%; 
	z-index:3; 
	margin-left:-200px; 
	height: 160px; 
	padding:0px;	
}
#headline h1 {
	font-size: 30px;
	padding-bottom: 5px;
}
#headline p {
	font-size: 15px;
}

#login {
	float: right;
	position: relative;
	padding: 125px 10px 10px 0px;
	margin: 0px;
	z-index: 3;
}

/* #### Navi #### */

#navi {
	float: left;
	height: auto;
	width: 150px;
	padding-top: 10px;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	z-index: 1;
	position: relative;
}
#navi ul {
	list-style-type: none;
	margin: 0px 0px 3px;
	padding: 0px;
	position: relative;  
}
#navi p {
    margin: 5px;
}
a.navi {
	display:block;
	color:#000;
	width:150px;
	height: 22px;
	padding:0px;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	text-decoration:none;
	text-align:center;
	margin:0px;
	background-image:url(files/button.jpg);
	font-weight: bold;
}
a.navi:hover {
    display:block;
    color:#333;
    background-image:url(files/button_ro.jpg);
}

/* #### Content #### */

#content {
	width: auto;
	margin-top: 10px;
	margin-left: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 1;
}
#content h1 {
	font-size: 20px;
	text-align: center;
}
#content h2 {
	font-size: 15px;
}

/* #### Footer #### */

p#footer {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #E9DDBE; border: 1px solid silver;
}

