@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0;
	font: 12px arial, tahoma;
	color: #606061;
	width: 100%;
}

td{	
	font: 12px arial, tahoma;
	color: #606061;
}



img {
	border: none;
	}


p {
	margin-top: 0px;
	margin-bottom: 0px;
	}



a{
	color: #2687cb;
	text-decoration: none;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
}

hr{ 	
	border-top: 1px dotted #c7c7c7;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	margin: 15px 0px 13px 0px;
}

#clear{
	clear: both; 
	*visibility:hidden;
 	*display:none;
 	height: 0px;
 	overflow: hidden;
}


/*****************************************************| Formular|***/

form{
	margin: 0px !IMPORTANT;
	padding: 0px !IMPORTANT;
}

input {
	padding: 1px 2px 1px 2px;
	border: 1px #c2c3c3 solid;
	background-color: #FFFFFF; 
	font: 11px verdana, tahoma;
	color: #606061;
	width: 130px;
	height: 13px;
	margin: 6px 30px 0px 10px;
}

.checkbox{
	width: 20px !IMPORTANT;
	margin:  3px 0px 3px 0px !IMPORTANT;
	border: 0px #c2c3c3 solid !IMPORTANT;
}

select {
	border: 1px #c2c3c3 solid;
	background-color: #FFFFFF; 
	font: 11px verdana, tahoma;
	color: #606061;
	width: 136px;
	height: 17px;
	*height: 19px;
	margin: 6px 30px 0px 10px;

}

textarea {
	border: 1px #c2c3c3 solid;
	background-color: #FFFFFF; 
	width: 483px;
	*width: 483px;
	height: 78px;
	*height: 84px;
	padding: 2px;
	font: 11px verdana, tahoma;
	color: #606061;
	margin-top: 5px;
}

/**| Newsletter-Formular|***/
.meldung{

	background-color: #e8eaed; 
	border: 7px solid #e8eaed;
	width: 506px;
	font-weight: bold;
	margin-bottom: 10px;
}

.meldung strong{
	color: #ff0000
}

.check{
	width: 10px !IMPORTANT;
	margin-left: -5px !IMPORTANT;
}


/*****************************************************| Head|***/

#main{
	width: 955px;
	margin-left: 30px;
	position: relative;
	float: left;
	}
	
#head{
	width: 955px;
	height: 320px;
	overflow: hidden;
	display: inline;
	position: relative;
	float: left;
	}

#bild{
	width: 955px;
	height: 310px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	z-index:1 !IMPORTANT;

	}



				#imageContainer {
					overflow: hidden;
					width: 955px;
					height: 310px;
	z-index:1 !IMPORTANT;
					
					}
					#imageContainer img {
						position: absolute;
						right: 0px;
						top: 0px;
	z-index:1 !IMPORTANT;
						display:none;
						}
						#imageContainer noscript img {
							display: block;
							}
	


#logo {
	position: absolute;
	top: 50px;
	left: 25px;
	z-index:100 !IMPORTANT;	
	}

.rent-button {
	position: absolute;
	top: 30px;
	right: 90px;
	z-index:100 !IMPORTANT;
	}

/*****************************************************| Topnavi|***/

.navi-hg {
	position: absolute;
	top: 276px;
	right: 0px;
	*right: -1px;
	width: 765px;
	height: 44px;
	background:url(/images/nav-hg.png) top right no-repeat;
	*background: url(/images/trans.gif);
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav-hg.png', sizingMethod='scale');	
	z-index:200 !IMPORTANT;
	}

.navi-top {
	position: relative;
	float: right;
	top: -34px;
	*top: -36px;
	_top: -35px;
	right: 0px;
	*right: -1px;
	_right: -1px;	
	width: 765px;
	height: 44px;
	color: #FFFFFF;
	z-index:300 !IMPORTANT;
	}
	
	#hauptnavi ul{
		list-style: none;
		padding: 0px;
		margin: 5px 0px 0px 0px;
		*margin: 5px 0px 0px 0px;
	z-index:300 !IMPORTANT;
		}

		
		#hauptnavi li {
			float: left;
			position: relative;
			width: 190px;
			cursor: pointer;
			font: 15px arial, tahoma;
			font-weight: bold;
			padding: 9px 1px 0px 0px;	
			margin: 0px;
			display: block;	
	z-index:300 !IMPORTANT;

			}
			
			#hauptnavi li:hover {
				text-decoration: none;
	z-index:300 !IMPORTANT;
				}
				
			#hauptnavi a {
				color: #fff;
				text-decoration: none;
				padding: 10px 0px 10px 15px;
				width: 186px;
	z-index:300 !IMPORTANT;
				}
			
			
						
	.dropdown {
		list-style: none;
		display: none;
		position: absolute;	
		bottom: 28px;
		*bottom: 26px;
		left: 1px;
		margin: 0px;
		padding: 8px 0px 8px 0px !IMPORTANT;
	z-index:300 !IMPORTANT;	
		}

		.dropdown li {
			float: none !IMPORTANT;
			position: relative;
			margin: 0px !IMPORTANT;
			padding: 0px !IMPORTANT;			
			font: 12px arial, tahoma !IMPORTANT;
			font-weight: bold !IMPORTANT;
	z-index:300 !IMPORTANT;	
			}
			.dropdown li a {
				display: block;
				text-decoration: none;
				padding: 3px 0px 3px 14px !IMPORTANT;
				width: 175px !IMPORTANT;
				}
				
			.dropdown li a:hover {
				font-weight: normal !IMPORTANT;
				}
	
	li:hover ul, li.over ul { /* lists nested under hovered list items */
		display: block;
	z-index:300 !IMPORTANT;
		}
/*****************************************************| Links|***/

