/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for wohlfuehl urlaub

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: #b7cee0 url(/static/source/img/body_bg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

object {
	outline: none;
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */
#site {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/* header
--------------------------------------------------------------------- */

#header {
	width: 1000px;
	overflow: hidden;
	position: relative;
}

#header .mask {
	behavior: url(/static/source/js/iepngfix.htc);
	background: url(/static/source/img/header_mask.png) left top no-repeat;
	width: 1000px;
	height: 62px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* site elements (absolute)
--------------------------------------------------------------------- */

#logo {
	width: 320px;
	height: 75px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

#logo img {
	behavior: url(/static/source/js/iepngfix.htc);
}

/* language select */
#languages {
	background: url(/static/source/img/language_bg.png) left top no-repeat;
	width: 40px;
	height: 20px;
	padding: 0 15px 0 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 84px;
	z-index: 3;
}

* html #languages {
	background: #fff;
}

#languages .actualselect {
	width: 23px;
	height: 14px;
	overflow: hidden;
	padding: 3px 0;
	color: #851f52;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}


#languages .selectbutton {
	background: url(/static/source/img/language_selectbutton.gif) left top no-repeat;
	float: left;
	width: 17px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}


#languages .options {
	background: url(/static/source/img/language_options_bg.png) left top no-repeat;
	width: 100px;
	overflow: hidden;
	padding: 5px 0;

	position: absolute;
	left: -45px;
	top: 20px;
	z-index: 3;
}

* html #languages .options {
	background: #fff;
}

#languages .options a {
	display: block;
	width: 63px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 1px 32px 1px 5px;
	text-decoration: none;
	color: #851f52;
	text-align: right;
}



#headerbox {
	background: url(/static/source/img/headerbox_bg.png) left top no-repeat;
	width: 340px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 140px;
	z-index: 3;
}

#headerbox .tab_navigation {
	width: 40px;
	height: 140px;
	overflow: hidden;
	margin: 0;
	float: right;
}

#headerbox .tab_navigation .tab {
	width: 40px;
	height: 39px;
	margin: 0 0 5px 0;
	cursor: pointer;
}

#headerbox .hb_contents {
	width: 300px;
	height: 180px;
	overflow: hidden;
	float: left;
}

#headerbox .hb_contents .hb_content {
	width: 300px;
	height: 180px;
	overflow: hidden;
}

/* headerbox form */
#headerbox .hb_contents .hb_content form {
	width: 280px;
	height: 160px;
	overflow: hidden;
	padding: 20px 0 0 20px;
}

#headerbox .hb_contents .hb_content form .formdata {
	width: 235px;
	height: 160px;
	overflow: hidden;
	float: left;
}

#headerbox .hb_contents .hb_content form .formdata .fd_top {
	background: url(/static/source/img/headerbox_doubleline.gif) left bottom no-repeat;
	width: 235px;
	height: 59px;
	overflow: hidden;
}

#headerbox .hb_contents .hb_content form .formdata .fd_bottom {
	width: 235px;
	height: 88px;
	overflow: hidden;
	padding: 13px 0 0 0;
}

#headerbox .hb_contents .hb_content form p {
	width: 235px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#headerbox .hb_contents .hb_content form label {
	display: block;
	width: 60px;
	height: 14px;
	overflow: hidden;
	padding: 2px 5px 3px 0;
	color: #fff;
	float: left;
}

#headerbox .hb_contents .hb_content form input {
	background: #fff;
	width: 153px;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 2px 5px;
	color: #333;
	float: left;
}

#headerbox .hb_contents .hb_content form select {
	background: #fff;
	width: 165px;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 1px 1px 1px 0;
	color: #333;
	float: left;
}

#headerbox .hb_contents .hb_content form .formsubmit {
	width: 35px;
	height: 35px;
	overflow: hidden;
	padding: 113px 0 0 3px;
	float: left;
}

#headerbox .hb_contents .hb_content form .formsubmit input {
	background: none;
	width: 35px;
	height: 35px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

/* headerbox flash map */
#headerbox .hb_contents .hb_content .flashmap {
	background: url(/static/source/img/headerbox_flash_lines.gif) left top no-repeat;
	width: 260px;
	height: 140px;
	overflow: hidden;
	padding: 2px 0;
	margin: 20px 0 0 20px;
}

/* main navigation
--------------------------------------------------------------------- */

#main_nav {
	width: 660px;
	height: 52px;
	overflow: visible;
	position: absolute;
	left: 340px;
	top: 10px;
	z-index: 110;
}

