@charset "utf-8";
/*Alle Styles für den Inhaltsteil hier definieren.*/
body {
	font: normal .8em/1.5em Tahoma, Geneva, sans-serif;
	background: #ebebeb url(img/bg_main.jpg) repeat;
	background-attachment: fixed;
	width: 950px;
	margin: auto; 
	color: #4C2003;
	height:100%; 
	max-height:100%; 
	overflow: hidden;
}

body,td,th {
	font-size: 0.8em;
}

.Stil2 {
	font-size: xx-large; 
	font-weight: bold; 
	line-height: normal;
}

.Stil3 {
	font-size: medium;
}

.Stil4 {
	font-size: x-large;
}

.Stil5 {
	padding-right: 20px;
	padding-left: 20px;
}

/* Definition  des Sticky-Header startet hier.*/
#header {
	position: fixed;
	margin-left: auto; 
	margin-right: auto; 
	width: 950px;
	height: 225px;
	top: 10px;
	z-index:100; /*Original: 9999*/
}

/* Definition  des Banners hier um Einbindung der Grafik zu erleichtern.*/
#banner {
	background: url(img/banner.png) no-repeat;
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	height: 150px;
	width: 950px;
	color: #4c2003;
}

/* Definition  Linkfarbe hier.*/
a {
	color: #333333;
}
/* Definition  des CCS3-Menüs startet hier.*/
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #4c2003 url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 30px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000000;
	color: #ffffff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #e1ab64 url(img/gradient.png) repeat-x 0 -40px;
	color: #444444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav ul a:hover {
	background: #bd7545 url(img/gradient.png) repeat-x 0 -100px !important;
	color: #ffffff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-left-radius: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-right-radius: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/* Definition des Seiteninhalts startet hier.*/
#article {
	font: normal 1em/1.5em Tahoma, Geneva, sans-serif;
	position:fixed;
	top: 225px;
	bottom: 35px;
	width: 950px;
	margin-left: auto; 
	margin-right: auto; 
	overflow: auto;
}

/* Definition rechter Außenabstand für Absätze */
p {
	margin-right: 1em;
}


/* Definition der Listen (Datenschutz).*/
#article ol li {
	list-style-type: lower-alpha;
	font-size: medium;
	margin-right: 1em;
}

#article ul li {
	list-style-type: disc;
	font-size: small;
	margin-right: 1em;
}

/* Definition  des Sticky-Footer startet hier.*/
#footer {
	position: fixed;
	color: #4c2003;
	text-align: center;
	width: 950px;
	bottom: 0px;
	margin-left: auto; 
	margin-right: auto; 
}

/* Definition der Scrollbar für Chrome. IE und Firefox werden leider nicht unterstützt.*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
	left bottom,
	left top,
	color-stop(0.44, rgb(189,117,69)),
	color-stop(0.72, rgb(124,66,27)),
	color-stop(0.86, rgb(76,32,3)));
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(img/overlay.png) repeat; 
    text-align:center;
	z-index: 600;
}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
	z-index: 600;
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
	max-height:650px;
	z-index: 600;
}
#menu ul{
  list-style: none;
}
#menu li{
  display: inline;
}
#image {
border: none;
padding: 0.8em;
float:left;
}