@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: -100px bottom;
	margin: 0px;
	background-color: #5583BE;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005B41;
	text-decoration: none;
	padding: 0px;
}
.contentbox {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #005B41;
	padding: 15px;
	background-image: url(img/textbox.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	height: 29px;
	width: 100%;
	position: fixed;
	margin: 0px;
	bottom: 0px;
	background-image: url(img/fussbox.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.abstand {
	height: 35px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

.footcontent {
	padding: 5px;
	height: 20px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
}
.seitenkopf {
	background-color: #C00;
	height: 30px;
	width: 100%;
}
.header {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.logo {
	height: 111px;
	width: 202px;
	margin-left: 10px;
	margin-top: 10px;
	position: absolute;
	z-index: 1;
	float: left;
}
.slideshow {
	height: 350px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0F6;
	border: 1px solid #FFF;
}
.navigation {
	background-color: #005B41;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: 650px;
	display:block;
	height: 30px;
	margin-left: 211px;
	padding: 0px;
	margin-top: 0px;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
	margin-left: 20px;
	background-color: #005B41;
	position: absolute;
	padding: 0px;
	margin-top: 0px;
}
#header_menu li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 30px;
	padding:0;
	background-color: #005B41;
	margin: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display: block;
	padding-bottom: 4px;
	color: #fff;
	text-decoration: none;
	background-color: #005B41;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	color: #FFF;
	background-color: #C00;
}
#nav li a:active, #nav ul li a.active {
	color: #FFF;
	background-color: #C00;
}

/* Current page Customisations*/
#nav li.menu-current a		{
	color: #fff;
	background-color: #000;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: auto;
	height: 1.6em;
	display: none;
	text-transform: none;
	font-size: 100%;
}
#nav .menu li ul li {
        width: 12em;
        text-align: left;
        font-weight: normal;
        padding: 0;
        line-height: 1.2em;
}
#nav .menu li ul a {
        width: 11.5em;
        padding: .6em .1em .6em .4em;
        background: #4b4c4d;
        color: #fff;
        border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul ul ul {
	position: absolute;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #clearfix {
	height: 1%;
}

.suchen {
        font-size: 85%;
        float: right;
        margin-top: 0.4em	
}

.suchen a {
        color: #ffffff;
        text-decoration: none;
}
.suchen a:hover {
        text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #005B41;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 24px;
	color: #005B41;
}
h3 {
	font-size: 20px;
	color: #005B41;
}
h4 {
	font-size: 16px;
	color: #005B41;
}
h5 {
	font-size: 14px;
	color: #005B41;
}
h6 {
	font-size: 12px;
	color: #005B41;
}
#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(http://www.landhaus-oberaurach.de/templates/oberaurach_start/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.landhaus-oberaurach.de/templates/oberaurach_start/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.landhaus-oberaurach.de/templates/oberaurach_start/overlay.png", sizingMethod="scale");
	}
	
