/* src-style.css */
/* Version: 1.1.1.4 */

/**
 *
 *	§1	DEFAULTS
 *	§1.1	reset
 *	§1.2	tools
 *	§1.3	typography
 *	§2	GLOBAL
 *	§3	MODULES
 *	... CHAOS - put new stuff here
 */

/* COLOR REFERENCE
 *	
 */

/* @group §1 DEFAULTS 
 *********************************************************/

/* @group §1.1	reset
 *
 *	basierend auf dem CSS reset von Eric Meyer
 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-weight: 		normal;
	font-style: 		normal;
	font-size: 			100%;
	font-family: 		inherit;
	/*vertical-align: 	baseline;*/
}
:focus {
	outline: 			0;
}
ol, ul {
	list-style-type: 		none;
}
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
a img {
  border: 0;
}
/* @end reset **/

/* @group §1.2	Tools
 */
.hide {
	position: 			absolute !important; 
	left:				-9999px !important; 
}
.hide-text {
	text-indent: 		-9999px;
}
/* Clear Floated Elements */

.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung fuer IE6 */
* html .floatbox {width:100%;}
/* @end Tools **/


/* @group §1.3 typography
 */
a { 
  color:            #9B937C;
}
a:visited {
  color:            #9B937C;
}
a:focus,
a:hover {
  color:            #fabb00;
}
/* @end typography */

/*-------------------------------------------------------------- 
   Admin Hauptmenu
--------------------------------------------------------------*/ 
.adminMenuContainer {
	top: 0;
	width: 100%;
	background-color: #012542;
    border-bottom: 1px solid #023357;
    height: 25px;
} 

.adminMenu {
	width: 970px;
	margin: 0px auto;
	clear: both;
	font-family: Verdana;
}

.adminMenu img {
	margin: 0 2px;
}

.adminMenu a {
	display: block;
	float:left;
	/* background: #37454e; */
	color: #fff;
	height: 25px;
	width: 170px;
	line-height: 25px;
	margin-right: 2px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

.adminMenu a:hover {
	background-color: #023357;
	color: #fff;
	text-decoration: none;
}

.adminMenu a img {
	margin: 0 5px 0 0;
}
/* @end */


/* @end DEFAULTS ****************************************/


.defaultSkin .mceMenu .mce_h1 span.mceText, h1 {
 	color: #695548;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	margin-left: 10px;
}
h1.immoDetail {
	float: none;
	width: 660px;;
	margin-left: 0;
}

.defaultSkin .mceMenu .mce_h2 span.mceText, h2 {
 	color: #695548;
	font-size: 12pt;
	padding:0 0 10px;
}

.defaultSkin .mceMenu .mce_h3 span.mceText, h3 {
 	color: #695548;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 10px;
}

.defaultSkin .mceMenu .mce_h4 span.mceText, h4 {
 	color: #695548;
	font-size:14px;
	text-decoration:underline;
	line-height:28px;
	padding:0 0 10px;
}

#main #content .breadcrumbs {
  position:         absolute;
  top:              10px;
  left:             0;
  width:            100%;
  white-space:      nowrap;
  color:            #414141;
  font-size:        10px;
  
}
#sidebar {
  margin:           0 17px 0 0;
  float:            right;
  display:          inline;
  width:            210px;
  
  
  padding:          70px 0 0;
  overflow:         hidden;
}

#sidebar .box {
  padding:          6px 12px 30px;
  margin:           0 0 3px;
  
  background:       #d5ecf2;
  font-size:        10px;
}
#sidebar .box img {
  font-size:        12px;
  padding:          0 0 5px;
}
#sidebar .box p {
  line-height:      13px;
}

#sidebar .box dl {
  line-height:      15px;
  
}
/* @end STRUCTURE ****************************************/



/* @group §3 MODULES 
 *********************************************************/

/* @group canvas
 */
#canvas {
  position:         relative;
  
  width:            970px;
  height:           510px;
  /*background:       url(../img/canvas_homepage.jpg) no-repeat;*/ 
}

dl.image dt{
  padding:          0 0 5px;
}

