@charset 'utf-8';
@import url(reset.css);

body {
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #eceeee;
	background: #b6dbff url(../images/streifen.jpg) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0;
}

#header {
	height: 150px;
	background: url(../images/wolken.jpg) no-repeat;
	position: relative;
}

#header .logo {
	margin-top: 30px;
	margin-right: 125px;
	height: 47px;
	width:  265px;
	float: right;
}

#content_wrapper {
	width: 960px;
	height: auto;
	min-height: 300px;
	background-color: #005281;
	float: left;
}

/***  Verlinkungen Begin ***/

a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #bdd630;
}
a:visited {
	text-decoration: none;
	color: #bdd630;
}
a:hover {
	text-decoration: underline;
	color: #bdd630;
}
a:active {
	text-decoration: none;
	color: #bdd630;
}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
	font-weight: normal;
}

p {
	line-height: 20px;
	margin-bottom: 5px;
}

h1 {
	font-size: 22px;
	color: #eceeee;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	color: #bdd630;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	color: #eceeee;
	margin-bottom: 6px;
}


/***  Schriften End ***/

/***  Navigation Begin ***/

#navigation {
	width: 960px;
	margin-top: 30px;
	float: left;
	border-bottom: 1px solid #3364b0;
}

.navi {
	width: 710px;
	height: 40px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	/* behavior: url(border-radius.htc); */
	background: url(../images/nav_streifen.jpg) repeat-x;
}

.topnavi {
	width: 250px;
	height: 40px;
	overflow: hidden;
	float: left;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	/* behavior: url(border-radius.htc); */
	background: url(../images/nav_streifen.jpg) repeat-x;
}

.navi ul, .topnavi ul {
	list-style: none;
}

.topnavi ul {
	list-style: none;
	float: right;
}

.navi li, .topnavi li {
	width: auto;
	float: left;
}

.navi a, .topnavi a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

.topnavi a {
	font-size: 12px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
}


.navi a:hover, .navi a.selected, .topnavi a:hover, .topnavi a.selected {
	background-image: url(../images/nav_aktiv.jpg);
	color: #bdd630;
}

/*** Erster und letzter Navigationspunkt - Begin ***/

.navi_first a:hover, .navi_first a.selected {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	/* behavior: url(border-radius.htc); */
}

.topnavi_last a:hover, .topnavi_last a.selected {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	/* behavior: url(border-radius.htc); */
}

/*** Erster und letzter Navigationspunkt - End ***/

/***  Subavigation Begin ***/

#subnavigation {
	width: 960px;
	float: left;
}

.subnavi {
	width: 960px;
	height: 30px;
	overflow: hidden;
	float: left;
	background: url(../images/nav_aktiv.jpg) repeat-x;
}

.subnavi ul {
	list-style: none;
}

.subnavi li {
	width: auto;
	float: left;
}

.subnavi a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

.subnavi a:hover, .subnavi a.selected {
	background-image: url(../images/nav_streifen.jpg);
	color: #bdd630;
}
	
/***  Subnavigation End ***/
	
/***  Navigation End ***/

/*** Bildbereich Begin ***/

#top {
	width: 960px;
	height: 241px;
	border-bottom: 1px solid #3364b0;
	background-color: #FFF;
	float: left;
}

#bildbereich {
	width: 564px;
	height: 241px;
	background-color: #005281;
	position: relative;
	float: left;
}

#bildbereich2, #bildbereich2_slide {
	width: 189px;
	height: 241px;
	background-color: #005281;
	position: relative;
	float: left;
}

#bildbereich img, #bildbereich2_slide img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#buchungskalender {
	width: 195px;
	height: 201px;
	padding-top: 40px;
	padding-left: 12px;
	float: left;
	background: url(../images/top_back.jpg) no-repeat;
}

#buchungskalender h2 {
	font-size: 14px;
	color: #bdd630;
}

/*** Bildbereich End ***/

/*** & Kalender Begin ***/

.d21CheckHeader {
	color: #bdd630;
	display: none;
}

#ddD21Count, #ddD21Room {
	margin-top: 10px;
}

/*** Kalender End ***/

/*** Content Begin ***/

#content {
	width: 720px;
	margin-top: 40px;
	margin-left: 40px;
	height: auto;
	min-height: 300px;
	float: left;
}

#content p {
	margin-bottom: 15px;
}

#content .col {
	width: 50%;
	float: left;
}

#karte {
	color: #005281;
	line-height: 18px;
}

#right {
	width: 300px;
	margin-top: 40px;
	margin-left: 75px;
	float: left;
	display: none;
}

#right h2 {
	font-size: 14px;
	color: #bdd630;
}

#right h3 {
	font-size: 12px;
	color: #bdd630;
}

#content ul {
	margin-left: 25px;
	margin-bottom: 20px;
}

#content li {
	line-height: 20px;
	list-style-position: outside;
	list-style-type: square;
}
/*** Content End ***/

/*** Footer Begin ***/

#footer {
	width: 870px;
	font-size: 11px;
	color: #b7b8b8;
	background-color: #2c5d8b;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 8px 45px;
	border-top: 1px solid #1e3e65;
	border-bottom: 1px solid #1e3e65;
	float: left;
}

#footer .colr{
	float: right;
	width: 120px;
}

#footer a, #footer a:link {
	color: #b7b8b8;
}

#footer a:hover {
	text-decoration: none;
	color: #bdd630;
}

/*** Footer End ***/
