@charset "utf-8";
/*-----------------------------------------------------------------------------
HRM Screen Stylesheet

version:   1.0
date:      19/11/10
author:    Heike Autenrieth-Häfner

-----------------------------------------------------------------------------*/

/* Entfernen margin, padding, border
-----------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0;
	border: 0;
}

/*  layout
-----------------------------------------------------------------------------*/

.clear {clear: both;}
.right {float: right;}
.left {float: left;}

/* ---------------------- @fonts  -----------------*/

@font-face {
	font-family: 'MisoRegular';
	src: url('fonts/miso-webfont.eot');
	src: local('☺'), url('fonts/miso-webfont.woff') format('woff'), url('fonts/miso-webfont.ttf') format('truetype'), url('fonts/miso-webfont.svg#webfont9ljUXjAw') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1.fontface {
	font: 22px/1 'MisoRegular', Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #3B99CF;
	margin: 0 0 5px 0;
}

h2.fontface {
	font: 22px/1 'MisoRegular', Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #998A77;
	margin: 0 0 5px 0;
}

/* document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: left;
	height: 100%;
	width: 100%;
	background: url(images/bg_body.jpg) repeat fixed left top;
	color: #E1DCD2;
	margin-top: 1%;
	display: block;
}

#wrapper {
	min-width: 942px; /* wichtig!*/
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #D9D2C6;
	background-color: #F6F5F0;
	display: block;
}

#content {
	margin: 0px auto;
	width: 858px;
	padding-bottom: 15px;
}

/* header
-----------------------------------------------------------------------------*/
#header {
	height: 185px;
	width: 850px;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	margin: 0;
	background: #95C3DA url(images/bg_small_zinne.jpg) no-repeat right top;
	overflow: hidden;
}


body.index #header {
	height: 250px;
	background: #95C3DA url(images/bg_schirm2_1.jpg) no-repeat right top;
}

body.ueberuns #header {
	height: 250px;
	background: #95C3DA url(images/bg_mauern_2.jpg) no-repeat right top;
}

body.leistungen #header  {
	height: 250px;
	background: #95C3DA url(images/bg_moewe_2.jpg) no-repeat right top;
}

body.kontakt #header {
	height: 250px;
	background: url(images/bg_big_zinne.jpg) no-repeat right top;
}


body.aktuell #header {
	height: 250px;
	background: #95C3DA url(images/bg_schirm_1.jpg) no-repeat right top;
}


body.hotels div.text {
padding: 10px;
}

/* Footer 
-----------------------------------------------------------------------------*/

#footer {font-size: 1.1em; width: 850px; clear: both;}


/* Spaltenlayout 3 Spalten 
-----------------------------------------------------------------------------*/

#page {
	width: 850px;
	position: relative;
	display: block;
	left: 0px;
	clear: both;
	margin-top: 20px;
}

.col_left {
	float: left;
	width: 250px;
	margin-left: 0px;
}
#header .col_left {
	position:absolute;
	left:10px;
	/*float: left;*/
	width: 240px;
/*	margin-left: 10px;*/
}


.col_mitte {
	float: left;
	width: 220px;
	margin-left: 80px;
}

.col_right {
	float: left;
	width: 220px;
	margin-left: 40px;
}

body.partner .col_left {
	float: left;
	width: 240px;
	margin-left: 10px;
}

body.hotels .col_left {
	float: left;
	width: 240px;
	margin-left: 10px;
}
body.partner .col_mitte {
	float: left;
	width: 250px;
	margin-left: 50px;
}

body.partner .col_right {
	float: left;
	width: 240px;
	margin-left: 50px;
}
body.hotels .col_mitte {
	float: left;
	width: 220px;
	margin-left: 60px;
}

body.hotels .col_right {
	float: left;
	width: 220px;
	margin-left: 50px;
}

.bgpartner {
	background-color: #E9E8E4;
	padding: 10px;
	margin-bottom:10px;

}
.bghellpartner {
	padding: 10px;
	margin-bottom:10px;
}

.col_mitte_doppel {
	float: left;
	width: 530px;
	margin-left: 60px;
	border-bottom: 3px solid #D9D6D1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.abschluss {border-bottom: 3px solid #D9D6D1;}

a img.imgtrans {opacity:0.5; filter:alpha(opacity=50);}
a:link img.imgtrans {opacity:0.5; filter:alpha(opacity=50);}
a:hover img.imgtrans {opacity:1.0; filter:alpha(opacity=100);}
a:visited img.imgtrans {opacity:0.5; filter:alpha(opacity=50);}

/* Navigation
-----------------------------------------------------------------------------*/

#nav {
	position:absolute;
	left: 280px;
	font: 22px/22px 'MisoRegular', Arial, sans-serif;
	top: 20px;
	/*float: left;*/
	width: 560px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-weight:400;
	height:40px;
}

#nav a, #nav a:link {
	color: #CDE5F0;
	margin: 0px 5px;
	/*padding-top: 10px;*/
	font-weight: normal;
	text-decoration: none;
	line-height:40px;
}

#nav a:hover {color:#fff;}
#nav a.curr {color:#F6F6F6;}