.gallery {
  margin:           10px 0;
  position:         relative;
  font-size:        10px;
}
.gallery dt {
  width:            100%;
  overflow:         hidden;
}
.gallery dt img {
  width:            100%;
  height:           auto;
}
.gallery dd {
  padding:          5px 100px 5px 5px;
  background:       #eee;
}
.gallery .nav {
  position:         relative;
  float:            right;
  padding:          5px;
  top:              -23px;
}
.gallery .nav a {
  color:            #084878;
  
}
/* @end MODULES ****************************************/



/* Add new stuff here
 *********************************************************/

/* Newsmodul */
#main #content .date {
	font-size: 10px;
	float: right;
}
 
/* Forms */
.formModul {
	margin: 0 0 10px 0;
}
div.formModul {
	margin: 20px 0;
}

.formModul div.danke {
	background-color: #9B937C;
	color: white;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px;
}

ul.form li, .formModul li {
	margin-bottom: 10px;
  list-style-type: none;	
}

ul.form label, .formModul label {
	display: block;
	float: left;
	width: 400px;
	margin-top: 7px;
	color: #9B937C;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
  margin-left: 2px;
}

ul.form input.text, .formModul input.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 20px;
	padding: 2px 5px 3px;
	color: #666;
	width: 395px;
}

.formModul textarea.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 395px;
	height: 100px;
}

.formModul label.alert {
	color: red;
	float: none;
	font-size: 10px;
	font-weight: bold;
	width: 300px;
}

.formModul h2.alert-main {
	color: red;
	margin-bottom: 5px;
}

.formModul ul.radio, .formModul ul.radio li {
	width: 430px;
	float: right;
	margin-top: 5px;
}

div#teaser .formModul ul.radio, div#teaser .formModul ul.radio li {
	width: 160px;
	float: right;
}

.formModul ul.radio input.radio, .formModul ul.radio li input.radio {
	margin: 0 7px 0 0;
}

.formModul ul.radio input.checkbox, .formModul ul.radio li input.checkbox {
	margin: 0 7px 0 0;
}
.formModul select {
	margin-left: 30px;
}
.button, .button:visited {
	border: 0;
	background: #9B937C repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover					{ background-color: #9B937C; color: #fff; border: 1px solid #9B937F; }
.button:active					{ top: 1px; }
.button, .button:visited 		{ font-family: Arial; font-size: 12px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.button.small {
	font-size: 9px;
	padding: 3px 8px 4px;
	float: right;
}

.button.margin {
	margin: 15px 0;
}


/* downloads */
.downloads {
	margin: 0 0 10px 0;
}

.downloads img {
	margin: 0 5px 8px 0;
}



/* dhonishow */

.dhonishow {
	overflow: hidden;
	/*width: 520px;*/
	font-family: Verdana, sans-serif;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

#content ul.dhonishow-image {
	overflow: hidden;
	height: 250px;
	/*width: 520px;*/
  text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#content ul.dhonishow-image img {
	/*width: 520px;*/
}  

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}


.dhonishow-navi {
	text-align: left;  
	margin-bottom: 2px;
	color: #272727;
	overflow: hidden;
	/*width: 520px;*/
	padding: 0 0 5px 0;
}
                  
.dhonishow-navi p.dhonishow-picture-alt {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
	background: #eee;
	padding: 2px 6px;
	/*width: 520px;*/
}          


.dhonishow-navi p {
	display: inline;
}

.dhonishow-navi a img{
	vertical-align: middle;
}

.dhonishow-navi a:hover {
	cursor: pointer;
}


.dhonishow-navi .paging {
	font-size: 11px;
	line-height:  20px;
	margin: 0 5px;
}


/* PeopleModule */

#main #content .peopleModule p.position {
	padding: 0;
	font-size: 10px;
}

#content .peopleModule img {
	float: left;
	margin: 0 20px 10px 0;
}

#content .peopleModule .quote blockquote{
	text-indent: -8px;
	float: left;
	font-size: 14px;
	color: #3d3d3d;
}

#content .peopleModule .quote p {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #3d3d3d;
}

