body {
  color: #4d4c4c;
  background-color: #d8e9d1;
  font-size: 85%;
  font-family: Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;	
	color: #569f15
}

h1 {
    color: #569f15;
    font-size: 160%;
}

h2 {
    color: #005077;
    font-size: 110%;    
}

h3 {
	font-size: 105%;
}

p {
	margin-bottom: 10px;
}

.flexHtml p {
    margin-bottom: 0;	
}

.flexHtml strong {
	color: #569f15;
}

ul {
	list-style-type: disc;
	margin:10px;
}

li {
	margin-left:20px;	
}

pre {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid gray;
	font-size:12px;
	margin:10px;
	padding:10px;
	white-space:pre-wrap;
}

a:link, a:visited, a:active {
	color: #005077;	
}

img {
	border:0;
	margin-bottom: 10px;
}

#pageheader {
	height: 10px;
	background: url(images/pageheader_bg.gif);
	overflow: hidden;
}

#pagefooter {
	height: 35px;
	background: url(images/pagefooter_bg.gif);
}

#pagewrapper {
	width: 1000px;
	background: url(images/pagewrapper_bg.gif);
}

#page {
	padding: 0px 10px;
}

#header {
	height: 280px;
	background: #a7b4bc;
}

#navigationwrapper {
	background: #005077;
	height: 35px;
	margin: 0px 0 25px 0;
}

#navigation {
    float: left;
    width: 700px;
    font-size:16px;
}

#quicksearchwrapper {
    float: left;
    text-align: right;
    width: 280px;	
}

#quicksearch {
    margin-right: 10px;	
    margin-top:3px;
}

#quicksearch input {
	margin:0;
}

#txtQuicksearch {
    border: 1px solid gray;
    background-color: white;
    height: 20px;
    width: 150px;
    font-size: 90%;	
    padding-top:2px;
    padding-left:3px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
}

#navigation a {
	display: block;
	color: white;
	text-decoration:none;
}

#navigation li {
	float: left;
	background-color: #005077;
	height:21px;
	padding-top:0;
	margin-left:0;
}

#navigation li.active a {
    font-weight: bold;
    color: #c1d5dc;	
}

#navigation li ul {
	position: absolute;
	left: -999em;
}

#navigation li ul li {
   width:180px;
   clear:left;
   background:#569f15;
   height:18px;
} 

#navigation li ul li a, #navigation li.active ul li a {
    font-weight:normal;
    color: #ffffff;
}

#navigation li ul li.active a {
	font-weight:normal;
	color: #005077;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation ul{
  list-style-type: none;
  list-style-image: none;
  display: block;
  margin-left:5px;
}

#navigation ul li a {
  padding: 5px 5px 0 5px;
  text-decoration: none;
  font-size: 95%;
}

#navigation ul li ul {
  margin-left:5px;
  padding-top:14px;
}

#navigation ul li.active ul {
  padding-top:13px;
}

#navigation .alignright {
  margin-left:-120px;
  padding-top:3px;
  text-align:right;
}

#navigation .alignright li a{
  text-align:right;
}

#navigation ul li ul li  {
  padding-left:5px;
  padding-bottom:2px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

#navigation ul li ul li a {
	padding:0;
	padding-top:2px;
}

#navigation ul li a:hover {
  /*text-decoration: underline;*/
  color: #c1d5dc;
}

/*IE7 "sticky" hack :*/
#navigationwrapper li:hover, #navigation li.hover {
    position: static;
}

#mainwrapper {
	width: 980px;
	/*background: url(images/mainwrapper_bg.gif);*/
}

#leftbar {
	margin-right: 20px;
	width: 230px;
}

#leftbarcontent {
	padding: 5px;
}

#title {
	float: left;
	width: 600px;
}

#fontsize {
	text-align: right;
	width: 120px;
	float: left;
}

#centertitle {
	width: 720px;
	clear: both;
}

#center {
	width: 720px;
	margin-bottom:20px;
}

#content {
	
}

#leftcontent {
    float:left; 
    width:369px
}

#rightcontent {
    float:left;
    margin-left:10px;
}

#rightbar {
	margin-left: 5px;
	width: 250px;
}

#rightbarcontent {
	padding: 5px;	
}

#taskbar {
    height: 25px;
    background-color: #e8eee4;
    border: 1px solid #c9c7c7;
    margin-top: 50px;	
}

#taskbar ul {
	list-style:none;
	margin: 5px 0 0 0;
}

#taskbar ul li {
    float: left;
    background-repeat: no-repeat;
    margin: 0 0 5px 0;
    padding-left: 25px;
    padding-right: 10px;
    background-position:7px 0;
    height:22px;
    font-size: 12px;
}

#taskbar ul li.sendfriend {
	   background-image:url(/img/icons/weiterempfehlen.gif);
}

#taskbar ul li.print {
       background-image:url(/img/icons/drucken.gif);
}

#taskbar ul li a {
	text-decoration: none;
}

#footer {
	background: #bde897;
	height: 30px;
	margin-top: 5px;
}

#onpageadmin {
	background: #f2f2f2;
	border: 1px solid gray;	
	height: 100px;
}

/*STYLES FOR BOXES IN LEFTBAR*/
.sidebarblockcontent {
    margin: 5px 8px 5px 8px;	
}

.sidebarblockcontent h1 {
    color: #569f15;
    font-size:120%;
}

.sidebarblockcontent img {
	width: 185px;
    margin-bottom: 10px;
}

.sidebarblockcontent p {
    font-size:80%;
}

/*WRAPPER FOR CONTENT BOXES*/
.contentboxheader1 {
    height: 9px;
    background: url(images/sidebarblock_left_header_bg.gif) left top no-repeat;
    overflow: hidden;
}

