/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/



/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #303030;
	font-size: 12px;
	line-height: normal;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
input, select, textarea {
	border: 1px solid #303030;
	margin-bottom: 1px;
}
h1 {
	margin: 0;
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
h2,
h2 a,
h2 a:hover {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #c00;
}
h3,
h3 a,
h3 a:hover {
	margin: 10px 0 5px 0;
	font-size: 12px;
	text-decoration: none;
	color: #303030;
}

hr {
	margin: 5px 0 5px 0;
	padding: 0;
	border-bottom:1px solid #303030;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
#my-body {
	background: #fff;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	float: left;
	margin: 4px 0 0 5px;
	width: 1046px;
	text-align: left;
	background: #fff;
}
#wrapper {
	float: left;
	width: 800px;
	text-align: left;
	background: #ecf2d0;
}
#header {
	height: 60px;
	background: #fff;
}
#header a {
	outline: none;	
}
#banner {
	float: left;
}
img#logo_leukerbad {
	margin: 60px 0 0 55px;	
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
/*first navi*/
#navigation {
	float: left;
	text-align:left;
	width: 220px;
	margin: 4px 0 0 0;
	overflow: hidden; 
}
#navigation .navigation {
	margin: 0;
}

#navigation .navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#navigation .navigation li.level0 {
	width: 200px;
	border-top: 1px dotted #800000;
	margin: 11px 0 0 0;
	padding: 11px 0 0 0;
}
#navigation .navigation li.level0 a {
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	color: #800000;
}
#navigation .navigation li.level1 {
	width: 200px;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
}
#navigation .navigation li.level1 a {
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 22px;
	color: #800000;
}
#navigation .navigation li a:hover {
	color: #518a6b;
}
#navigation .navigation li.current a {
	color: #518a6b;
	font-weight: bold;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	width: 550px;
	float: left;
	display: inline;
	overflow: hidden;   
	min-height: 750px;
	background: #fff;
	padding: 14px 15px 20px 15px;
	background: #fff;
}

/* IE hack for min-height */
* html #content {
	height: 750px;
}

#content .introduction {
	font-weight: normal;	
}
#content .module-content {
	width: 548px;
	overflow: hidden;	
}
#content h1 {
	color: #fff;
	line-height: 46px;
	padding: 0 0 0 65px;
	background: url(img/h1_back.gif) no-repeat left center;	
}
#content table {
	border-collapse: collapse;	
}
#content th {
	padding: 3px 5px 3px 0;
	border-bottom: 1px solid #c0c0c0;
}
#content td {
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #c0c0c0;
}
#content a {
	text-decoration: none;
	color: #800000;
}
#content a:hover {
	text-decoration: none;
	color: #ffa500;
}
#content ul,
#content li,
#content ol {
	margin: 0;
	padding: 0;
}
#content li {
	margin: 2px 0 2px 13px !important;
}
#content p {
	margin: 0 0 5px 0;	
}
/*******************************************************************************/


/************************************ Modules **********************************/

/* Listing */
div.module-content div.listing_entry {
	float: left;
	width: 548px;
	margin: 0 0 20px 0;	
}
div.module-content div.listing_entry h2 {
	width: 543px;
	background: #9a9180;
	color: #fff;
	font-size: 12px;
	padding: 0 0 2px 5px;
	margin: 0 0 5px 0;
	line-height: 20px;
	overflow: hidden;
}
div.module-content div.listing_entry img {
	margin-top: -5px;
}
div.module-content div.listing_entry div.listing_controls {
	float: left;
	margin-right: 20px;
}
.float_left_no_margin {
	float: left;
	margin-right: 20px;
}

/* Mailform */
div.mailform_element h2 {
	font-size: 12px;
	color: #303030;
	margin: 10px 0 5px 0;	
}
div.mailform_element.room_select {
	float: left;
	width: 50%;
	margin: 0 0 5px 0;
}

/*******************************************************************************/

/************************************ Portlets *********************************/
div#headpic {
  float: left;
  display: inline;
  width: 800px;
  height: 60px;
  margin: 0;
  padding: 0;
}
div#portlet-language-switcher {
	margin: 30px 0 0 0;
	float: right;
	display: inline;
}
div#portlet-language-switcher h1.portlet-title {
	display: none;
}

/*******************************************************************************/


/******************************** Additional stuff *****************************/
#footer_wrapper {
	float: left;
	width: 1046px;
	background: #fff;
	padding: 0 0 15px 0;
}
.footer {
	width: 580px;
	height: 33px;
	background: #aad0ab;
	padding: 7px 0 0 220px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
.footer a {
	color: #800000;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	color: #ffa500;	
}
.footer span {
    display: none;
}
/*******************************************************************************/

