/* Globales CSS ******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0px white solid;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	color: #222222;
	text-align: center;
	background-color: #FFFFEB;
}

a {
	color: #4B4A48;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1, h2 {
	display: none;
}

h4{
padding-top:15px;
}

input,
textarea,
select {
	font-family:		arial,sans;
	background-color:	#F3F9EB;
	border:				1px solid #D8D8D6;				
}



/* main ******************************************************************************************************/
.main {
	position: relative;
	margin: 0 auto;
	width: 780px;
	background: url("../images/logo.jpg") 0px 20px no-repeat;
	padding-top: 80px;
}

.shadow_top_right {
	float:right;
	background: url("../images/shadow_top_right.gif") no-repeat right;
	margin:-10 -10;
	width:10px;
	height:10px;
}
.shadow_bottom_right {
	float:right;
	background: url("../images/shadow_bottom_right.gif") no-repeat;
	margin:-10 -10;
	width:10px;
	height:10px;
}
.shadow_bottom_left {
	float:left;
	background: url("../images/shadow_bottom_left.gif") no-repeat;
	margin:-10 -10;
	width:10px;
	height:10px;
}
.shadow_right{
	background-color:black;
	padding-right:10px;
	background: url("../images/shadow_right.gif") repeat-y right;
}
.shadow_bottom {
	background-color: black;
	background: url("../images/shadow_bottom.gif") repeat-x;
	padding:10px;
	margin-left:10px;
}


/* language selector ******************************************************************************************************/
.language {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 20px;
	padding-right:10px;
	background: white;
	list-style-type: none;
	font-size: 0.85em;
	text-align: right;
	margin-right:10px;
}
.language li {
	display: inline;
	padding: 2px 10px 3px 30px;	
	background: 10px center no-repeat white;	
}
.language li.de {background-image: url("../images/language_de.gif");}
.language li.en {background-image: url("../images/language_en.gif");}
.language li.ru {background-image: url("../images/language_ru.gif");}




/* logo ******************************************************************************************************/
.logo {
	width: 100%;
	height: 210px;
	background: center 10px no-repeat white;	
	display: block;
}
	
.hotel .logo		{background-image: url("../images/hotel.jpg");}
.restaurant .logo	{background-image: url("../images/restaurant.jpg");}
.home .logo		{background-image: url("../images/home.jpg"); height:367px;}
.tagung .logo		{background-image: url("../images/tagung.jpg");}
.kontakt .logo		{background-image: url("../images/kontakt.jpg");}
.anreise .logo		{background-image: url("../images/anreise.jpg");}
.wellness .logo		{background-image: url("../images/wellness.jpg");}
.hochzeit .logo		{background-image: url("../images/hochzeit.jpg");}




/* top-navi ******************************************************************************************************/
.navigation {
	border: 10px solid white;
	margin: 0px;
	list-style-type: none;
	background-color: #00773c;
	text-align:	center;
	padding: 0.7em 0;
	font-size: 1.1em;
}

.navigation li {
	display: inline;
	margin-right: 15px;
	padding-left: 15px;
	border-left: 1px solid darkblue;
}
		
.navigation li.first {
	border-left: 0px solid darkblue;
}
	
.navigation li.active a, .navigation li.active a:hover {
	color: white;
}
	
.navigation a, .navigation a:hover {
	color: darkblue;
}	
	




.center {

	overflow: hidden;
	background-color: white;
}
	
	

	
/* left-navi ******************************************************************************************************/
.leftnavigation{
	list-style-type: circle;
	list-style-position:inside;
	color:lightgrey;
	width: 150px;
	padding: 0 0 190 0;

	float: left;
	text-align:	left;
	background: url("../images/seepark.jpg") bottom center no-repeat;
}
.leftnavigation li.first{
	border:0px;
	list-style-type: none;
	font-size: 1em;
	color:black;
}
.leftnavigation li {
	border-top: 1px dashed lightgrey;
	margin-left: 20px;
	font-size: 0.83em;
}	
.leftnavigation li.active a, li.active {
	font-weight: bold;
	list-style-type: disc;
}
.leftnavigation li.even {
	background: url("../images/navi_background.gif") repeat-y;
}



	
/* content  ******************************************************************************************************/
.content {
	padding: 20px;
	text-align: justify;
	overflow: hidden;
/*	float: left;*/
	width: 100%;
	max-width:420px;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
/*	height: 100%;
position: relative;*/
}

.mail {
	padding : 5px;
	border : 1px solid grey;
	background-color: lightgrey;
	font-size: 0.85em;
	font-style:italic;
	color: grey;
}
	
/* right portlets  ******************************************************************************************************/
.right {
	border: 1px solid white;
	width: 150px;
	float: right;
	font-size: 10px;
	text-align:	left;

}
.weather {
	width: 100%;
	height: 120px;
	background: center 5px no-repeat white;	
	display: block;
}
.mostly_cloudy	{background-image: url("../images/weather/partlycloudy.jpg");}
.mostly_clear	{background-image: url("../images/weather/mostly_clear.jpg");}

.temperatur {
	padding: 92 0 0 18;
}


.clear {
	font-size: 0px;
	height: 1px;
	clear: both;
	line-height: 0px;	
}

.galerie{
	width:150px;
	list-style-type:none;
}

.galerie li {
	text-align:right;
	padding-right:10px;
	padding-bottom:2px;
	
	list-style-type:none;
}


	
/* footer  ******************************************************************************************************/
.footer {
	clear: both;
	margin-top:-10px;
	border-bottom: 10px solid #FFFFEB;
	overflow: hidden;
	font-size: 0.7em; 
	list-style-type: none;
}

.footer li {
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid black;
}
		
.footer li.first {
	border-left: 0px solid white;
}
 
 




 
 

/* Druckansicht ***********************************************************************************************************************/
@media print {
  /* size:landscape; */

	.header, .navi_main, .navi_sub, .footer li {
		display: none;
	}

	h1, .footer li.first {
		display: block;
	}
	
	h3 , h4 {
		margin-bottom: 5px;
	}
	
	.main {
		text-align: left;
		width: 100%;
	}
	
	.content {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px;
		width: 100%;
		border: 0px solid white;
	}
}