
/*################  MENUE  #####################*/


#header {
	background: 50% 0px  url(img/btn/header2.png) no-repeat;
	width: 100%;
	height: 156px;
	position: absolute;
	top: -200px;
	left: 0px;
	z-index: 1;
}



#nav {
	width: 900px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	z-index: 2;
	}


#el1 {
	width: 150px;
	height: 128px;
	position: absolute;
	top: -200px;
	left: 50%;
	margin-left: -70px;
	background: url(img/btn/logo.png) no-repeat;
	z-index: 0;
}

#el1:hover {
	background: url(img/btn/logo2.png) no-repeat;
	
}

.nav_but{
	position: absolute;
	top: 20px;
	height: 16px;
	cursor: pointer;
	color: #bd2716;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.nav_but a{
	color: #bd2716;
	font-family: MuseoSlab-500;
	font-size: 14px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}



.nav_but a:hover, .nav_but a.active {
	bottom: 17px;
	color: #f99020; 

}

.nav_but:hover, .nav_but.active, .nav_but2:hover, .nav_but2.active {

color: #f99020;
}




#menu_vermietung {
	position: absolute;
	top: 35px;
	left: -5px;
	height: 0px;
	width: 277px;
	background: url(img/btn/dropdown_1.png) no-repeat 80px 10px;
	z-index: 3;
	overflow: hidden;
}

#menu_costablanca{
	position: absolute;
	top: 35px;
	left: 475px;
	height: 0px;
	width: 277px;
	background: url(img/btn/dropdown_2.png) no-repeat 80px 10px;
	z-index: 3;
	overflow: hidden;
	
}

#menu_contact {
	position: absolute;
	top: 35px;
	left: 620px;
	height: 0px;
	width: 277px;
	background: url(img/btn/dropdown_1.png) no-repeat 80px 10px;
	z-index: 3;
	overflow: hidden;
}

#but_vermietung {
	left: 100px;
	background-position: -130px -270px;
}

#but_verwaltung {
	left: 235px;
	background-position: -130px -284px;
}

#but_costablanca {
	right: 215px;
	background-position: -130px -298px;
}
#but_contact {
	right: 100px;
	background-position: -130px -313px;
}



/*----------------------------------------    SUBMENUE 1 VERMIETUNG -----------------------------------------------*/



#but_about {
	top: 37px;
	left: 115px;
}

#but_freizeit {
	top: 37px;
	left: 122px;
}


#but_region {
	top: 65px;
	left: 118px;
}

#but_email {
	top: 37px;
	left: 128px;
}


#but_objekte {
	top: 65px;
	left: 115px;
}
#but_impressum {
	top: 65px;
	left: 109px;
}

#but_links {
	top: 94px;
	left: 127px;
}


#but_unterlagen {
	top: 95px;
	left: 104px;
}


html {
  height: 100%; 
  margin-bottom: 1px; 
  overflow-y: scroll;
}
body {
  color: #000000;
  	background-image:url(bg_img.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
  font-family: “Georgia”, serif;
  background-color:#ffffff;
}
h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
h1 small {
  font-size: 20px;
  padding-left: 10px;
}
h2, h3 {
  margin-bottom: 5px;
}
p {
  margin-top: 5px;
}
pre {
  background-color: #F6F6F6;
}
nav {
  font-size: 20px;
}
nav a {
  margin-right: 20px;
}
a{
	color:#000;
  text-decoration: none;
  
}
a:hover {
  color: #FFF;
}
#container {
  margin: 0 auto;
  width: 960px;
}
#options {
  list-style: none;
  padding-left: 0px;
}
#options li {
  margin-bottom: 10px;
}


