@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background-image:url(grafiken/hintergrund_body.png);
	background-attachment:fixed;
}

#gesamt {
    position:relative;
	margin: 0 auto;
	width: 780px;
	min-height: 100%;
}

#header {
	position: fixed;
	height: 90px;
	width: 780px;
	z-index:1;
	background-image: url(grafiken/header.png);
}

#menue {
	position: fixed;
	min-height:100%;
	width: 150px;
	background-image:url(grafiken/hintergrund_menue.jpg);    
}

#inhalt {
	position: absolute;
	left: 150px;
	padding: 0px 30px;
	width: 570px;
	min-height:100%;
	font-family: 'Palatino Linotype', 'Book Antiqua', serif;
	font-size: 15px;
	color: #0066FF;
	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: 'Monotype Corsiva', Georgia, serif;
	font-size:19px;
	font-style:italic;
	color: #0066FF;
	background-image: url(grafiken/hintergrund_button.png);
	background-position:top;
	text-decoration: none;
	text-align:center;
}

#menue > a:visited {
	color:#6600FF;
}

#menue > a:hover, #menue span {
	background-position: center;
}
  
#menue > a:active {
	background-position: bottom;
  }
  
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 5px;
}

a:link {
	color: #0066ff;
}
a:visited {
	color: #6600FF;
}
a:hover {
	background: #A8FF7D;
}

.rosa {
	color: #ff66ff;
}

.reg {
	font-size: 11px;
	font-weight:normal
}

.abstand_header {
	height: 110px;
}

