* {
    font-family: Arial, sans-serif;
    margin: 0px;
}

body {
    text-align:center;
}

div.swuk_container{
    width: 960px;
    margin:0px auto;
    background-color: #ffffff;
    text-align: left;
}

div.swuk_header{
}

div.swuk_home_container {
	position: relative;
}

a.homeurl {
	display:block;
	height:140px;
	left:28px;
	position:absolute;
	top:-275px;
	width:203px;
	z-index: 100;
	*background: red;
	opacity:0;
	*filter:alpha(opacity=0);
}

div.swuk_main{
    float: left;
    background-color: #ffffff;
    width: 960px;
    /*_width:700px;*/
    _text-align: right;
}

div.swuk_menu_container {
	clear: left;
	float:left;
	width: 180px; 
}

div.swuk_season_switch {
	width: 180px;
	float: left;
}
div.swuk_season_switch a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	height: 24px;
	text-align: left;
	font-weight: bold;
}

div.swuk_season_switch a.summer-active {
	background: transparent url(/static/i/uk-special/summer-active.gif) no-repeat;
	float: left;
	width: 82px;
	*width: 91px;
	padding: 2px 0px 0px 8px;
	*padding: 2px 0px 0px 8px;
}

div.swuk_season_switch a.winter-active {
	background: transparent url(/static/i/uk-special/winter-active.gif) no-repeat;
	float: left;
	width: 82px;
	padding: 2px 0px 0px 8px;
}

div.swuk_season_switch a.summer-inactive {
	background: transparent url(/static/i/uk-special/summer-inactive.gif) no-repeat;
	font-size: 14px;
	float: left;
	width: 79px;
	padding: 2px 0px 0px 8px;
}

div.swuk_season_switch a.winter-inactive {
	background: transparent url(/static/i/uk-special/winter-inactive.gif) no-repeat;
	font-size: 14px;
	float: left;
	width: 79px;
	padding: 2px 0px 0px 8px;
}

.swuk_language {
	color:#898989;
	font-size:13px;
	float: left;
	width: 140px;
	*width: 105px;
	padding-top: 4px;
	padding-left: 48px;
	*padding-left: 0px;

}

.swuk_language a {
	text-decoration: none;
	color: #898989;
}

div.swuk_quicklinks {
	width: 540px;
	*width: 590px;
	float: left;
	padding-left: 48px;
}

div.swuk_quicklinks a {
	display: block;
	background: url(/static/i/uk-special/quicklinks-bg-summer.gif) repeat-x;
	color: #fff;
	float: left;
	border-left: solid 1px #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 2px 0px;
	width: 134px;
	text-align: center;
	font-weight: bold;
}

body.active-26064 div.swuk_quicklinks a.qlink-book,
body.active-25997 div.swuk_quicklinks a.qlink-request,
body.active-25859 div.swuk_quicklinks a.qlink-package,
body.active-36415 div.swuk_quicklinks a.qlink-brochure,
div.swuk_quicklinks a:hover {
	text-decoration: underline;
}

body.swuk_season_summer div.swuk_quicklinks a {
	background: url(/static/i/uk-special/quicklinks-bg-summer.gif) repeat-x;
}

body.swuk_season_winter div.swuk_quicklinks a {
	background: url(/static/i/uk-special/quicklinks-bg-winter.gif) repeat-x;
	
}

body.swuk_season_summer div.swuk_quicklinks a.qlink-book {
	background: url(/static/i/uk-special/quicklinks-book-bg-summer.gif) repeat-x 15px 0px;
}


body.swuk_season_winter div.swuk_quicklinks a.qlink-book {
	background: url(/static/i/uk-special/quicklinks-book-bg-winter.gif)  repeat-x 15px 0px;
}

body.swuk_season_summer div.swuk_quicklinks a.qlink-request {
	background: url(/static/i/uk-special/quicklinks-request-bg-summer.gif) repeat-x 0px 0px;
}

body.swuk_season_winter div.swuk_quicklinks a.qlink-request {
	background: url(/static/i/uk-special/quicklinks-request-bg-winter.gif)  repeat-x 0px 0px;
}