#main #content .peopleModule p.kontakt {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #3d3d3d;	
}


/* Events */
#main #content table.events {
	width: 520px;
	margin-bottom: 40px;
}

#main #content table.events tr th {
	font-size: 14px;
	padding: 0 0 10px;
}

#main #content table.events tr td {
	padding: 4px 0 4px;
	border-top: 1px solid #eee;
}

#main #content table.events tr th.date {
	width: 90px;
	float: none;
}
#main #content table.events tr th.time {
	width: 80px;
}

/* Twitter */

#main #content ul.tweets li {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#main #content ul.tweets li.last {
	border: none;
}

#main #content ul.tweets li span.date {
	float: none;
}

#main #content ul.tweets li blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 14px;
	line-height: 20px;
}

/* News */

#main #content div.news {
	margin-bottom: 30px;
}


/* Suche */
#main #content ul.search {
	
}

#main #content ul.search li {
	margin-bottom: 20px;
}

#main #content ul.search li p {
	padding: 0;
}

#main #content ul.search li small {
	font-size: 10px;
	color: #aaa;
}

#main #content ul.search li h2 {
  color:            #084878;
  font-size:        18px;
}

/* END Suche */

/** facebook_likeTeaer **/
div.facebook_likeTeaser {
  margin-top: -30px;
}

div.facebook_likeTeaser_index {
  float: right;
  margin-top: -55px;
  width: 260px;
}
/** END facebook_likeTeaser **/

/* Mailchimp */
span.mailchimpResponse {
  color: red;
}

span.blue, p.blue {
  color: #005AA8;
}
/* END Mailchimp */

#mainmenu {
  margin-bottom: 30px;
  margin-top: 200px;
}

#mainmenu ul {
  display: block;
}
#mainmenu ul li {
	margin:0px;
	top: 3px;
}
#mainmenu ul li a {
	font-family: Verdana, Arial, helvetica, sans-serif;
	background: transparent;
	color: white;
	text-decoration: none;
	padding: 8px;
	font-size: 15px;
	display: block;
	font-weight: bold;
	/*border-bottom: 1px solid #ffffff;*/
}
#mainmenu ul li a.active, #mainmenu ul.level2 li a.active {
	background-color: #ffffff;
	color: #9B907C;
	font-weight: bold;
}
#mainmenu ul li.active a {
	color: #515151;
	font-weight: bold;
}
#mainmenu ul li a:hover {
	background-color: #ffffff;
	color: #9B907C;
}
#mainmenu ul li.home {
	margin: 3px 0;
}
#mainmenu ul li.home a {
	font-style: italic;
}
#mainmenu ul.level2 {

}
#mainmenu ul.level2 li a {
  font-weight: normal;
  padding-left: 30px;
  color: white;
}
#mainmenu ul.level2 li a:hover {
	background-color: #ffffff;
	color: #9B907C;
}

#special {
	background-color:white;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 0;
	text-align:center;
	width:213px;
}
#special span.title {
	color: #515151;
	font-size:15px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#special img {
	max-width: 200px;
	max-height: 105px;	
}
#special ul {
	height: 250px;
	padding-top: 5px;
	text-align: left;
}
#special ul li {
	width: 203px;
	position: absolute;
	padding: 0 5px 0 5px;
}
#special ul li div.image {
	width: 203px;
	text-align: center;
}
#special ul li span.special {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 213px;
	font-size: 12px;
}
#special a.more {
	float: right;
	margin-top: 3px;
	color: #515151;
}
#footermenu {
  position: absolute;
  padding-left: 15px;
  padding-bottom: 15px;
  bottom: 0px;
}
#footermenu ul {
  display: block;
}
#footermenu ul li {
  
}
#footermenu ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}


/*##################################################################*/

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position: relative;
	/*background-color: #F9F6E6;*/
}

#pageregion {
	margin: auto;
	padding: 0 0 80px;
	border: 0;
	width: 900px;
	position: relative;
}

