.content-header
 {color:#FF0000; font-family:arial; font-size:15px; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:0px; font-weight:bold;}

.titel_l1
 {color:#000000; font-weight:bold; padding-top:15px; font-size:14px;}

.titel_dokument
 {color:#000000; font-weight:bold; font-size:11px;}

.text_l1
 {color:#000000; padding-top:10px; padding-left:20px; line-height:15px; font-size:12px;}{color:#ff0000; text-decoration:none;}


body{
background-image:url(../images/bg.jpg);
background-repeat : repeat-x;
background-attachment:scroll;
background-position: left top;
font-family : arial, helvetica;
	font-size : 12px;
	color: #006699;
}

td{
	font-family : arial, helvetica;
	font-size : 12px;
	color: #006699;
}

span{
	line-height: 18px;
}

h1{
	font-size: 14px;
	font-weight : bold;
}

.content{
position: absolute;
z-index : 2;
padding:0px;
border: 0px;
margin-left: 0px;
left : 0px;
top : 0px;
}

.benjamin{
position: absolute;
z-index : 1;
padding:0px;
border: 0px;
margin-left: 0px;
right: 0px;
top : 0px;
}

.navigation{
position: relative;
z-index : 10;
padding:0px;
border: 0px;
left: 0px;
bottom: 0px;
margin-left: 0px;
width : 333px;
overflow : visible;
}

.navigation2{
position: absolute;
z-index : 8;
padding:0px;
border: 0px;
left: 0px;
bottom: 0px;
margin-left: 0px;
width : 333px;
overflow : visible;
}

input{
 background-color : #FFCC00;
 border : solid;
 border-color : #FF3333;
 border-width : 1px;
 font-family : Arial;
 font-size : 11px;
 color: #003366;
 height: 17px;
 margin-bottom: 6px;
}

.input2{
 background-color : #FF6600;
 border : solid;
 border-color : #FF3333;
 border-width : 1px;
 font-family : Arial;
 font-size : 11px;
 color: #006699;
 height: 18px;
 width : 60px;
}

select{
 background-color : #ffffff;
 border : solid;
 border-color : #cccccc;
 border-width : 1px;
 font-family : Arial;
 font-size : 12px;
 color: #003366;
}

a:link{
	color: #FF3333;
	text-decoration: none;
}

a:visited{
	color: #FF3333;
	text-decoration: none;
}

a:active{
	color: #FF3333;
	text-decoration: none;
}

a:hover{
	color: #FF3333;
	text-decoration: underline;
}

.impressum:link{
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.impressum:visited{
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.impressum:active{
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.impressum:hover{
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}

.liste{
font-size : 10px;
color : #ffffff;
list-style-image: url(../images/bulletpoint.gif);
}

.liste:link{
	color: #ffffff;
	text-decoration: none;
}

.liste:visited{
	color: #ffffff;
	text-decoration: none;
}

.liste:active{
	color: #ffffff;
	text-decoration: none;
}

.liste:hover{
	color: #ffffff;
	text-decoration: underline;
}

.attraktion{
	font-size: 12px;
	font-weight: bold;
	color : #663300;
}

.attraktiontext{
	font-size : 12px;
	color: #663300;
}

.login2{
	font-size: 11px;
	color: #ffffff;
}

.uebersicht{
	color: #FF9933;
}

.preise{
	color: #CC0000;
	font-size : 13px;
}

.foto{
	border-style: double;
	border-color: #99CCFF;
	border-width:6px;
	float : left;
	margin-right : 5px;
	}

.foto2{
	border-style: double;
	border-color: #99CCFF;
	border-width:6px;
	float : right;
	}

.fotoclear{
	border-style: double;
	border-color: #99CCFF;
	border-width:6px;
}

/*
 * Guestbook
 *
 */
#guestbook li a:focus, #content li a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}

#guestbook h1 
    {clear:both;}

#guestbook .entry {
    background-image: url(../images/guestbook_entry_head.jpg);
    background-repeat: no-repeat;
    width: 370px;
    margin-bottom: 20px;
}

#guestbook .entry p {
    background-image: url(../images/guestbook_entry_bg.jpg);
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    margin-bottom:0px;
}

#guestbook .entry h2 {
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 7px;
    padding-top: 3px;
}

#guestbook .entry h3 {
    margin-top:0px;
    margin-left: 7px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 36px;
}

#guestbook .entry span {
    background-image: url(../images/guestbook_entry_footer.jpg);
    background-repeat: no-repeat;
    display: block;
    width:370px;
    height:19px;
}

#guestbook .pagination {
    background-color: #b8e5fa;
    text-align:center;
    width:370px;
    height:20px;
    padding-top:6px;
    margin-bottom:30px;
}

#guestbook .new_entry {
    background-color: #b8e5fa;
    padding-left:9px;
    padding-right:9px;
    padding-top:1px;
    padding-bottom:5px;
    clear:both;
    border: #ff6600 1px solid;
}

#guestbook .new_entry label {
    display:block;
    margin-bottom: 3px;
}

#guestbook .new_entry input 
    {width:256px;}

#guestbook .new_entry .submit 
    {text-align:right;}

#guestbook .new_entry .submit input 
    {width:100px;}

#guestbook .new_entry textarea {
    width:350px;
    height:150px;
    font-family : Arial;
    font-size : 11px;
    border: #FF3333 1px solid;
    background-color : #FFCC00;
    color: #003366;
}

#guestbook .thank_you {
    height:138px;
    background-image: url(../images/guestbook_thankyou.jpg);
    background-repeat: no-repeat;
}

#guestbook .thank_you h2 {
    color: #333;
    font-size: 14px;
    padding-left:15px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin:0px;
}

#guestbook .thank_you h3 {
    font-size: 14px;
    padding-left:3px;
    padding-top: 33px;
    margin-top:20px;
}

#guestbook .thank_you p {
    color: #333;
    padding-left:15px;
    padding-right:15px;
    padding-top: 0px;
    margin:0px;
}

#guestbook .message {
    border: #FF3333 1px solid;
    background-color : #FFCC00;
    color: #003366;
    padding:8px;
    height:16px;
    margin-bottom:10px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 113px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}