body {
	color: black;
	font-family: sans-serif;
	margin: 0pt auto;
}

#header {
	height: auto;
}

#wrapper {
	margin: 0pt;
	width: 900px;
}

#menu {
	margin: 1em 1em 0; 
	box-shadow: 0px 2px 10px 0px #666666; 
	-webkit-box-shadow: 0px 2px 10px 0px #666666; 
	-moz-box-shadow: 0px 2px 10px 0px #666666; 
	border: solid 2px #eeeeee; 
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	width: 190px;
	background-color: #FFFFA3;
}


#menu a {
    font-weight: normal;
}

#menu h2 {
	font-size: 1.1em;
    font-weight: normal;
}

#menu li {
    margin-left: 1em;
    list-style-type: none;
    padding: 2px;
    border-bottom: 1px dotted gray;
    font-weight: normal;
}

#content_orig {
	background-color: white;
	float: right;
	width: 650px;
        line-height: 125%;
}

#content_orig a {
	      border-bottom: 1px dotted #4682b4;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: right;
}

/* Sponsorenliste auf index.html */
#sponsors {
	  padding-left:570px; 
	  width: 300px;
}

#sponsors ul {
	  list-style: none outside none;
	  margin: 0;
	  padding: 10px 0;
}

#hotels ul {
	  list-style: none outside none;
	  margin: 0;
	  padding: 10px 0;
}

#hotels li {
	  margin: 1em;
}

