/* Allgemeine Festlegungen */
html, body {
  	margin: 0 auto;
  	padding: 0;
  	font-family: verdana, arial, sans-serif;
  	font-size: 12px;
}

body {
 	background-color: #f9d94e;
  	background-image: url(/files/bg_body.jpg);
  	background-repeat: no-repeat;
/*         background: #f9d94e; */
}

h1{font-size: 16px; color: #004DA0;}

h2{
         font-size: 14px;
	color: #004DA0;
         background: url(/files/headline.jpg) no-repeat top left;
         line-height: 30px;
         text-indent: 30px;
}

h3{font-size: 12px; color: #004DA0; margin-top: 30px;}

p{line-height: 16px;}

div#inhalt a{color: #004DA0; font-weight: bold;}
div#inhalt a:hover{text-decoration: none;}

div#mainpage {
  	margin: 20px 0 20px 132px;
  	background-image: url(/files/bg_page.jpg);
  	background-repeat: repeat-y;
         }

.hide{
  	display: none;
}


/* Header */
div#header_nl{
  	background-image: url(/files/maja_header_nl.jpg);
  	background-repeat: no-repeat;
  	width:    818px;
  	height:   70px;
}

div#header{
  	background-image: url(/files/maja_header.jpg);
  	background-repeat: no-repeat;
  	width:    818px;
  	height:   203px;
         border-top: 1px solid #054BA3;
}

div#header a.logo, div#header_nl a.logo{
  	width:    310px;
  	height:   70px;
  	display:  block;
}

div#header a.headerkarte{
	width: 230px;
         height: 130px;
         display: block;
}

div#header a.headcat{
 	float: right;
         background: url(/files/headnav.gif) no-repeat left center;
         padding-left: 12px;
         text-transform: uppercase;
         position: relative;
         top: 44px;
         right: 415px;
}

div#header a.headcat:hover{
	text-decoration: none;
}

/* Navigation */
div#navigation{
  	margin: 0px auto;
  	width: 224px;
  	float: left;
}

/* Navigation, 1.Ebene */
div#navigation ul{
  	border-top: 1px solid #ffffff;
  	list-style-type: none;
  	margin: 0px;
  	margin-left: 7px;
  	padding: 0px;
}

div#navigation ul li{
  	line-height: 30px;
  	margin: 0px;
  	padding: 0px;
  	text-indent: 0px;
  	width: 217px;
/*  height: 30px;  */
}

div#navigation ul li a{
  	background: url(/files/nav_button.jpg) no-repeat left bottom;
  	width: 217px;
  	height: 30px;
  	display: block;
  	color: #ffffff;
  	text-decoration: none;
  	text-indent: 42px;
}

div#navigation ul li a.specialnav{
	background: url(/files/nav_button_special.gif) no-repeat left bottom;
}

div#navigation ul li a.rueckruf{
	background: url(/files/rueckruf.gif) no-repeat left bottom;
}

div#navigation ul li a a{
	height: 0px;
         font-size: 8px;
         display: inline;
}

div#navigation ul li.active a{
  	font-weight: bold;
}

div#navigation ul li.active li a{
	font-weight: normal;
}

div#navigation ul li a.current specialnav{
	background: url(/files/nav_button_special.gif) no-repeat left top;
}

div#navigation ul li a.current rueckruf{
	background: url(/files/rueckruf.gif) no-repeat left top;
}

div#navigation ul li a:hover{
  	background: url(/files/nav_button.jpg) no-repeat left top;
}

div#navigation ul li a.specialnav:hover{
	background: url(/files/nav_button_special.gif) no-repeat left top;
}

div#navigation ul li a.rueckruf:hover{
	background: url(/files/rueckruf.gif) no-repeat left top;
}

/* Navigation, 2.Ebene */
div#navigation ul li ul{
	margin: 0px;
         border-top: 0px;
         border-bottom: 1px solid #ffffff;
         padding-top: 3px;
         padding-bottom: 5px;
}

div#navigation ul li ul li{
	line-height: 22px;
}


