@charset "iso-8859-2";
/* CSS Document */
@import "calendar.css";
@import "pauschalen.css";

body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#333366;
	font-size:12px;
}

div#content a:hover {
	color:#990000;
}
div#content a {
	color:#8585A3;
	font-weight:bold;
	text-decoration:none;
}

div#container {
	position:relative;
	margin:0 auto;
	width:990px;	
	padding:0;
}

div#wrapper {
	position:relative;
	margin:0 auto;
	width:990px;
	height:100%;
	padding:0;
}

div#head, div#body, div#body_head, div#body_main, div#bottom, div#b_img {
	width: 990px;
	position:relative;
	float:left;
}

div#head {
	margin-top:15px;
	height:200px;
}

object {
	outline-style:none;
}


/* breadcrumb etc. */
div#breadcrumb {
	float:left;
	position:relative;
	width:779px;
	height:15px;
	font-size:10px;
	background-color:#ADADC2;
	color:#fff;
	margin:0 1px 1px 0;
	padding:2px 0 0 10px;
}

div#breadcrumb a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#breadcrumb a:hover {
	text-decoration:underline;
}

div#quicklinks {
	float:left;
	position:relative;
	width:200px;
	height:17px;
	background-color:#8585A3;
	margin-bottom:1px;
	overflow:hidden;
}

div#quicklinks select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	background-color:#8585A3;
	border:none;
	width:200px;
	height:16px;
}
div#quicklinks option {
	background-color:#D6D6E0;
	border-bottom:1px solid #fff;
	padding:3px 0 3px 3px;
	color:#333366;
}



/* left - content - right: angebote, schnellanfrage, hotline */
div#body_main {
	position:relative;
	float:left;
	width:990px;
	background-image:url(img/bg_main.jpg);
	background-repeat:repeat-y;
	padding-top:1px;
}

/* left: menu, routenplaner */
div#left {
	position:relative;
	float:left;
	width:180px;
	padding-top:12px;
}
div#navi {
	float:left;
	position:relative;
	width:180px;
	overflow:hidden;
}
div#navi ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:25px;
}
div#navi img {
	border:none;
}

div#route {
	position:relative;
	float:left;
	background-image:url(img/hd_route.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:75px;
	width:180px;
	margin-top:25px;
	color:#FFF;
	font-size:10px;
	padding:22px 0 0 0;
}
div#route input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333366;
	background-color:#BEBECE;
	border:none;
	width:101px;
	height:15px;
	padding:2px 0 0 2px;
}
div#route .route_link {
	background-image:url(img/bg_left_heading.jpg);
	padding:2px 0 0 0;
	text-align:center;
	width:180px;
	height:15px;
	font-weight:bold;
	margin-top:5px;
}
div#route .route_link a {
	cursor:pointer;
}
div#route .route_link a:hover {
	text-decoration:underline;
}


/* content */
div#content {
	position:relative;
	float:left;
	width:588px;
	margin:0 1px 0 1px;
	min-height:150px;
	padding:12px 10px 10px 10px;
}
div#content .detail{
	font-size:10px;
}

div#content ul{
	padding-left:10px;
	list-style:square;
	line-height:17px;
}
div#content input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333366;
	border:1px solid #8585A3;
	padding:1px;
}
.csc-textpic-imagewrap ul {
	margin:0 !important;
	padding:0 !important;
}

h1.imageheader {
	text-indent:-999em;
	background-repeat:no-repeat;
	height:25px;
	background-position:top left;
	margin:0 0 10px 0;
}

/* right: angebote, schnellanfrage, hotline */
div#right {
	position:relative;
	float:left;
	width:200px;
	padding-top:12px;
	margin:0;
}

div#top_angebote {
	position:relative;
	float:left;
	width:200px;
	min-height:150px;
	background-image:url(img/hd_topangebote.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:22px 0 20px 0;
}

div#schnellanfrage {
	position:relative;
	float:left;
	width:200px;
	height:90px;
	background-image:url(img/hd_schnellanfrage.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFF;
	font-size:10px;
}
div#schnellanfrage .sa_content {
	position:relative;
	float:left;
	width:180px;
	margin:0;
	padding:22px 10px 5px 10px;
}
div#schnellanfrage .from_date, div#schnellanfrage .to_date {
	position:relative;
	float:left;
	height:17px;
	width:180px;
	margin-bottom:1px;
}
div#schnellanfrage .headline {
	position:relative;
	float:left;
	width:82px;
	height:15px;
	margin-right:1px;
	padding-top:2px;
	text-align:left;
}
div#schnellanfrage .txt {
	position:relative;
	float:left;
	height:17px;
	width:70px;
	margin-right:1px;
}
div#schnellanfrage .img {
	position:relative;
	float:left;
	height:17px;
	width:26px;
}

div#schnellanfrage input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333366;
	background-color:#BEBECE;
	border:none;
	width:68px;
	height:15px;
	padding:2px 0 0 2px;
}
div#schnellanfrage .button {
	width:200px;
	background-image:url(img/bg_right_heading.jpg);
	background-repeat:repeat-y;
	text-align:right;
	padding:0px 10px 3px 0;
	height:17px;
	font-weight:bold;
	cursor:pointer;
}

div#hotline{
	position:relative;
	float:left;
	background-image:url(img/hd_reservierungshotline.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:25px;
	width:170px;
	padding:23px 0 0 30px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
}


/* bottom - b_img - adr - impr */
div#bottom {
	background-image:url(img/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

div#b_img {
	position:relative;
	float:left;
	width:990px;
	height:178px;
}

div#adr, div#impr {
	float:left;
	position:relative;
	height:15px;
	margin-top:1px;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding-top:2px;
}
div#adr {
	width:790px;
}
div#impr {
	width:200px;
}

div#adr a, div#impr a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
div#adr a:hover, div#impr a:hover{
	text-decoration:underline;	
}




/*+++++++++++++++++++++ SiteMap +++++++++++++++++++++++ */

.csc-sitemap {
	float:left;
	position:relative;
	width:588px;
	text-align:center;
	overflow:hidden;
}

.csc-sitemap ul {
	list-style:none;
	line-height:16px;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	width:588px;
	padding:0px;
}
.csc-sitemap ul li {
	width:260px;
	border-bottom:1px solid white;
	padding:3px 328px 3px 0px;
}

.csc-sitemap ul ul {
	list-style:square;
	padding:0 0 0 280px;
	font-size:10px;
	text-transform:none;
	margin:-16px 0 3px 0;
	width:308px;
	text-align:left;
}

.csc-sitemap ul li ul li{
	width:308px;
	border:none;
	padding:0px;
}


div#map {
	float:left;
	position:relative;
	border:1px solid #fff;
	width:586px;
	height:400px;
}