div.headRight {
  float: right;
  /*margin: 30px 0 0 0;*/
  color: #F2EEE7;
  height: 40px;
  width: 674px;
  background-color: #F2EEE7;
}
div.headLeft {
	float: left;
	/* margin: 30px 0 0 0; */
	color: #F2EEE7;
	height: 40px;
	width: 223px;
	background-color: #F2EEE7;
}
div.headLeft .phonenumber {
	color: #695548;
	float: left;
	font-size: 14pt;
	margin: 10px 0 0 20px;
}
div.headRight a {
  text-decoration: none;
  color: #9B937C;
}
div.headRight a:hover {
  text-decoration: underline;
}
div.headRight span.headline {
	color: #695548;
	font-size: 21pt;
	left: 20px;
	position: relative;
	top: 25px;
}
div.headRight span.brown {
	color: #695548;
}
div.headRight span.moreTop {
	top: 59px;
}
div.headRight span.subpage {
	top: 80px;
}
div.headRight span.phone {
	color: #695548;
    float: right;
    font-size: 12pt;
    line-height: 24px;
    margin-right: 20px;
    margin-top: 47px;
    text-align: right;
    width: 220px;
}
div.headRight span.language {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#Logo {
  float: left;
  margin:0;
  background-color: #ffffff;
  width: 223px;
  overflow: hidden;
  text-align: center;
  height: 200px;
  /*padding-top: 40px;*/
  background: transparent;
  border-bottom: 3px solid white;
}
#logoImg {
	width: 223px;
	height: 200px;
}
#Logo.intro {
	background-color: #ffffff;
}

/********************************
** Keyvisual normale Seiten
********************************/
div.keyvisualArea {
  border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    float: right;
    height: 200px;
    overflow: hidden;
    width: 674px;  
}

div.keyvisualColorArea {
	width: 223px;
	border-right: 3px solid #ffffff;
	height: 150px;
	background-color: #9B907C;
	float: left;
}

div.keyvisualImageArea {
	/*background-color: #E59200;
	width: 674px;
	height: 150px;
	float: right;*/
}
ul#keyvisual li {
	position: absolute;
	width: 674px;
	height: 200px;
	overflow: hidden;
}
ul#keyvisual li img {
	width: 674px;
}

div.keyvisualImageArea img.noBorder, div.keyvisualImageArea div.noBorder {
	border: none;
}

/**************************
 *Immo Keyvisual
 **************************/

div.keyvisual {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 300px;
  width: 100%;
  background-color: #F6F4D2;
  overflow: hidden;  
}

div.keyvisual div.immo {
  float: left;
  width: 223px;
  height: 300px;
  border-right: 3px solid #ffffff;
  overflow: hidden;
  background-color: #9B907C;
}
div.keyvisual div.immo-col2 {
	background-color: #E59200;	
}
div.keyvisual div.immo-col3 {
	background-color: #9B907C;	
}
div.keyvisual div.immo-col4 {
	background-color: #695548;	
}
div.keyvisual div.last {
  border-right: none;
  width: 222px;
}
div.keyvisual div.last img {
  width: 223px;
}
div.keyvisual div.immo img {
  width: 223px;
  height: 148px;
}
div.keyvisual div.immo img.pos-top {
  border-bottom: 3px solid #ffffff;
}
div.keyvisual div.immo img.pos-bottom {
  margin-top: 148px;
  border-top: 3px solid #ffffff;
  height: 149px;  
}
div.keyvisual div.immo img.pos-upright {
  height: 300px;
}
/************************/ 

div#content {
  /*float: right;
  padding:30px 0px 50px 10px;
  width:625px;*/
  background-color:#F2EEE7;
	float:right;
	padding:35px 0 50px 10px;
	width:664px;
}
div#mainBox div.immoDetailContent {
	padding-left: 25px;
	width: 652px;
}
div.main {
  margin-bottom: 80px;
}
div#contentModuleColumn {
	margin-right:5px;
	width:640px;
	margin-top: 2px;
	margin-left: 10px;
}


/*-- FLOATING ---------------*/
.clear {
  clear: both;
}

.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


/*-- Channel Menu ---------------------------*/

