/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #93212D;
}

body {
	background: #FFCBDB;
	text-align: center;
	height: 100%;
	position: absolute;
	width: 100%;
	
}

b, strong {
	font-weight: bold;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
}

p {
	font-size: 0.8em;
}

a.schalter {
	background: #990000;
	color: white;
	border: 1px solid white;
	padding: 1px 5px;
	text-decoration: none;
	font-size: 0.9em;
}

#wrapper {
	position: relative;
	text-align: left;
	border: 1px solid #660000;
	margin: 0 auto;
	width: 720px;
	height: 600px;
}

#banner {
	 height: 59px; overflow:hidden; border-bottom: 1px solid #FFE5E0;background: #FFCBDB url(../images/banner_right.JPG) no-repeat 468px -10px;
}

#middle {
	height: 450px;

}


#navi {
	height: 25px;
	padding-top: 0px;
	padding-left: 25px;
}

#content {
	margin: 30px 0 0 10px;
	width: 560px;
	height: 320px;
	overflow: auto;
	border: 1px solid #FFE5E0;
	position: absolute;
	scrollbar-base-color: #FFE5E0; 
  scrollbar-3dlight-color: #FFE5E0;
  scrollbar-arrow-color: #FFE5E0;
  scrollbar-darkshadow-color:#FFE5E0;
  scrollbar-face-color: #FFCBDB;
  scrollbar-highlight-color: #FFE5E0;
  scrollbar-shadow-color:#FFE5E0;
  scrollbar-track-color:#FFCBDB;
}


#inner_content {
	padding: 10px;
	position: absolute;
	top: 0;
	width: 520px;
	color: #660000;
}

#inner_div {
	width: 500px; padding: 10px;
}

#elfe {
	position:absolute;
	top: 100px; 
	right: -100px; 
	height: 380px; 
	width: 240px;
	background: #FFCBDB url(../images/elfenbusserl_logo_RGB.gif) no-repeat 0px 0px;
}

#navi a {
	font-size: 0.8em;
	color: #93212D;
	background: #F5E0AA;
	border: 1px solid white;
	border-top: none;
	padding: 2px 8px;
	text-decoration: none;
}

#navi span {
	font-size: 0.8em;
	color: white;
	background: #990000;
	border: 1px solid white;
	border-top: none;
	padding: 2px 8px;
}

ul {
	list-style: square;
	padding-left: 20px;
	font-size: 0.8em;
}

ul li {
	font-weight: bold;
	line-height: 1.3em;
}

ul ul{
	list-style: circle;
	font-size: 1.0em;
}

ul ul li{
	font-weight: normal;
}

#footer {
	height: 150px;
	position: absolute;
	text-align:left;
	background: #FFCBDB url(../images/bluetenfuss_bg.JPG) repeat-x bottom left;
}

fieldset {
	margin-top: 5px;
	border: 1px solid #660000;
	padding: 5px;
}

label {
	display: block;
	font-size: 0.8em;
	margin: 2px 0;
}

legend {
	font-size: 0.9em;
	color: #660000;
}

input {
	border: 1px solid #660000;
	background: transparent;
	margin-right: 5px;
}

input.box {
	border: none;
}

input.submit {
	background: #990000;
	color: white;
	font-size: 0.8em;
}

