/*****************************DIVS*****************************/
#request
{
	position:absolute;
	top:0px;
	left:0px;
	height:116px;
	width:696px;
	z-index:3;
}

#request .textinput
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#request .item
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}


#request .linkbutton a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}

#banner
{
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	
	height:420px;
}
#banner .slideshow
{
    position:absolute;
    top:60px;
    left:0;
    z-index:2;
    width:673px;
    height:360px;
    background-image:url(/media/banner.jpg);
    background-repeat:no-repeat;
}

#logo
{
	padding-top:45px;
	padding-right:20px;
}

#offers
{
	position:absolute;
	top:38px;
	right:0px;
	z-index:5;
}

#requestTitle
{
	padding-top:15px;
	padding-left:160px;
	z-index:6;
}

/*****************************OFFERS*****************************/
.offersbutton
{
    position:absolute;
    z-index:6;
    top:68px;
    right:200px;
    text-align:right;
}
.offersbutton a
{
    text-decoration:none;
    font-weight:bold;
    font-size:20px;
    line-height:20px;
    background-image:url(/media/winter/arrow-up.gif);
    background-color:White;
    background-repeat:no-repeat;
    background-position:3px 0;
    width:20px;
    display:block;
    
}
.offersbutton a.down
{
    background-image:url(/media/winter/arrow-down.gif);
}
.offersbutton a.up
{
    background-image:url(/media/winter/arrow-up.gif);
}
#boxOffers
{
	position:absolute;
	top:55px;
	right:24px;
	width:221px;
	z-index:3;
}
#boxOffers div
{
	padding:50px 10px 15px 10px;
}
#boxOffers .title a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#boxOffers .date
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#boxOffers .text
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#boxOffers .linkbutton a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}


#boxOffers .image
{
	margin-right:15px;
	margin-top:10px;
}
/*****************************GENERAL*****************************/

#content
{
	margin-top:20px;
	margin-right:25px;
}
#content .contentwidth
{
    min-height:350px;
    height:auto !important;  /* für moderne Browser */
    height:350px;  /*für den IE */
}
#language
{
	margin:35px 24px 20px 0px;
	width:223px;
}

#language a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;

}

#service a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/***************************** MENU LEFT *****************************/

#boxLeftBG
{	
	margin:10px 24px 0px 0px;
	width:223px;
	height:23px;
}

#boxLeft
{	
	margin:0px 24px 30px 0px;
	width:223px;
}

#boxLeft .MenuLeft0 a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	margin-top:6px;
	margin-bottom:1px;
}


#boxLeft .MenuLeft0selected a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	margin-top:6px;
	margin-bottom:1px;
	padding-left:50px;
}

#boxLeft .MenuLeft1 a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#boxLeft .SeparatorLine
{
	line-height:1px;
	height:1px;
}

/*****************************SITEPATH*****************************/
#path  a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

/*****************************GENERAL*****************************/
body, form
{
	margin: 0px;
	 font-family:Arial, Helvetica, sans-serif;
}


.clear
{
    clear:both;
    font-size:0px;
    line-height:0px;
}

.hidden
{
	visibility: hidden;
	display:none;
}


.text, p
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}


.ImageAlignLeft
{
	margin-right: 40px;
}

.ImageAlignRight
{
	margin-left: 40px;
}
.pagetitle
{
    font-weight:normal;
    text-decoration:none;
}
h1.pagetitle
{
    margin-top:10px;
}
.subtitle
{
    font-weight:normal;
    text-decoration:none;
    font-style:italic;
}

/*****************************POPUPS*****************************/
.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}


.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 30px;
	height:520px;
	
	left: 10px;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	border: solid 1px black;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

/*****************************PRINT PAGE*****************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}

.printBody
{
	background-image:none;
}
#Print .PrintHeader
{
 height:30px;
}
#Print .PrintHeader .Links
{
	padding:5px 10px 5px 10px;
}
#Print .PrintHeader .Links, 
#Print .PrintHeader .Links a
{
	text-decoration:none;
}

#Print .Content
{
	padding:10px;
	
}
#Print .PrintFooter
{
	height:30px;
	background-color:White;
	padding:5px 10px;
	text-align:center;
}


/*****************************CONTACT*****************************/
#Contact .foundSite
{
    float:left; 
    width:100px;
    margin-left:3px;
}

#Contact .missing
{
    padding:10px;
    margin-bottom:20px;
}

#Contact .privacynote
{
   display:block;
   padding:10px;
   margin:10px 0;
}
.offerTitle
{
    font-weight:normal;
}
/*****************************MODULES*****************************/
.Basemodule .item
{
	margin-bottom:30px;
}
.Basemodule .moduleImage
{
	float:left;
	margin-right:10px;
}
.Basemodule .moduleTitle
{
	text-decoration:none;
	font-weight:bold;
}
.Basemodule h2.moduleTitle
{
	margin:0;
	padding:0;
}
.Basemodule .description
{
    margin:5px 0 0 0;
    padding:0;
}
.Basemodule .detailLink
{
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:8px;
}

.Basemodule .pager
{
	text-decoration:none;
}
.Basemodule .pagerselected
{
	font-weight:bold;
	text-decoration:none;
}
.Basemodule .pagerpadding
{
	margin:10px 0;
}

/*****************************FOTOGALLERY*****************************/
#fotogallery .item
{
	padding-bottom:10px;
	margin-bottom:10px;
}

#fotogallery .item .moduleimage
{
	float:left;
	margin-right:10px;
}
#fotogallery .item .detaillink
{
    float:right;
}
/*****************************OFFERS*****************************/
#ModuleOffers .detail .detailLink
{
    margin-right:20px;
}
/*****************************WEATHER*****************************/
#Weather .header
{
	padding:5px 0;
}
#weather .panelDetail
{

}
#weather .description
{
	margin:10px 0;
}
#weather .subheader
{
	font-weight:bold;
}
#weather .images
{
	float:right;
	margin:0 0 5px 10px;
}
/*****************************WEBCAMS*****************************/
#ModuleWebcams .detail .webcamImage
{
    margin:20px 0 10px 0;
}
/*****************************Recommend*****************************/
.bodyRecommend
{
    background:none;
}
.recommendFormBG
{
    background-color:#F1F6FC;
}

/*****************************SITEMAP*****************************/
#Sitemap ul
{
	margin:0;
	padding-left:30px;
	list-style:none;
	background:none;
	list-style-image:none;
}
#Sitemap li
{
    margin:0;
    padding:0;
    height: auto !important;
	height:1%;
}
#Sitemap ul a
{
    display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	background:none;
}

#Sitemap ul ul a
{
	font-weight:normal;
}
#Sitemap ul ul ul a
{
	font-weight:normal;
}

#Sitemap ul a:hover
{
    text-decoration:underline;
}



img
{
    border: 0;
}

.wanderkarte
{	
	margin: 0px 24px 0px 0px;
	width:223px;
	color: #ffffff;
    background-color: #003a9b;
}

.titlewhite
{
    font-size: 16px;
    line-height: 18px;
    padding: 10px 5px 6px 5px;
}

.wanderkarte a
{
    color: #ffffff;
    background-color: #003a9b;
    display: block;
    padding: 4px;
}