div.menu {
	float: left;
	width: 223px;
	margin: 3px 0 0;
	padding:0px;
	background-color: #9B907C;
	position: relative; 
}
div#mainBox div.immoDetail {
	margin-top: -155px;
	border-top: 3px solid white;
}


/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
}

div.headline {
	background-color: white;
    box-shadow: 3px 3px 3px 15px white;
    margin: 150px 0 0 250px;
    opacity: 0.8;
    padding: 0;
    position: absolute;
}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #695548;
	font-size: 15px;
	}
em {
  font-style: italic;
}
h1.title {
	font-size: 18px;
	line-height: 22px;
	margin-top:0px; 
	color: #737373;
	}

p{ line-height: 20px; margin-bottom: 8px; }
ol{ line-height: 15px;}

p.caption {
    font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
}
p.emphasis {
	background-color:#0059a5;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#737373;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {

}

a:hover, a:active {
	text-decoration : underline;
	color: #7b92ce;
}


sup, sub {
font-family: Verdana, sans-serif;
font-size: 11px;
color : #000000;
line-height: 16px;
vertical-align:top;
}


/*--------------- Form --------------*/


.form {
	color: #000;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}
.form-small{
	margin-left: 1px;
	margin-right: 1px;
}



/***************************************************
 *  Setienaufteilung
 *  ************************************************/
 
div#main {
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  min-height: 400px;
} 

div#leftCol {
  width: 198px;
  float: left;
}

div#centerCol {
  width: 570px;
  float: left;
  border-left: 1px dashed #737373;
  border-right: 1px dashed #737373;
  padding: 5px;
  min-height: 400px;
}

div#rightCol {
  width: 198px;
  float: left;
}

div#rightCol div#language {
  text-align: center;
  margin: 10px 0 30px 0;
}

div#rightCol div#language a {
  border: none;
  margin: 0 10px 0 10px;
  text-decoration: none;
}

div#footer {
  width: 100%;
  background-color: #005AA8;
  min-height: 70px;
  padding: 5px 0 5px 0;
}
div#footer div.left {
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}
div#footer span {
  font-family: "Lucida Sans Unicode", Arial;
  color: #FFFFFF;
  font-size: 10pt;
  display: block;
}
div#footer div#footermenu {
  float: right;
  margin-right: 10px;
}
div#footer div#footermenu ul {
  list-style-type: square;
}
div#footer div#footermenu ul li, div#footer div#footermenu ul li a {
  font-weight: bold;
  font-family: "Lucida Sans Unicode", Arial;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
div#footer div#footermenu ul li a:hover {
  text-decoration: underline;
}

div#sitemap {
  width: 100%;
  background-color: #D2D3D5;
}

div#sitemap a {
  text-decoration: none;
  color: #313234;
}
div#sitemap a:hover {
  text-decoration: underline;
}
div#sitemap div.site {
  float: left;
  margin: 10px;
}
div#sitemap div.site span a {
  font-weight: bold;
  line-height: 25px;
}
div#sitemap div.site ul {
  margin-left: 15px;
  padding: 0px;
  list-style-type: none;
}

div#footer span, div#sitemap span, div#sitemap a {
  font-size: 11px;
}

/*---------- Content ------------*/
#content .item ul, body#tinymce.mceContentBody ul {
  list-style-type: square;
  padding-left: 30px;
}
#content .item ul li, body#tinymce.mceContentBody ul li {
	margin: 3px 0;
}
#content .item ol, body#tinymce.mceContentBody ol {
  list-style-type: decimal;
  padding-left: 30px;
}

#content .item ul.form {
  list-style-type: none;
  padding-left: 0px;
}

/*-------------------------------------------------------------- 
   Lightbox
--------------------------------------------------------------*/
#overlayLb { 
    background: url(../img/admin/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;

}

* html #overlayLb {
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="../img/overlay.png", sizingMethod="scale");
}

#box {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: none;
	text-align: left;
	border: 1px solid #666;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}

#box #close{
    position:absolute;
    top:6px;
    right:5px;
    cursor:pointer;
}