div#navigation ul li ul li a, div#navigation ul li ul li a.current, div#navigation ul li ul li a:hover{
	background: #004DA0;
	height: 22px;
         line-height: 22px;
         font-size: 11px;
         font-weight: normal;
         margin: 0px;
         border: 0px;
}

div#navigation ul li ul li a.current{
	font-weight: bold;
}

/* Navigation, 3.Ebene */
div#navigation ul li ul ul{
	display: none;
}


/* Inhaltsbereich */
div#inhalt{
  	float: left;
  	padding: 0px;
  	margin: 20px 20px 40px 35px;
  	width: 535px;
}

div#inhalt hr{
  	height: 1px;
  	border: 0px;
  	color: #004DA0;
  	background: #004DA0;
  	margin: 28px 0px;
  	clear: both;
}

div#inhalt div.floatLeft{
  	float: left;
  	margin-right: 15px;
}

div#inhalt ul.breadcrumb{
	font-size: 11px;
         list-style: none;
         padding: 0;
         margin: 0;
}

div#inhalt ul.breadcrumb li{
	float: left;
         padding-left: 8px;
         padding-right: 5px;
         background: url(/files/breadcrump_icon.gif) left center no-repeat;
         line-height: 11px;
         text-transform: uppercase;
}

/* Inhaltsbereich, Formular standard */
div#inhalt form{
  	margin: 0px;
  	padding: 0px;
}

div#inhalt form fieldset{
  	border: 0px;
}

div#inhalt form legend{
  	display: none;
  	margin: 0px;
  	padding: 0px;
}

div#inhalt form label{
  	width: 120px;
  	display: block;
  	float: left;
}

div#inhalt form input{
  	width: 200px;
         padding: 0 3px;
}

div#inhalt form input[disabled]{
	color: #000;
         background: #fff;
         border: 1px solid #004DA0;
	position: relative;
         top: -5px;
}

div#inhalt form input.formsubmit{
  	margin-top: 15px;
  	width: auto;
}

div#inhalt form textarea{
  	width: 350px;
}

div#inhalt form div.formblock{
  	padding: 5px 0px;
  	border-top: 1px solid #f9d94e;
}


/* Inhaltsbereich, Tabelle standard */
div#inhalt table{
  	margin-bottom: 10px;
}

div#inhalt table td{
  	padding-right: 20px;
  	border-bottom: 1px solid #f9d94e;
  	line-height: 22px;
}

div#inhalt table th{
	font-weight: bold;
	color: #004da0;
}

/* Inhaltsbereich, WOHNUNG Tablelle Ausstattung */
div#inhalt table.wefacts{
  	text-align: center;
}

div#inhalt table.wefacts td{
  	padding: 0px;
  	margin: 0px;
  	border: 0px;
}

div#inhalt table.wefacts td img.icon{
  	margin: 0px;
  	padding: 0px;
  	cursor: help;
}

/* Inhaltsbereich, WOHNUNG Tablelle Saisonpreise */
div#inhalt table.preise td{
  	margin: 0px;
  	padding-right: 8px;
  	font-weight: normal;
  	text-align: center;
  	width: 20%;
}

div#inhalt table.preise p{
  	font-size: 10px;
  	margin: 0px;
  	padding: 0px;
}


/* Inhaltsbereich, WOHNUNG Akkordion */
.toggler {
	color: #ffffff;
	margin: 0;
	padding: 3px 5px;
	background-color: #004DA0;
/*	background: url(/files/toggler_bg.jpg) repeat-x; */
	border-bottom: 1px solid #004DA0;
	border-right: 1px solid #004DA0;
	border-top: 1px solid #FBECAA;
	border-left: 1px solid #004DA0;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
         text-indent: 20px;
}

h3.toggler{
	cursor: pointer;
}

.element {
	background: #FBECAB;
}

.element p {
	margin: 0;
         margin-left: 20px;
	padding: 4px;
}

.element table{
	margin-left: 20px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	font-style:italic;
	padding:5px 0 5px 30px;
}


/* Inhaltsbereich, WOHNUNG Bildergalerie */
div#inhalt div.galerie{
  	margin: 10px 20px;
}