.contentboxheader2 {
    height: 9px;
    background: url(images/sidebarblock_left_header_bg.gif) right top no-repeat;
    overflow: hidden;
}

.contentboxheader3 {
	margin: 0 5px;
	background: #bfd3dd;
	height: 9px;
}

.contentboxborder {
    border: 3px solid #bfd3dd;
}

.contentboxcontent {
	
}

.contentboxfooter1 {
    height: 9px;
    background: url(images/sidebarblock_left_footer_bg.gif) left top no-repeat;
    overflow: hidden;
}

.contentboxfooter2 {
    height: 9px;
    background: url(images/sidebarblock_left_footer_bg.gif) right top no-repeat;
    overflow: hidden;
}

.contentboxfooter3 {
    margin: 0 5px;
    background: #bfd3dd;
    height: 9px;
}

/*CLEAR STYLES*/
.clearleft {
    clear: left;
    overflow: hidden;	
}

.clearright {
    clear: right;
    overflow: hidden;   
}

.clearboth {
    clear: both;
    overflow: hidden;   
}


#footernavigation {
    padding-top: 7px;
    padding-left: 10px;
}

#footernavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footernavigation ul li {
	margin: 0;
    padding: 0 10px 0 0;
	float: left;
}

#footernavigation li a {
    text-decoration: none;
    color: #4d4c4c;
    font-size: 90%;
}

/*MAPS*/

.map h1 {
    font-size: 80%;
}

.map p {
	font-size: 70%;
}

.map a {
    font-weight: bold;
    font-size: 70%;
}

.loadingvisible {
	visibility:visible;
}

.loadinghidden {
    visibility:hidden;
}

#maploading {
	border: 1px solid gray; 
	background: white; 
	z-index: 100; 
	position: absolute; 
	margin-top: 150px; 
	margin-left: 100px; 
	width: 135px; 
	padding: 10px; 
	text-align: center;
}

.mapinfowindow {
	width:210px;
}

.mapinfowindow .title {
	font-size: 80%;
	color: #569f15;
	font-weight: bold;
}

.mapinfowindow img {
	margin-bottom:10px;
}

.maplegend {
    /*height:200px;*/
    background:white;
    /*padding: 10px;*/
}

.maplegend h1 {
	color: #569f15;
    font-size:95%;
    margin: 10px 5px;
}

.maplegend a {
    font-size: 70%;	
}

.maplegend table {
	border:0px;
}

.maplegend .highlighttr {
	background: #BFD3DD;
}

.maplegend .normaltr {
    background: #FFFFFF;
}

.maplegend table tr td {
	padding: 1px 0px 1px 5px;
	border: 0;
}

.maplegend img {
	margin:0;
}

#etappenBlock ul {
    margin:10px 20px 30px 0;
    list-style: none;
}

#etappenBlock li {
	background-image:url(/img/bullets/arrowBlue.gif);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	padding-left: 20px;
	background-position:12px 7px;
	height:22px;
	font-size: 16px;
}

#etappenBlock li.active {
	background-image:url(/img/bullets/arrowYellow.gif);
	background-repeat: no-repeat;
	background-color: #bfd3dd;
	background-position:11px 6px;
}

#etappenBlock ul li a {
	font-size:90%;
	text-decoration:none;
}

.sidebarblockcontent ul {
	margin: 10px;
	list-style-image: url(/img/bullets/arrowYellow.gif);
}

.sidebarblockcontent ul li{
    margin-left: 10px;
}

.sidebarblockcontent ul li a{
    text-decoration:none;
    font-size: 90%;
    font-weight: bold;
}

.downloads h2 {
    color: #569f15;
    font-size: 125%;
}

.downloads h3 {
	color: #569f15;
}

.downloads h4 {
    color: #569f15;
}

.downloads ul {
    margin: 10px;
    list-style-image: url(/img/bullets/arrowYellow.gif);
}

.downloads ul li{
    margin-left: 10px;
}

.downloads ul li a{
    text-decoration:none;
    font-size: 90%;
    font-weight: bold;
}

.downloads ul li h4{
    text-decoration:none;
    font-size: 100%%;
    font-weight: bold;
    margin :0;
}

#audioplayer {
    margin: 5px 0 10px 10px;
}

.small {
	font-size: 75%;
}

.smallblue {
    font-size: 75%;
    color: #005077;
}

#content h4 {
    color: #569f15;
}

.left {
	float: left; 
}

form .fieldset .element {
	float:left;
	margin-bottom: 5px;
	margin-right: 5px;
}

form .element {
	float:left;
}

form .fieldset .row {
	clear:none;
}

form .fieldset {
	/*float: left;*/
}


form .row {
	clear:left;
	margin-bottom: 5px;
}

form .button {
	text-align: right;
}

form .fieldsetrow ul {
	margin:0;
	width: 100px;
	
}

form .fieldsetrow ul li {
    margin:0;
    width: 100px;
    
}

form ul {
	margin:0;
	font-size:70%;
	list-style:none;
	margin: 0 0 5px 0;
	color: #005077;
}

form ul li {
    margin:0;
}

form input, form textarea, form select {
	/*border: 1px solid #005077;*/
	margin-bottom: 5px;
}

form .checkbox {
	border: 0;
}

.hotelergebnisimage {
    width: 100px;
    height: 100px;
    float: left;
}

.hotelergebnisinfo {
	float: left;
	width: 570px;
}

.hotelergebnistitel {
    width: 450px;
    float: left;
}

.hotelergebnistitel h3 {
	margin: 0;
}

.hotelergebnisitem {
	width:670px;
	margin-top: 30px;
}

.hotelergebnisbuchbar {
	width: 120px;
	text-align: right;
	float: left;
	font-weight: bold;
	color: #005077;
}