/**********************************************
 * Immobilien
 * *********************************************/
li.immoOverview {
	margin-top: 40px;
}
span.immoDetail {
  color: #9B937C;
  font-weight: bold;
  display: block;
  margin: 5px 0 5px 0;
}
div.immoOverview {
  margin: 20px 0 20px 0;
}
div.immoOverview div.immoItem {
  width: 100%;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
div.immoOverview span.title {
  margin-bottom: 10px;
}
a.title, span.title {
	color: #515151;
  text-decoration: none;
  font-weight: bold;
}
div.immoOverview div.immoItem div.immoImg {
  float: left;
  width: 150px;
  margin-left:-210px;
}
div.immoOverview div.immoItem div.immoImg img {
  max-width: 170px;
}
div.immoOverview div.immoItem div.immoText {
  float: right;
  width: 440px;
}
div.immoOverview div.immoItem div.immoText a.detail {
  float: right;
  margin-top: 10px;
}

/*******************************
** INTRO
*******************************/
div.introText {
	width: 840px;
	height: 30px;
	padding: 20px 30px;
	background-color: #695548;
	text-align: center;
	margin-bottom: 40px;
}
div.introText span {
	color: white;
	font-family: Verdana;
	font-size: 27px;
	margin-left: 30px;
}
div.introTextTop {
	margin-left:280px;
	margin-top:-35px;
	position:absolute;
	width:600px;
}
div.introTextTop span {
	font-size: 30px;
	color: #695548;
	color: white;
}


/******************************
** Gmap
*******************************/
div.gmap_content {
	text-align: right;
	width: 100%;
}
div.gmap_content a {
	color: #515151;
	text-decoration: none;
}
div.closeGmap {
	position: relative;
	text-align: right;
	padding: 4px;
}
div.closeGmap img {
	cursor: pointer;
}

/***************************************
 * module_imageText
 * ****************************************/ 
div.imageText-left {
  float: left;
  margin: 0 10px 5px 0;
  max-width: 260px;
}
.imageText-left ~ div {
	clear: both;
}
div.module_imageText-left ul, div.module_imageText-left ol {
  margin-left: 260px;
}
div.imageText-right {
  float: right;
  margin: 0 0 5px 10px;
  max-width: 260px;
}
div.imageText_text {
  width: 290px;
}

img.imageText_vertical, img.imageText_horizontal {
  max-width: 400px;
  /*width: 180px;*/
}


/***************************************
 * module_mapText
 * ****************************************/ 
div.mapText_map {
	float: left;
	width: 640px;
}
div.mapText_text {
	clear: both;
	float: right;
	background-color: #C4C1BB;
	width: 630px;
	padding: 5px;
	margin-top: 10px;
}

/***************************************
 * newsline
 * ****************************************/ 
div#newsLineBg {
	position: fixed;
	background-color: transparent;
	bottom: 0;
	margin-left: -40px;
}
div#newsLine {
	background-color: #C74D21;
	border-left: 2px solid grey;
	border-radius: 5px 5px 0 0;
	border-right: 2px solid grey;
	border-top: 2px solid grey;
	font-size: 11pt;
	margin-bottom: 0;
	margin-left: 130px;
	padding: 5px 10px 10px 30px;
	width: 780px;
  display: inline-block;
}
div#newsLine span.headline {
	font-weight: bold;
	margin: 0 0 5px 0px;
	display: block;
}
div#newsLine span.marquee {
	display: block;
    font-style: italic;
    margin-top: 3px;
    float: left;
}
div#newsLine a {
	float: right;
	margin-right: 10px;
	color: black;
	margin-top: 3px;
}

div#newsLine a.moreMargin, div#newsLine span.marquee.moreMargin {
	margin-top: 8px;
}

span#pageHeadline {
	color: #695548;
    float: left;
    font-size: 14pt;
    margin: 10px 0 0 20px;
}

#mainmenu_ul {
	margin-top: 233px;
}

img[src*="http://www.mas-entre-ciel-et-mer.fr/images/pays_de_fayence.gif"] {
	max-width: 600px;
}