div#inhalt div.galerie a img{
  	border: 0px;
}

div#inhalt div.galerie div.image{
	float: left;
	margin: 5px 5px;
         width: 100px;
         height: 100px;
         text-align: center;
}


/* Inhaltsbereich, MULTILIST Objekte */
div#inhalt div.objektlist{
	clear: both;
         padding-bottom: 60px;
}

div#inhalt div.objekt{
	float: left;
         width: 258px;
         height: 102px;
         margin: 0px 6px 10px 0px;
         border: 1px solid #CCDBEC;
         background: url(/files/multilist_objekte.jpg) repeat-x;
}

div#inhalt div.objekt div.objektimage{
	float: left;
         margin: 6px;
}

div#inhalt div.objekt a img{
	border: 1px solid #CCDBEC;
}

div#inhalt div.objekt h2{
	font-size: 12px;
         padding: 0px;
         margin: 0px;
         text-indent: 0px;
         background: transparent;
}

div#inhalt div.objekt p{
	font-size: 10px;
         padding: 0px;
         margin: 0px 8px 0px 0px;
         line-height: 13px;
}


/* Inhaltsbereich, MULTILIST Wohnungen */
div#inhalt div.wohnung{
	border-top: 1px solid #CCDBEC;
         border-bottom: 1px solid #CCDBEC;
         background: url(/files/bg_wohnungen.jpg) repeat-x;
         width: 530px;
         margin-bottom: 10px;
         padding-top: 10px;
/*         height: 42px;  */
}

div#inhalt div.wohnung div.title{
	float: left;
         width: 60px;
         text-align: center;
}

div#inhalt div.wohnung div.wohnungtext{
	float: left;
         width: 380px;
	margin: 0px;
         padding: 0px;
}

div#inhalt div.wohnung div.wohnungtext p{
	margin: 0px;
         padding: 0px;
         font-size: 11px;
}

div#inhalt div.wohnung a.more{
	width: 114px;
         height: 28px;
         display: block;
         background: url(/files/we_details.gif) no-repeat;
         text-decoration: none;
         margin-left: 416px;
         clear: both;
}

div#inhalt div.wohnung a.more span{
	display: none;
}

/* Inhaltsbereich, STARTSEITE Objektstandorte */
div#inhalt ul#objektorte{
	list-style-type: none;
         padding: 0px;
         margin: 0px;
}

div#inhalt ul#objektorte li{
	float: left;
         margin-right: 8px;
}

div#inhalt ul#objektorte li a span{
	display: none;
}

div#inhalt ul#objektorte li a{
	display: block;
         height: 82px;
         width: 125px;
}

div#inhalt ul#objektorte li a.achterland{
         background: url(/files/home_achterland_objects.gif ) no-repeat top left;
}

div#inhalt ul#objektorte li a.ahlbeck{
         background: url(/files/home_ahlbeck_objects.gif ) no-repeat top left;
}

div#inhalt ul#objektorte li a.heringsdorf{
         background: url(/files/home_heringsdorf_objects.gif ) no-repeat top left;
}

div#inhalt ul#objektorte li a.bansin{
         background: url(/files/home_bansin_objects.gif ) no-repeat top left;
}

div#inhalt ul#objektorte li a.achterland:hover,
div#inhalt ul#objektorte li a.ahlbeck:hover,
div#inhalt ul#objektorte li a.heringsdorf:hover,
div#inhalt ul#objektorte li a.bansin:hover{
	background-position: bottom left;
}


/* Inhaltsbereich, STARTSEITE Arrangements */
div#inhalt div.arrangements_headline{
	width: 520px;
         height: 19px;
         margin-top: 22px;
}

div#inhalt div.arrangements_headline a{
	color: #ffffff;
         text-decoration: none;
}

div#inhalt div.arrangements_headline h2{
	background: url(/files/home_boxheader.jpg) no-repeat;
         width: 128px;
         text-align: center;
         font-size: 11px;
         color: #ffffff;
         float: left;
         margin: 0px;
         padding: 0px;
         text-indent: 0px;
         line-height: 18px;
}