/* topNavigation
-----------------------------------------------------------------------------*/

#topnav {
	font: 10px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px auto 10px 20px;
}

#topnav a, #topnav a:link  {
	color: #766;
	font-weight: normal;
	text-decoration:none;
}
#topnav a:hover {color: #3B99CF;}
#topnav a.current {color: #3B99CF;}


/* SubNavigation
-----------------------------------------------------------------------------*/

#subnav {
	margin: 0px 10px 15px 10px;
	font: 11px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 24px;
	border-bottom: 3px solid #D9D6D1;
	

}

#subnav a {
	color: #766;
	font-weight: normal;
	text-decoration:none;
}

#subnav a:link {
	color: #766;
	font-weight: normal;
	text-decoration:none;
}

#subnav a:hover {
	color: #3B99CF;
	font-weight: normal;
	text-decoration:none;
}

#subnav a.current {
	color: #3B99CF;
	font-weight: normal;
	text-decoration:none;
}


/*Aktuell 
----------------------------------------------------*/

#aktuell {
	background-color: #E9E8E4;
	padding: 15px;
}


ul, ol, dl
	{
	list-style: none;
	font-size: 1em;
	line-height: 16px;
	margin: 0;
}


li, dd, dt
	{
	margin: 6px 0 ;
	font-size: 1.0em; /* 100% von ul */	
}

/* Menu
-----------------------------------------------------------------------------*/

#menu {list-style-type:none; margin:0; padding:0; }
#menu li {
	float:left;
	padding:0;
	margin:0;
	position:relative;
	width:80px;
	height:24px;
	z-index:1000;
}
#menu li.one {
	width:300px;
}
#menu li.two {width:130px;}
#menu li.three {width:50px; margin-left:20px;}


#menu li dl {
	position:absolute;
	top:0;
	left:0px;
	padding-top:0px;
}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
	padding-top:0px;
}

#menu dl {width: 100px; margin: 0; padding: 0;}
#menu dl.one {width: 230px; margin-left:10px;}
#menu dl.two {width: 130px;}
#menu dl.three {width: 50px;}


#menu dt {
	margin:0;
	padding: 4px 5px 4px 0px;
	font-size: 11px;
}
#menu dd {margin:0 0 0 -15px; width: 190px; padding: 0 0 0 15px; font-size: 11px; color: #666; text-align:left; background-color:#E9E8E4;}

#menu dd.first {border-top: 3px solid #3B99CF; padding-top:6px;}
#menu dd.last {padding-bottom: 10px;}

#menu dt a:link, #menu dt a:visited {
	display:block;
	color:#766;
	font-weight: normal;
text-decoration:none;
}
#menu dt a:hover {color:#3B99CF; text-decoration:none;}
#menu dt a.curr {color:#3B99CF; text-decoration:none;}

#menu dd a:link, #menu dd a:visited {color:#766; text-decoration:none; display:block; padding:4px 5px 4px 0px; font-weight: normal;}
#menu dd a:hover {color:#3B99CF; text-decoration:underline;}
#menu dd a.curr {color:#3B99CF;}

.ort {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	display:inline;
	color:#766;
}
/* Typography
-----------------------------------------------------------------------------*/
h2 { font-size: 1.3em; font-weight: normal;}
	
h3 {
	font-size: 1.1em;
	color: #766;
	font-weight: normal;
	text-transform: uppercase;
	margin:0;
	padding:0;
 }
	
h4 { font-size: 1.1em; }


	
p {
	font-size: 1.2em;
	margin: 10px 0;
	color: #565656;
	line-height: 1.4em;
}

.dark {color: #333;}

.col_mitte_doppel p {
	width: 500px;
}





/* Links allgemein
-----------------------------------------------------------------------------*/
#page a, #page a:link  {
	text-decoration: none;
	color: #766;
	font-weight: bold;
}

#page a:hover {
	text-decoration: underline;
	color: #3B99CF;
}

#page h1.fontface a, #page h1.fontface a:link  {
	text-decoration: none;
	color: #3B99CF;
	font-weight: normal;
}

#page h1.fontface a:hover {
	text-decoration: none;
	color: #3F5C8C;
}


/* Farben
-----------------------------------------------------------------------------*/
.rot {color: #CC0000;}

.dblau {color: #039;}
.weiss {color: #fff;}
.hgrau {color: #ccc;}

.border {
border-top: 1px solid #D9D6D1;
padding-top: 10px;
margin-top: 10px;
color: #000;
}

/* Tables 
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
}

/* Foto blättern
-----------------------------------------------------------------------------*/
#back { position:absolute;
	top: 0px;
	left: 305px;
	width: 65px;
	z-index: 100;
}

#fwd { position:absolute;
	top: 0px;
	left: 760px;
	width: 65px;
	z-index: 100;
}

#fwd img, #back img { opacity:0.5; filter:alpha(opacity=50);}
#fwd a img, #back a img  { opacity:0.5; filter:alpha(opacity=50);}
#fwd a:hover img, #back a:hover img  { opacity:0.9; filter:alpha(opacity=90);}



