/* @override 
	http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css
	
*/

* {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	/*line-height:15px;*/
	margin:0;
	padding:0;
	/*text-align: center;*/
}

body, html {
	background: #77A2B5 none repeat scroll 0 0;
	
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	/*line-height:15px;*/
	margin:0;
	padding:0;
	/*text-align: center;*/
}

h1 {
	color: #666666;
	margin:  0px auto 0;
	text-indent:20px;
	font-size:14px;
	font-weight: bold;
	padding-top: 20px;
	
}

body {
		
}

/* My Comment */

/* @group My Group */



/* @end */



/* =========== T I T L E_P I C T U R E===========
   =================================== */

#title_picture {
     width: 965px;
     text-align: left;
     margin:  50px auto 0;
     height: 283px;
     margin-bottom: 10px; /*Internet Explorer 8*/
}




/* =========== M E N U E S ===========
   =================================== */

/* _________ M A I N M E N U __________ */
#mainmenu {
	width:  765px;
	text-align: left;
	margin:  0 auto 0px;
	height: 25px;
}
#mainmenu ul {
   padding:0;
   margin:0;
   margin-bottom:10px;
}

#mainmenu li {
	list-style:none;
	float:left;
	margin-left:-1px;
	margin-top:-7px;
}

#mainmenu a, #mainmenu a:link {
	font-size:14px;
	text-decoration:none;
	font-weight:lighter;
	color: #fff;
	background-color:#77A2B5;
	text-transform: uppercase;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
}
#mainmenu a:hover, #mainmenu a:active {
	font-size:14px;
	text-decoration:none;
	font-weight:lighter;
	color:#77A2B5 !important;
    	background-color: #fff !important;
	text-transform: uppercase;
}

#mainmenu .menu-act a, #mainmenu .menu-act a:link, #mainmenu .menu-act a:visited, #mainmenu .menu-act a:active {
    /* color: #FFFFFF;
    background-color: #77A2B5 !important; */
     color: #77A2B5 !important;
     background: #FFFFFF;
}


/* _________ M E N U  L E F T __________ */
#menu_left {
        clear:both;
	float: left;
	font-size:12px;
	margin:  0px auto 0;
	text-align:left;
	padding-left: 0px;
	margin-top: 20px;
	display: block;
	background-color:#fff !important;
	width:80px;
}
#menu_left li {
	list-style:none;
	float:left;
}



#menu_left a, #menu_left a:link, #menu_left a:visited {
	display:block;
	line-height: 18px;
	padding-left:10px;
	width: 89px;
	height: 20px;
	font-size: 12px;
	text-decoration:none;
        color: #77A2B5;
        background-color: #FFFFFF;
	font-weight: normal;
}

#menu_left a:active, #menu_left a:hover  {
	display:block;
	line-height:18px;
	padding-left: 10px;
	width: 89px;
	height: 20px;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
    color: #FFFFFF;
    /*color: #77A2B5;*/
    background-color: #77A2B5;
    /*background: #FFFFFF;*/
}

#menu_left .menu-act a, #menu_left .menu-act a:link, menu_left .menu-act a:visited, menu_left .menu-act a:active {
    color: #FFFFFF !important;
    background-color: #77A2B5 !important;
    /* color: #77A2B5 !important;
     background-color:#fff ; */
}

/* =========== C E N T E R _ C O N T A I N E R===========
   =================================== */


#center_container {
        clear:both;
	width:  968px;
	margin:  -6px auto 0;
	background-color: #FFFFFF !important;
	
	
	
    
}




/* =========== C O N T E N T ===========
   =================================== */

#content {
	
	width: 868px;
	margin:  0px auto 0;
	margin-left: 99px;
	text-align:left;
	background-color: #FFFFFF !important;
	border-left: 1px solid #77A2B5;
	padding-bottom: 10px;
      
}

p.bodytext {
   color:#333333;
   background-color:#fff;
   border-left: 1px solid #77A2B5;
   margin-left: -1px;
   padding-left:60px;
   padding-top:20px;
   padding-bottom:20px;
  
}


/* =========== B O T T O M ===========
   =================================== */
   
   
/* =========== P O W E R M A I L ===========
   =================================== */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed
	background-color: red;*/
	
	/*background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);*/
	/*background-repeat: no-repeat;*/
	background-position: 98% 1px;
	}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	
	border: none;
	
	background-color: #ffffff;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	margin:  0 0;
    padding-top: 20px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	border: 1px solid #77A2B5;
	width: 260px;
	
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset select.powermail_countryselect {
	/* Select countryzone */
	border: 1px solid #77A2B5;
	width: 260px;
	
}



div.countryzone {
	
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #fff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	
	margin: 0;
}








/* _________ K O N T A K T F O R M U L A R __________ */


/* Formular */



fieldset.csc-mailform {
  border:0;
  background-color: #FFFFFF;
	
}

fieldset.csc-mailform label {
  width: 100px;
  float: left;
  text-align: right;
  margin-left: 10px;
  margin-right: 10px;
  display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea  {
	margin-bottom: 10px;
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
	
 }
fieldset.csc-mailform textarea {
overflow: auto;
	scrollbar-arrow-color: #FF9900;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #FF9900;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #996600;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #000000;
}

/* _________ DIRS21 B U C H U N G S B O X __________ */

div.bookingbox {
	padding-left: 20px;
	
}

/* _________ G O O G L E M A P __________ */

div.googlemap {
	padding-left: 65px;
	padding-bottom:  20px;
}


