html {overflow-y: scroll;}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #ccc;

}

html, body {
    height: 100%;
}

#container, #container * {
	text-align: left;
}

#container {
    /*thedeadcenter!*/
	width: 700px;
	height: 665px;
	clear:left;
	margin:0pt auto;
	position:relative;
}

#distance{
float:left;
height:50%;
margin-bottom:-350px;
width:1px;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
    list-style: none;
}
img {
	border: 0px;
	display: block;
}

.clear {
	clear: both;
}

.bf-loeschen {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.loeschen {
	display: none;
}

/** Custom **/

a {
	color: #7e93ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


#container {
	background: #fff;
	padding: 35px 0px 0px 0px;
}


/*Menue-Styles: Breite und Höhe fest*/
#menue {
	width: 630px;
	height: 53px;
	list-style: none;

}

/*Ausrichtung Rechts, Abstand zwischen Menue-Punkten, Abstand nach oben*/
#menue li {
	float: right;
	margin-left: 17px;	
    margin-top: 38px;
}

/*Ausnahme für letzen Menue-Punkt: Logo*/
#menue li.logo {
    width: 53px;
    height: 53px;
    margin-top: 0px;
    background: url(../images/dummy_logo.gif) no-repeat;
}

/*Schriftgröße und Farbe der Menue-Punkte*/
#menue a {
	font-size: 1.1em;
	color: #aaa;
}

#menue a.active {
	color: #f16200;
}

#menue a:hover {
	color: #f16200;
}


/*Scroller-Buttons*/
#scroller li{
    background: url(../images/scroller.gif) no-repeat top; 
    width: 6px;
    height: 10px;
    overflow: hidden;
    margin-right: 12px; 
    float: left;  
    display: block;
}
#scroller li:hover,
#scroller li:active{
    background-position: bottom;
}

#scroller a{display:block;}

#inhalt{
    width: 560px;
    height: 376px;
    background: #eee;
    }

p{
    width: 560px;
    line-height: 1.3em;
}
