/* CSS Document */
body {
	background-image:url(../media/background.jpg);
	background-position:center;

	background-color:#92bce6;
	margin:0px;
}

#container {
	background-image:url(../media/container.png);
	height:auto;
	width:830px;
	margin:25px auto;
	z-index:1;
}
#links{
	background-image:url(../media/links.gif);
	height:270px;
	width:101px;
	float:left
}
#head {
	width:530px;
	height:52px;
	background-image:url(../media/head.png);
	background-repeat:no-repeat;
	float:left;
}
#headbild {
	width:530px;
	height:217px;
	background-repeat:no;
	float:left;
}
.subnavi {
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:11px;
	line-height:20px;
	color:#000000;
	padding:10px;
}
.subnavi a {
	text-decoration:none;
	color:#006633;
}
#current2 {
	color:#000000;
}
#current3 {
	color:#195F25;
}
#content {
	width:525px;
	min-height:450px;
	height:auto;
	background-image:url(../media/content.png);
	clear:left;
	padding-left:101px;
}
.content {
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:13px;
	color:#363636;
	line-height:25px;
	padding-right:5px;
}
.content a {
	color:#195F25;
}
#navicon {
	background-image:url(../media/navi.png);
	background-repeat:repeat-y;
	height:auto;
	width:250px;
	margin-left:550px;
}
#navi {
	height:auto;
	min-width:120px;	
}
.navi {
	padding:45px 15px 5px 15px;
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:12px;
	line-height:25px;
	color:#363636;
}
.navi a {
	text-decoration:none;
	color:#363636;
}

#current {
	color:#195F25;
}

.buchung {
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
	color:#329620;
}
.buchung a {
	color:#329620;
	text-decoration:none;
}
#logo {
	background-image:url(../media/logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:90px;
	width:139px;
}
#footer {
	width:100%;
	height:18px;
	background-image:url(../media/footer.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:10px;
	color:#FFFFFF;
	left:0px;
	position:absolute;
	text-align:center;
	
}
.footer {

	padding-top:3px;
}
.footer a {
	
	color:#FFFFFF;
	text-decoration:none;
}
/* headline*/ 
h1 { 
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#195F25;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/templates/media/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/templates/media/fake.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/media/overlay.png", sizingMethod="scale");
}
	