body.swuk_season_summer div.swuk_quicklinks a.qlink-package {
	background: url(/static/i/uk-special/quicklinks-package-bg-summer.gif) repeat-x 0px 0px;
}

body.swuk_season_winter div.swuk_quicklinks a.qlink-package {
	background: url(/static/i/uk-special/quicklinks-package-bg-winter.gif)  repeat-x 0px 0px;
}

body.swuk_season_summer div.swuk_quicklinks a.qlink-brochure {
	background: url(/static/i/uk-special/quicklinks-brochure-bg-summer.gif) repeat-x 0px 0px;
}

body.swuk_season_winter div.swuk_quicklinks a.qlink-brochure {
	background: url(/static/i/uk-special/quicklinks-brochure-bg-winter.gif)  repeat-x 0px 0px;
}

/* ******************** */
/* Search               */
/* ******************** */

table.search_box {
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

table.search_box td.search_box_title {
	display: none;
}

table.search_box td input.search_box_input {
	width: 100px;
	font-size: 11px;
	margin-left: 30px; 
	border: 1px solid #898989;
}

.swuk_season_winter table.search_box td input.search_box_input {
	border: 1px solid #8b8b8b;
}

.swuk_season_summer table.search_box td input.search_box_input {
	border: 1px solid #A57C52;
}

table.search_box input.search_box_submit { 
	width: 50px;
	font-size: 11px;
	background-color: #fff;
	font-weight: bold;
	height: 18px;
	margin-left: 2px;
	padding-bottom: 2px;
}

.swuk_season_winter table.search_box input.search_box_submit { 
	border: 1px solid #2288AF;
	color: #2288AF;
}

.swuk_season_summer table.search_box input.search_box_submit { 
	border: 1px solid #736257;;
	color: #736257;
}

div.swuk_menu {
	padding-left: 20px; 
	padding-top: 30px;
	display: block;
	_text-align: left;
}

div.swuk_menu a {
    display: block; 
    text-decoration: none;
    
}
div.swuk_menu-0,
div.swuk_menu-0-active {
	padding-left: 20px;
}

div.swuk_menu-0 a{
	color: #a57c52;
	font-size: 14px;
	margin-bottom: 12px;
}

div.swuk_menu-1 {
	padding-left: 10px;
}


div.swuk_menu-1 a{
	color: #887362;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 6px;
	padding: 1px 0px 1px 20px;
	background: url(/static/i/uk-special/menu-level-1-bg.gif) no-repeat 10px 6px;
}

body.swuk_season_summer div.swuk_menu-1 a{
	background: url(/static/i/uk-special/menu-level-1-bg-summer.gif) no-repeat 10px 6px;
}

body.swuk_season_winter div.swuk_menu-1 a{
	background: url(/static/i/uk-special/menu-level-1-bg-winter.gif) no-repeat 10px 6px;
}

div.swuk_menu-0 a:hover, 
div.swuk_menu-0 a.active
div.swuk_menu-1 a:hover, 
div.swuk_menu-1 a.active  { 
	font-weight: bold;
}

body.swuk_season_summer div.swuk_menu-1 a.active {
	border: solid 1px #c7b299;
}

body.swuk_season_winter div.swuk_menu-1 a.active {
	border: solid 1px #8b8b8b;
}

div.swuk_menu-2 a{
	color: #898989;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 12px;
	background: url(/static/i/uk-special/menu-level-2-bg.gif) no-repeat 4px 5px;
}

div.swuk_menu-2 a:hover, 
div.swuk_menu-2 a.active { 
    font-weight: bold;
}

div.swuk_menu-0-active a {
    color: #a57c52;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
}

div.swuk_menu-1-active a {
	color: #887362;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 12px;
	background: url(/static/i/uk-special/menu-level-1-bg-active.gif) no-repeat 10px 6px;   
}

div.swuk_menu-2-active a{
	color: #887362;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 8px;
	background: url(/static/i/uk-special/menu-level-1-bg-active.gif) no-repeat 0px 6px; 
}


.swuk_content_container {
    margin-left: 230px;
    _margin-left: 226px;
    margin-top: 30px;
    _margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #898989;
    _text-align: left;
    position: relative;
}

.swuk_content_container td{   
    font-size: 13px;
    color: #898989;    
}

.swuk_content {
	_width:700px;
	/*_margin-top: 29px;
	padding-top: 24px;*/
	overflow: hidden;
}

.swuk_gallery {
	/*border-top: 1px solid #c7b299;*/
	width: 163px;
	margin-top: 22px;
	_margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 45px;
	_margin-left: 22px;
	float: right;
}

.swuk_season_winter .swuk_gallery {
	/*border-top: 1px solid #c5ecfb;*/
	width: 163px;
	margin-top: 22px;
	_margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 45px;
	margin-left: 22px;
	float: right;
}

.swuk_gallery .gallery a img{
border: none;
margin-bottom: -9px;
}

.swuk_content_right {
    padding: 5px;
    background-color: #6dcff6;
    width: 150px;
    margin-top: 22px;
    _margin-top: 40px;
    float: right;
}
.swuk_content_right * {
    color: #fff;
    font-size: 13px;
}
.swuk_season_summer div.swuk_content_right {
    background-color: #a57c52;
}

.swuk_season_winter div.swuk_content_right {
    background-color: #6dcff6;
}


.swuk_content h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.swuk_content h2 {
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 10px;
}

.swuk_content h3 {
    color: #898989;
    margin-bottom: 13px;
    font-size:16px;
    font-weight:400;
    line-height:18px;
    font-weight: normal;
}


.swuk_content h4 {
    font-size: 132px;
    font-weight: bold;
    margin-bottom: 8px;
}

.swuk_content h5 {
    font-size: 13px;
    color: #898989;
    font-weight: bold;
     margin-bottom: 8px;
}


.swuk_content ul {
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    
}

.swuk_content li {
    font-size: 13px;
    color: #898989;
    background: url(/static/i/uk-special/menu-level-1-bg-winter.gif) no-repeat 0px 8px;
    list-style: none;
    line-height: 1.5em;
    padding-left: 8px;
}
.swuk_footer{
    margin-left: 30px;
    _width: 900px;
}

/* ******************** */
/* Start-Side           */
/* ******************** */

.swuk_start_content {
    margin-left: 230px;
    margin-top: 40px;
    _width: 700px;
    padding-right: 30px;
    _text-align: left;
    position: relative;
}

.swuk_start_content_opener {

    color: #898989;
    line-height:1.52em; 
}


.swuk_start_content_bottom {
    font-size: 13px;
    color: #898989;
}

.swuk_start_content_bottom table{
    margin-top: 25px;
    margin-bottom: 30px;
}


.swuk_start_content_bottom td {
    font-size: 13px;
    color: #898989;
    vertical-align: top;
}

.swuk_start_content_bottom a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.swuk_start_content_bottom h3 {
    font-size: 14px;
    color: #616161;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}

.swuk_start_footer{
    margin-left: 30px;
    _width: 930px;
}


 
   /*--------------*/
  /*-Start-Summer-*/
 /*----Colors----*/



.swuk_start_content {
    background: url(/static/i/summer/wellness.jpg) no-repeat;
    background-position: bottom right;
}

.swuk_start_content_opener {
    color: #898989; 
}

.swuk_start_content_bottom {
    border-top: 1px solid #c7b299;
}
.swuk_start_content_opener a,
.swuk_start_content_bottom a {
    color: #a57c52;
}

.swuk_start_footer{
    border-top: 1px solid #c7b299;
}

div.swuk_start_content_opener h1 {
	color: #A57C52;
	font-size: 18px;
}

 
   /*--------------*/
  /*-Start-Winter-*/
 /*----Colors----*/

.swuk_season_winter .swuk_start_content {
    background: url(/static/i/winter/girl-with-flower.jpg) no-repeat;
    background-position: bottom right;
}

.swuk_season_winter .swuk_start_content_opener {
    color: #898989; 
}

.swuk_season_winter .swuk_start_content_bottom {
    border-top: 1px solid #c5ecfb;
}

.swuk_season_winter .swuk_start_content_opener a,
.swuk_season_winter .swuk_start_content_bottom a {
    color: #2288AF;
}

.swuk_season_winter .swuk_start_footer{
    border-top: 1px solid #c5ecfb;
}

.swuk_season_winter div.swuk_start_content_opener h1 {
	color: #2288AF;
	font-size: 18px;
}

   /*--------------*/
  /*-Start-Winter-*/
 /*--Colors-END--*/ 
 
.cleaner {
    clear: both; 
    font-size:1px; 
    height: 1px;
}

.swuk_footer{
	margin-left: 30px;
	margin-right: 30px;
}


.swuk_schwarz_logo {
	float: left;
	display: block;
	padding:19px 10px 10px 0px;
}


/* ***************** */
/* Adress            */
/* ***************** */
.swuk_adress {
	display: block;
	margin-left:191px;
	*margin-left:100px;
	padding-right: 20px;
	margin-top: 15px;
	font-size: 11px;
	color: #616161;
	font-weight: normal;
	float: left;
	text-align: left;
}

.swuk_adress h4 {
	font-size: 11px;
	font-weight: bold;
}

.swuk_adress a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.swuk_adress_tel {
	font-size: 11px;
	color: #a57c52;
	font-weight: bold;
}

.swuk_partner {
	padding-top: 10px;
	float: right;
}


   /*--------------*/
  /*--- Summer ---*/
 /*--------------*/
body {
    background-color: #c7b299;
}

.swuk_opener{
    color: #C0C0C0;
}

.span_color{
    color: #736257;
}

.swuk_season_summer div.swuk_content h1,
.swuk_season_summer div.swuk_start_content h1{
    border-bottom:1px solid #C7B299;
    color:#736257;
}

.swuk_season_summer .swuk_content h2,
.swuk_season_summer div.swuk_start_content h2 {
    color: #a57c52;
}
.swuk_season_summer div.swuk_start_content h4,
.swuk_season_summer .swuk_content h4 {
    color: #a57c52;
}

.swuk_season_summer .swuk_content a{
    color: #a57c52;
    font-weight: bold;
}


.swuk_adress h4 {
    color: #a57c52;
}

.swuk_adress a {
    color: #a57c52;
}

.swuk_adress_tel {
    color: #a57c52;
}

/*--summmer-menu--*/

div.swuk_menu-0 a{
    color: #a57c52;
}

div.swuk_menu-1 a{
    color: #887362;
}

div.swuk_menu-0-active a{
    color: #a57c52;
}

div.swuk_menu-1-active a{
    color: #887362;
}

.swuk_footer{
	clear: both;
    border-top: 1px solid #c7b299;
}
 
/* ******************* */
/* Winter              */
/* ******************* */
 
.swuk_season_winter .swuk_opener{
color: #C0C0C0;
}

.swuk_season_winter .span_color{
color: #2288AF;;
}

.swuk_season_winter div.swuk_content a{
    color: #2288AF;;
    font-weight: bold;
}

div.swuk_content h1 {
    margin-top: 0px;
}

.swuk_season_summer div.swuk_content h1 {
	border-bottom:1px solid #C7B299;
	color:#736257;
}

.swuk_season_winter div.swuk_content h1 {
	border-bottom: 1px solid #c5ecfb;
	color: #0076a3;
}


.swuk_season_winter .swuk_content h2 {
	color: #616161;
}

.swuk_season_winter .swuk_content h4 {
	color: #2288AF;;
}

.swuk_season_winter .swuk_adress h4 {
	color: #2288af;
}

.swuk_season_winter .swuk_adress a {
	color: #2288af;
}

.swuk_season_winter .swuk_adress_tel {
	color: #2288af;
}

/*--winter-menu--*/

.swuk_season_winter div.swuk_menu-0 a{
	color: #2288af;
}

.swuk_season_winter div.swuk_menu-1 a{
	color: #8b8b8b;
}

.swuk_season_winter div.swuk_menu-0-active a{
	color: #2288af;
}

.swuk_season_winter div.swuk_menu-1-active a{
	color: #8b8b8b;
}

.swuk_season_winter .swuk_footer{
	border-top: 1px solid #c5ecfb;
}

.swuk_season_winter {
	background-color: #68bbdf;
}

div.module-legal-privacy {
	padding-top: 25px;
}

/* Sitemap */

.swuk_season_summer table.module-sitemap td.content a.level-0{
	text-decoration: none;
	color: #736257;
}

.swuk_season_winter table.module-sitemap td.content a.level-0{
	text-decoration: none;
	color: #2288AF;
}

table.module-sitemap td.content a.level-1{
	text-decoration: none;
	color: #898989;
	font-weight: normal;
}

table.module-sitemap td.content a.level-2{
	text-decoration: none;
	color: #898989;
	font-weight: normal;
}


/* ******************* */
/* Parnterlinks        */
/* ******************* */

div.swuk_footer_verticalborder {
	width: 1px;
	height: 50px;
	float: left;
}

body.swuk_season_summer div.swuk_footer_verticalborder {
	border-left: solid 1px #C7B299;
}

body.swuk_season_winter div.swuk_footer_verticalborder {
	border-left: solid 1px #898989;
}

div.swuk_partner {
	width: 390px;
	
}

div.swuk_partner img{
	float: left;
}

div.swuk_partner a {
	display: block;
	height: 46px;
	float: left;
	margin-top: 10px;
}


div.swuk_partner a.bwha {
	background: url(/static/i/uk-special/parnter/bwha.gif) no-repeat right 0px;
	width: 107px;
}

div.swuk_partner a.bwha:hover {
	background: url(/static/i/uk-special/parnter/bwha.gif) no-repeat right -46px;

}

div.swuk_partner a.golf {
	background: url(/static/i/uk-special/parnter/golf-mieming.gif) no-repeat right 0px;
	width: 107px;
}

div.swuk_partner a.golf:hover {
	background: url(/static/i/uk-special/parnter/golf-mieming.gif) no-repeat right -46px;
}

div.swuk_partner a.psr {
	background: url(/static/i/uk-special/parnter/psr.gif) no-repeat right 0px;
	width: 107px;
}

div.swuk_partner a.psr:hover {
	background: url(/static/i/uk-special/parnter/psr.gif) no-repeat right -46px;
}

div.swuk_partner a.healthandspa {
	background: url(/static/i/uk-special/parnter/health-and-spa.gif) no-repeat right 0px;
	width: 65px;
}

div.swuk_partner a.healthandspa:hover {
	background: url(/static/i/uk-special/parnter/health-and-spa.gif) no-repeat right -46px;
}

/* ********************** */
/* Gallery           	  */
/* ********************** */

img.gallery {
	border: 0px;	
}


/* ********************** */
/* RC Button        	  */
/* ********************** */
.swuk_season_summer div.reservas {
	background-color: #c7b299;	
}

.swuk_season_winter div.reservas {
	background-color: #65B6DA;	
}

div.reservas {;
	margin-left: 20px;
	*margin-left: 15px;
	padding: 10px;
	float: left;
	width: 144px;
}

div.reservas a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	font-size: 13px;
	text-align: left;
}


a.reservas,
a.reservas-phone,
a.reservas-mail {
	display: block;
	float: left;
	color: #fff;	
	text-decoration: none;
	font-size:14px;
	width: 121px;
}
div.reservas img {
	margin-top: 5px;
}

div.reservas a.reservas-phone{
	background: url(/static/i/uk-special/reservas-phone.gif) no-repeat 0px 4px;
	padding: 5px 0px 5px 25px;

	font-weight: bold;
	color: #fff;
	font-size:12px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}

div.reservas a.reservas-mail{
	background: url(/static/i/uk-special/reservas-mail.gif) no-repeat left 4px;
	padding: 0px 0px 5px 25px;
	font-weight: bold;
	color: #fff;
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* RC Button auf Startseite ausblenden */

body.active-25593 div.reservas {
	display: none;
}