#main_nav img {
	behavior: url(/static/source/js/iepngfix.htc);
}

#main_nav ul {
	width: 660px;
	height: 52px;
	list-style: none;
	overflow: visible;
}

#main_nav ul li {
	background: url(/static/source/img/mainnav_arrow_down_white.gif) 10px 19px no-repeat;
	display: block;
	width: 165px;
	height: 52px;
	overflow: visible;
	padding: 0;
	position: relative;
	float: left;
}

#main_nav ul li.sfhover, #main_nav ul li.active  {
	background: #fff url(/static/source/img/mainnav_arrow_down_lila.gif) 10px 19px no-repeat;
}

#main_nav ul li a {
	display: block;
	width: 125px;
	height: 18px;
	padding: 11px 10px 23px 30px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	
}

#main_nav ul li em {
	font-style: normal;
	overflow: hidden;
	color: #324c60;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}


/* Ebene 2 (Aufklappen darunter)*/
#main_nav ul li.sfhover ul {
	left: 0;
}

#main_nav ul li ul {
	background: none;
	position: absolute;
	top: 52px;
	left: -9999em;
	overflow: hidden;
	width: 165px;
	height: auto;
	padding: 0;
}

#main_nav ul li ul li {
	background: #fff !important;
	overflow: hidden;
	width: 125px;
	height: auto;
	padding: 0 10px 0 30px;
	margin: 1px 0 0 0;
}

#main_nav ul li.sfhover ul li a {
	display: block;
	background: none;
	overflow: hidden;
	width: 125px;
	height: auto;
	position: relative;
	padding: 3px 0 !important;
	margin: 0;
	color: #324c60;
	text-decoration: none;
	cursor: pointer;
}


#main_nav ul li.sfhover ul li a:hover {
	cursor: pointer;
	color: #801a4d;
}


/* center
--------------------------------------------------------------------- */
#center {
	background: #8caec9 url(/static/source/img/center_bg.gif) left top repeat-x;
	width: 1000px;
	overflow: hidden;
}


/* Social bookmark
--------------------------------------------------------------------- */
#toolbar {
	background: url(/static/source/img/toolbar_bg.gif) left top repeat-x;
	width: 335px;
	height: 16px;
	overflow: hidden;
	padding: 5px 0 0 665px;
}

/* general elements (teaser, enquirebox...)
--------------------------------------------------------------------- */
.teaser {
	background: url(/static/source/img/teaser_bg.gif) left top no-repeat;
	width: 305px;
	height: 196px;
	overflow: hidden;
	padding: 0 0 0 15px;
	cursor: pointer;
}

.teaser .image {
	width: 145px;
	height: 166px;
	overflow: hidden;
	margin: 15px 0 0 0;
	float: left;
}

.teaser .t_text {
	width: 140px;
	height: 168px;
	overflow: hidden;
	padding: 13px 10px 0 10px;
	float: left;
}

.teaser .t_text h3 {
	width: 140px;
	overflow: hidden;
	color: #993366;
	margin: 0 0 7px 0;
}

.teaser .t_text h3 a {
	text-decoration: none;
	color: #993366;
}

.teaser .t_text .location {
	width: 140px;
	overflow: hidden;
	color: #204e77;
	text-decoration: underline;
	margin: 0 0 7px 0;
}
.teaser .t_text p {
	width: 140px;
	overflow: hidden;
	color: #204e77;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	width: 960px;
	overflow: hidden;
	padding: 27px 20px 20px 20px;
	color: #37648c;
}

#footer .f_linklist {
	width: 960px;
	overflow: hidden;
}

#footer .f_linklist .f_links {
	width: 180px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	color: #34648c;
}

#footer .f_linklist .f_links h3 {
	width: 192px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
	color: #34648c;
}

#footer .f_linklist .f_links ul {
	width: 192px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .f_linklist .f_links ul li {
	width: 192px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .f_linklist .f_links a {
	overflow: hidden;
	color: #34648c;
	text-decoration: none;
}

#footer .f_bottom {
	width: 960px;
	height: 14px;
	overflow: hidden;
	margin: 25px 0 0 0;
}


#footer .f_bottom .copytext  {
	height: 14px;
	overflow: hidden;
	padding: 0 18px 0 0;
	color: #34648c;
	float: left;
}

#footer .f_bottom .fb_links  {
	height: 14px;
	overflow: hidden;
	padding: 0 18px 0 0;
	color: #34648c;
	float: left;
}

#footer .f_bottom .fb_links a {
	overflow: hidden;
	color: #993366;
	text-decoration: none;
	margin: 0 10px;
}

