@charset "utf-8";
/* CSS Document */

++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
	position:absolute;
	top: 84px;
	left: 11%;
	z-index: 200;
	font-size: 12px;
	height: 28px;
	background-color: #FFFFFF;
	color: #0051A2;
	width: 750px;
}
#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 2em;
	font-weight: normal;
	text-align: center;
	color: #0051A2;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menue .aussen:hover {
	height: auto;
	color: #fff;
	background-color: #0051A2;
}

a.innen-1 {
	margin-top: 2px;
}
a.innen,
a.innen-1 {
	display: block;
	width: 150px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #78561d;
	background-color: #FFFFFF;
	vertical-align: middle;
	background-position: center;
	left: 5px;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
a:visited.innen,
a:visited.innen-1 {
	background-color: #FFFFFF;
	color:#663300;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #f7eedb;
color: #900;
}

span.menutag {
display: block;
cursor: default;
}
#pos {
	display: block;
	position: absolute;
	top: 116px;
	left: 5%;
	z-index: 200;
	background-image: url(fotos-ferienwohnungen/nordseestrand.jpg);
	height: 515px;
}
