@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background-image:url(grafiken/hintergrund_body2.jpg);
	background-attachment:fixed;
}

#gesamt {
    position:relative;
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
}

#header {
	position: fixed;
	height: 90px;
	width: 980px;
	z-index:1;
	background-image: url(grafiken/header2.png);
    background-image: center;
    box-shadow: 0px 0px 8px #444
}

#menue {
	position: fixed;
	min-height:100%;
	width: 180px;
	background-image:url(grafiken/hintergrund_menue.jpg);
    box-shadow: 0px 0px 15px #000
}

#inhalt {
	position: absolute;
	left: 180px;
	padding: 0px 50px;
	width: 700px;
	min-height:100%;
	font-family: 'Palatino Linotype', 'Book Antiqua', serif;
	font-size: 15px;
	color: #353;
	background-image:url(grafiken/hintergrund_inhalt.jpg);
	background-attachment:fixed;
}	

#menue > a, #menue span {
	display:block;
	margin: 0 auto;
	padding:2px 0 0 0;
	width: 131px;
	height: 29px;
	font-family: Georgia, serif;
	font-size:16px;
	font-style:italic;
	color: #353;
	background-image: url(grafiken/hintergrund_button.png);
	background-position:top;
	text-decoration: none;
	text-align:center;
}

#menue > a:visited {
	color:#242;
}

#menue > a:hover, #menue span {
	background-position: center;
}
  
#menue > a:active {
	background-position: bottom;
  }
  
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px; 
    border-bottom: 1px solid #FF9900;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
    margin-top: 0px;
    margin-bottom: 16px; 
    border-bottom: 1px solid #FF9900;
}

a:link {
	color: #242;
}
a:visited {
	color: #242;
}
a:hover {
	background: #A8FF7D;
}

.reg {
	font-size: 11px;
	font-weight:normal
}

.abstand_header {
	height: 110px;
}