div#inhalt div.arrangements_headline span{
	 float: right;
          font-size: 10px;
          font-weight: bold;
          line-height: 18px;
}


div#inhalt div.arrangements{
	clear: both;
         width: 520px;
         height: 125px;
         display: block;
         border: 1px solid #A6C1DE;
}

div#inhalt div.arrangements ul{
	padding: 0;
         margin: 0;
         list-style-type: none;
         margin: 2px 3px;
}

div#inhalt div.arrangements ul li{
	float: left;
}

div#inhalt div.arrangements ul li a{
	width: 127px;
         height: 120px;
         display: block;
}

div#inhalt div.arrangements ul li a span{
	display: none;
}

div#inhalt div.arrangements ul li a.ang_7_6{
	background: url(/files/arrangement_7_6_1.jpg);
         margin-right: 2px;
}

div#inhalt div.arrangements ul li a.ang_14_11{
	background: url(/files/arrangement_14_11.jpg);
         margin-right: 2px;
}

div#inhalt div.arrangements ul li a.ang_21_15{
	background: url(/files/arrangement_21_15.jpg);
         margin-right: 2px;
}

div#inhalt div.arrangements ul li a.ang_wellness{
	background: url(/files/arrangement_wellness.jpg);
}

div#inhalt div.immostart{
 	background: url(/files/immostart.gif) no-repeat left top;
         padding-left: 120px;
}


div#inhalt div.newsletter{
	margin: 22px 0 0 0;
         padding: 0;
	clear: both;
         width: 533px;
         height: 50px;
         display: block;
         border: 1px solid #A6C1DE;
         background: url(/files/bg_newsletter.gif);
}


div#inhalt div.newsletter h2{
	margin: 0;
         background: none;
         padding: 0;
         text-indent: 0px;
         font-size: 12px;
         line-height: 14px;
         color: #ffffff;
}

div#inhalt div.newsletter a{
	margin: 0;
	height: 50px;
         padding: 0;
         font-size: 10px;
         line-height: 11px;
         font-weight: normal;
         color: #ffffff;
         text-decoration: none;
	display: block;
         cursor: pointer;
}

div#inhalt div.newsletter span{
	width: 380px;
         margin: 8px 0 0 135px;
         display: block;
}


div#inhalt div.arrangement_detail{
	margin: 0 0 22px 0;
         padding: 0;
         border: 1px solid #A6C1DE;
         background: url(/files/bg_arrangement.gif) repeat-y;
}

div#inhalt div.arrangement_detail h3{
	margin: 10px 0;
         padding: 0;
}

div#inhalt div.arrangement_detail span{
         font-size: 10px;
}

div#inhalt div.arrangement_detail ul{
	font-weight: bold;
         list-style-image:url(/files/wefact_ja.gif);
         padding: 0;
         margin: 8px 0 10px 18px;
}

div#inhalt div.arrangement_detail a.more{
	width: 114px;
         height: 28px;
         display: block;
         background: url(/files/arrangement_buchen.gif) no-repeat;
         text-decoration: none;
         margin-left: 270px;
}

div#inhalt div.arrangement_detail a.more span{
	display: none;
}

div#inhalt div.artikel_headline a{
	color: #ffffff;
         text-decoration: none;
}

div#inhalt div.artikel_headline h2{
	background: url(/files/artikel_boxheader.jpg) no-repeat right top;
         width: 320px;
         text-align: left;
         font-size: 11px;
         color: #ffffff;
         margin: 0px;
         padding: 0px;
         text-indent: 5px;
         line-height: 18px;
}


/* Footer
div#footer{
	width: 818px;
  	height: 30px;
  	line-height: 30px;
  	background: url(/files/maja_footer.jpg) repeat-y;
  	text-indent: 217px;
  	text-align: center;
  	font-weight: bold;
}
*/

div#footer{
	width: 809px;
         height: 30px;
         line-height: 30px;
         font-size: 10px;
         font-weight: bold;
         text-align: center;
         color: #ffffff;
         background: url(/files/footer.gif) repeat-x;
         margin-left: 8px;
}