body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
    background-color: #FFA801;
    height: 550px;
}

#head {
    height: 75px;
    background-image: url("../img/backtop.gif");
}

#head h1 {
	color: #319A63;
	padding-top: 10px;
	text-align: center;
}

#extra {
    float: right;
    clear: right;
    height: 400px;
    width: 180px;
    margin-right: 5px;
    padding-top: 5px;
    background-color: #FFD788;
    border: 1px solid #c58201;
    text-align: center;
}

#content {
	margin-left: 190px;
	margin-right: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #FFD788;
	border: 1px solid #C58201;
	height: 400px;
    overflow-y: auto;
}

#foot {
	height: 75px;
	background-image: url("../img/backbottom.gif");
}

p.foot {
    text-align: center;
	font-size: 11px;
}

p.foot a {
    text-decoration: none;
}

.fatred {
	color: #FF0000;
	font-weight: bold;
}

.fatbrown {
	color: #996633;
	font-weight: bold;
}

.smallerbrown {
	color: #663333;
	font-size: 12px;
}

.fatgreen {
    color: #009933;
}

#map {
    float:right;
}

#content h4 {
	color: #319A63;
	font-size: 14px;
	text-align: center;
}

#content ul {
	list-style-image: url(../img/palme_23.gif);
	font-size: 12px;
}

#content li {
    margin-bottom: 15px;
}

/*---------------------------navigation--------------------------*/
#menu {
    float: left;
    clear: left;
    height: 400px;
    width: 180px;
    margin-left: 5px;
    padding-top: 5px;
    background-color: #FFD788;
    border: 1px solid #c58201;
}

#menu a {
	display: block;
	text-align: left;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../img/palme_23.gif);
    margin-bottom: 25px;
}

#menu ul {
	list-style-image: url(../img/palme_23.gif);
}

#menu a:hover {
    text-decoration: underline;
}

#menu a:visited {
    color: #000000;
}

#miete_eigen {
	width: 180px;
	position: absolute;
	top: 245px;
	text-align: left;
	z-index: 1;
	visibility: hidden;
	left: 160px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FFD177;
    }
	
#miete_eigen a{
	width: 180px;
	height: 18px;
	text-decoration: none;
	display: block;
	text-align: left;
    color: #000000;
    margin-bottom: 10px;
    }

#miete_eigen a:hover {
	background-color: #FFA801;
    color: #000000;
    }

#miete_weitere {
	width: 260px;
	position: absolute;
	top: 290px;
	text-align: left;
	z-index: 1;
	visibility: hidden;
	left: 160px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FFD177;
    }
	
#miete_weitere a{
	width: 260px;
	height: 18px;
	text-decoration: none;
	display: block;
	text-align: left;
    color: #000000;
    margin-bottom: 10px;
    }

#miete_weitere a:hover {
	background-color: #FFA801;
    }




