/* Basic Elements */
html, body {
	margin: 0;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
	background: #ffda9f url(../images/bgbody.gif);
	text-align: center;
	}
#container {
    text-align: left;
	width: 760px;
	margin: 0 auto;
	background:#ffffff;
	}
#header1 {
	width: 100%;
	height: 39px;
	padding:4px 0;
	background:#ffffff;
	}
#header2 {
	width: 100%;
	height: 100px;
	background: #d1d7e7 url(../images/imgheader2-01.jpg) top left no-repeat;
	}
#content {
    padding:0 30px 30px 30px;
	left:-40px;
	top:-100px;
	position:relative;
	}
#content img {
    border:1px solid gold;
    padding:30px;
	}
#content img.imgindex {
    border:0;
    padding-left:50px;
	margin-top:-75px;
	float:right;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid white;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
	background:#7486b7;
	font-size:75%;
	left:-20px;
	position:relative;
	}
#footer a:link {
color:#00217b;
	}
#footer a:visited {
color:#00217b;
	}
#footer a:hover {
color:gold;
	}
	

/* Nav Menu */
#nav {
	border-color: white white #00217b white;
	border-style: solid;
	border-width: 1px;
	background:#7486b7;
	padding:5px 0 6px 10px;
	display:none;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	display: inline;
	padding: 0;
	border-right:0;
	}
#nav li a {
	font-weight: normal;
	font-size: 80%;
	color: white;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border:1px solid #7486b7;
	}
#nav li.navbullet {
padding: 0 5px;
	}
#nav li a:hover {
	color: gold;
	border:1px solid #00217b;
	background:#465e9f;
	}
#nav li a.active {
	color: gold;
	border:1px solid #00217b;
	background:#465e9f;
	padding: 0 10px 0 10px;
	}


/* Subnav Menu */
#subnav {
	border-color: white white gold white;
	border-style: solid;
	border-width: 1px;
	background:#fff4b9;
	padding:5px 0 6px 10px;
	display:none;
	}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#subnav li {
	display: inline;
	padding: 0;
	border-right:0;
	}
#subnav li a {
	font-weight: normal;
	font-size: 80%;
	color:#00217b;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
#subnav li.navbullet {
padding: 0 5px;
	}
#subnav li a:hover {
	color: gold;
	text-decoration:underline;
	}
#subnav li a.subnavactive {
	text-decoration: underline;
	}


/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
    color: #d1b000;
    padding:25px 10px 10px 10px;
    margin:0;
	}
a {
	color: #00217b;
	text-decoration: underline;
	}
a:hover {
	color: gold;
	}
.hr {
height:1px;
color:#ffd700;
padding-top:10px;
	}
.navbullet {
	color: #00217b;
}
.subnavbullet {
	color: gold;
	}
.display {
height:36px;
	}
	
html>body .display {height:38px;}

.imgfloater {
float:right;
margin:0 0 20px 20px;
	}

/* Hoverbox Bildgalerie */
#hoverbox {
    margin-left:-30px;
	}
.hoverbox {
    cursor: default;
	list-style: none;
	}
.hoverbox a {
	cursor: default;
	}
.hoverbox a .preview {
	display: none;
	}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	}
.hoverbox img {
	background: #ffffff;
	border:1px solid gold;
	color: inherit;
	vertical-align: top;
	width: 75px;
	height: 75px;
	}
.hoverbox li {
	float: left;
	position: relative;
	padding: 10px;
	}
.hoverbox .preview {
	border-color: gold;
	width: 200px;
	height: 200px;
	}
.hoverboxclearer {
    clear:both;
	padding-bottom:30px;
   }
