html {
	height: 100%;
}

body {
	height: 101%;
	margin: 0;
	padding: 0;
	background: url('/files/bgbody.jpg');
}

h1 {
	font-family: Georgia, Times, Serif;
	font-size: 25pt;
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h3 {
	font-family: Georgia, Times, Serif;
	font-size: 18pt;
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

a {
	color: #009;
}

#content h3 {
	font-family: Georgia, Times, Serif;
	font-size: 15pt;
	color: #000;
	text-shadow: none;
}

div#head {
	height: 70px;
	margin-left: 550px;
	width: 250px;

	background: #aaa;
}

div#breadcrumb {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	clear: both;
	width: 793px;
	height: 26px;
	float: left;
	background: url('/files/bgbg.jpg');
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-top: 4px;
	padding-left: 7px;
}

div#breadcrumb a {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: #fff;
}

div#breadcrumb div#datetime {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	float: right;
	margin-right: 5px;
}

div#main {
	clear: both;
	width: 1000px;	
}

div#navibox {
	width: 180px;
	margin-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background: url('/files/bgbg.jpg');	
	float: right;
}

div#navibox ul, div#navibox li {
	color: #fff;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20pt;
}

div#navibox a {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: #fff;
}

#brf {
	width: 60px;
	float: left;
}

li.navpt {
	margin-left: 0;
	padding-left: 0;
}

li.navpt2 {
	padding-left: 0;
	margin-left: 10px;
}

ul {
	padding: 5px;
	margin: 5px;
	margin-left: 10px;
}

div#contentbox {
	width: 500px;
	float: left;
	background: url('/files/bgcontent.jpg');
}

div#heading {
	padding: 10px;
}

div#heading h1 {
	line-height: 26pt;
	padding: 0;
	margin: 0;
}

div#content {
	min-height: 500px;
	background: url('/files/bgcoverlay.png');
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}

div#rbox {
	width: 180px;
	clear: both;
	float: left;
	margin-top: 55px;
	margin-left: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background: url('/files/bgbg.jpg');
}

input, textarea {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

input[type=text] {
	width: 135px;
	color: #aaa;
}

div#kontakt, div#kontakt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.formgen label {
	clear: both;
	float: left;
	margin-bottom: 4px;
}

.formgen input {
	width: 200px !important;
	margin-right: 182px;
	float: right;
}

/* =============================== Bildgalerie =============================== */

.galleria{list-style:none;width:490px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