#lang{
	width: 170px;
	padding: 18px 10px;
	position: relative;
	float: left;
	color: #b2b2b2;
	font: 11px tahoma;
	}

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


#links li, #lang li{
	position: relative;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}

#links{
	width: 765px;
	padding: 18px 0px;
	position: relative;
	float: left;
	color: #b2b2b2;
	font: 11px tahoma;
	}

#links img{
	margin: 0px 3px;
	position: relative;
	float: left;
	}

#links a, #lang a{
	color: #b2b2b2;
	}
	
#links ul{
	margin: 0px 10px;
	float: right;
	list-style: none;
	}

	

/*****************************************************| Subnavi|***/

#sub-nav{
	width: 140px;
	*width: 135px;	
	height: 150px;
	padding: 20px 25px 20px 25px;
	position: relative;
	float: left;
	background-color: #e8eaed;
	color: #332f30;
	font: 13px arial, tahoma ;	
}

#sub-nav ul{
	margin: 0px 0px 0px 10px;
	*margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style-image:url(/images/nav-li-moz.gif);
	*list-style-image:url(/images/nav-li.gif);
}

#sub-nav li{
	margin: 0px;
	*margin: 0px 0px 0px -5px;
	padding: 0px 0px 6px 3px;
}

#sub-nav a{
	color: #332f30;
	*margin-left: -5px;	
}
/*****************************************************| Content|***/

#cont{
	width: 525px;
	margin: 0px 25px ;
	position: relative;
	float: left;
	font: 12px arial, tahoma;
}

h1{
	font-size: 15px;	
	color: #2687cb;
	font-weight: normal;
	margin: -3px 0px 15px 0px;
}

.hl{
	color: #2687cb;	
}

.red{
	color: #ff0000;	
}

#line{ 	
	position: relative;
	float: left;
	width: 100%;
	background: url(/images/hr.gif) repeat-x left top;
	height: 28px;
}

#print{
	visibility:hidden;
 	display:none;
}

#footer{
	color: #bab9b9;
	position: relative;
	float: left;
	width: 100%;
}


#footer a{
	color: #bab9b9;
	text-decoration: none;
	margin: 0px 3px;
}


#text{
	position: relative;
	float: left;
}



#text ul{
	margin: 0px 0px 5px 12px;
	*margin: 0px 0px 5px 15px;
	padding: 0px;
	list-style-image:url(/images/li-moz.gif);
	*list-style-image:url(/images/li.gif);	
}

#text ol{
	margin: 0px 0px 5px 19px;
	*margin: 0px 0px 5px 23px;
	padding: 0px;	
}

#text li{
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

#text table tr td img {
	float: left;
	margin: 0;
}


table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #fff;
}



th {
	padding: 2px 3px;
	vertical-align: top;
	background: #2687cb;
	font-weight: normal;
	border-left: 1px dotted #fff;
	*border-left: 1px solid #fff;		
	color: #fff;
}

#text td{
	border: 1px dotted #b1b2b2;
	*border: 1px solid #fff;	
	padding: 2px;
	font: 11px arial,verdana;	
}

/*****************************************************| Content|***/

#teaser{
	width: 166px;
	height: 166px;
	position: relative;
	float: left;
	background: url(/images/teaser-hg.jpg) repeat-x left top;
	padding: 12px;
	color: #FFFFFF;	
	font: 11px arial, tahoma;	
}

#teaser a{
	color: #FFFFFF;		
}


#teaser ul{
	margin: 5px 0px 0px 14px;
	*margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style-image:url(/images/li-moz-teaser.gif);
	*list-style-image:url(/images/li-teaser.gif);	
}

#teaser ol{
	margin: 5px 0px 0px 19px;
	*margin: 0px 0px 0px 23px;
	padding: 0px;	
}

#teaser li{
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

.bigger{
	font: 13px arial, tahoma;

}

h2{
	color: #FFFFFF;
	font: 13px arial, tahoma;
	font-weight: bold;
	margin: -2px 0px 10px 0px;
	padding: 0;
}

/*****************************************************| Block Anreisser mit Text|***/

#anreisser{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 3px;
}

#anreisser img{
	position: relative;
	float: left;
}

#anreisser-content{
	position: relative;
	float: left;
	width: 390px;
	margin-left: 15px;
}

#anreisser-content ul{
	margin: 6px 0px 0px 12px;
	*margin: 6px 0px 0px 15px;
	padding: 0px;
	list-style-image:url(/images/li-moz.gif);
	*list-style-image:url(/images/li.gif);	
}

#anreisser-content ol{
	margin: 0px 0px 5px 19px;
	*margin: 0px 0px 5px 23px;
	padding: 0px;	
}

#anreisser-content li{
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#anreisser h3{
	font-size: 12px;
	padding: 0px;
	margin: -3px 0px 2px 0px;
	color: #2687cb;
	font-weight: bold;
}


.anreisser-link{
	position: absolute;
	bottom: 0px;
	right: 0px; 
	padding-right: 12px; 
	background:url(/images/pfeil.gif) right center no-repeat;
	font-weight: bold;
	color: #f1a32b;
}

.anreisser-link a{
	color: #f1a32b;
}


/*****************************************************| Thumbs |***/

#thumbs{
      position: relative;
      float:left;
      border:0px;
      width:525px;
    }

    #image{
      position: relative;
      float:left;
      width:120px;
      height:80px;
      overflow: hidden;
      z-index:1;
      margin :6px 12px 6px 0px;
      _margin :6px 12px 6px 0px;
      text-align: center;
      border: 1px solid #2687cb;
    }

    #inner{
      position: absolute;
      margin-left:  0px;
      *margin-left:  -60px;
      width:120px;
      height:80px;
      text-align: center;
    }


