body {
	background-color: #E3F0FF;
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 12px;
	color: #000867;
}
dl{
 margin:0;
 padding:0;
 }

/* ------------NavInfoBox---------------------- */
#navinfobox{
margin: 0px;
float:right;
padding: 0px;
width:100%;
border-bottom: 1px solid #fff;
border-right: 0px solid #fff;
background-color: #D6DDED;
}
* html #navinfobox { /*IE only rule, reduce menu width*/

}
#navinfobox ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
width:513px;
float: left;
}

* html #navinfobox ul{ /*IE only rule, reduce menu width*/

}

#navinfobox ul li{
display: inline;
}

#navinfobox ul li a{
border-left: 1px solid #fff;
border-bottom: 0px solid #ccc;
color: #000867;
width: 160px;
padding: 2px 1px 2px 2px;
float:left;
background-color: #D6DDED;
}
#navinfobox ul li.aktiv a{
background-color: #F49A0C;
color: #fff;

}

#navinfobox ul li a:visited{
color: black;
}

#navinfobox ul li a:hover{
color: #fff;
background-color: #F49A0C;
}


h1 {
font-size: 12px;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}
h2.csc-firstHeader{
font-size:20px;
padding:0;
}
p.align-right{
text-align: right;
}

p.align-left{
text-align: left;
}

p.align-center{
text-align: centers;
}
a:link{
color: #242a7c;
}
#language{
	padding-top: 5px;
padding-right: 15px;
float:right;
}
#bannerleft {
background-image:url(/fileadmin/static_assets/images/gif/wk_bg.gif);
background-repeat:no-repeat;
float:left;
height:85px;
margin-left:10px;
padding-top:10px;
width:260px;
}
#bannerright{
background-image:url(/fileadmin/static_assets/images/gif/wk_bg.gif);
background-repeat:no-repeat;
height:85px;
padding-top: 10px;
margin-right: 10px;
width:260px;
float: right;
}

/* ----------container -------------- */
#container {
	width: 820px;
		margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	}

/* ----------breadcrump-------------- */
#breadcrump{
height: 23px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
#breadcrump h3 {
padding:4px 4px 4px 15px;
color: #000;
font: bold 82% Arial;
margin:0px; 
float:left;
}

#time{
	background-color:#F49A0C;
	float:left;
	width: 174px;
	height: 26px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
#time .wireframemenu ul{
border-right:0px solid #fff;
}
#time .wireframemenu dl a{
	background-color:#F49A0C;
	border-bottom:0px solid #fff;
}

/* ---------- Head -------------- */
#head {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#head img {padding:0px; margin:0px;} 
#subsite{
	float:left;
	background-color:#F49A0C;
	width: 175px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}
#secondMenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	width:645px;
	background-image: url(images/navi_suchen_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#secondMenu span{
display: inline;
}
#secondMenu span a{
float: left;
color: #fff;
padding: 5px 11px; /*padding of tabs*/
text-decoration: none;
}

#secondMenu a{
background-position: top left;
}

/* -----------------Inhalt--------------------- */
#content, #subcontent{
padding: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
float:left;
width:644px;

}

div#content { 
min-height:380px;
height:expression(this.scrollHeight > 380 ? "auto":"380px"); 
}

#col1, #col2{
width:50%;
}
#col1{
float:right;
margin-left:-5px;
}
#col2{
float:left;
}
#subcl{
 padding:0 1em 0 1em;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
	
}

.wireframemenu{
border-right: 1px solid #fff;
background-color: #242A7C;
border-bottom-width: 0;
width: 174px;
}
.wireframemenu ul dl a{
font: bold 12px Arial;
font-family:Arial;
font-size:12px;
background-color: #000867;
border-bottom: 1px solid #C0C0C0;
padding: 4px 5px;
font-color: #FFFFFF;
}
.wireframemenu li a{
font: bold 10px Arial;
background-color: #242A7C;
padding: 4px 10px;
font-color: #FFFFFF;
}
.wireframemenu dr a{
font: bold 12px Arial;
background-color: #000867;
border-bottom: 1px solid #C0C0C0;
padding: 4px 5px;
font-color: #FFFFFF;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 174px;
padding:0px;
}
.wireframemenu h1{
	background-color: #F49A0C;
	border-top:0px solid #fff;
	border-bottom:1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Arial;
padding: 4px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FFFFFF;
text-decoration: none;
}



html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F49A0C;
color: black;
}
.wireframemenu li.aktiv a,.wireframemenu dl.aktiv a,.wireframemenu dl.zeitfuer a{
background-color: #F49A0C;
color: black;
}
.wireframemenu dl.zeitfuer a{
border-top: solid 1px #fff;
}
/*-------leftnavigation->onlinebuchen*/
.wireframemenu ul dl.onlinebuchen a{
padding-left: 25px;
background-image:url(http://www.ruegen.de/fileadmin/static_assets/images/gif/pageOptions/online_buchbar_id.gif);
background-position:5px center;
background-repeat:no-repeat;

}

/* -----------footer--------------------------- */
#footer {
	background-image:url(https://www.ruegen.de/fileadmin/template/images/footereck.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	clear:both;
	margin:0px;
	padding-right:13px;
	text-align:center;
}
#footer h1{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	border-bottom:1px solid #FFFFFF;
	padding-left:160px;
}
#footer h1 a{
	color:#FFFFFF;
	}

