@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #a8a3a9 url(gfx/bg.jpg) repeat-x 0 0 fixed;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.fotolinks,
.fotorechts {
	color: #949494;
	float: right;
	font-size: 10px;
	margin: 0 0 10px 10px;
}
.fotolinks {
	float: left;
	margin: 0 10px 10px 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #ed0011;
	text-decoration: none;
}
#breadcrumb a,
#breadcrumb a:visited,
#footer a,
#footer a:visited {
	color: #fafafa;
	text-decoration: none;
}
#breadcrumb a:hover,
#footer a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 1em 0;	font-family: Georgia, "Times New Roman", Times, serif;

}
h3 {
	font-size: 1em;
	margin: 1.3em 0 .5em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
.fotolinks p,
.fotorechts p {
	margin: 0;
}
address {
	font-style: normal;
}
#footer address {
	margin: 1em 0 0 0;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#content ol {
	margin: 3px 0 1em 30px;
}
#content ol li {
	padding: 0 0 2px 0;
	list-style: decimal;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	border: solid #999;
	border-width: 0 2px 2px 0;
	font-size: 62.5%;
	margin: 20px auto 0 auto;
	padding: 6px;
	text-align: left;
	width: 780px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #44862a url(gfx/header.jpg) no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
#header img {
	color: #fff;
	padding-top: 50px;
}
#breadcrumb {
	background: #949494;
	color: #fff;
	font-size: 1.1em;
	padding: 8px 12px;
}
#content {
	border: 1px solid #ccc;
	float: right;
	font-size: 1.2em;
	margin: 5px 0;
	line-height: 1.5em;
	padding: 8px;
	width: 584px;
}
#footer {
	background: #949494;
	color: #fff;
	float: left;
	font-size: 1.1em;
	margin: 0 -3px 0 0; /* Duplicate Content Bug IE6 */
	padding: 8px 0;
	text-align: center;
	width: 780px;
}

/* navigationen
-----------------------------------------------*/
#menu {
	float: left;
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
	width: 176px;
	text-align: left;
}
ul#navmenu-v {
	margin: 0;
	padding: 0;
}
ul#navmenu-v li {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#navmenu-v a,
ul#navmenu-v a:visited {
	background: #fff;
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
	padding: 1px 5px;
	display: block;
	color: #000;
	text-decoration: none;
	width: 164px;
}
ul#navmenu-v li a:hover {
	background: #f3f3f3;
	color: #000;
}
ul#navmenu-v a.lastnav {
	border-bottom: 1px solid #ccc;
}
/* 2nd level */
ul#navmenu-v ul {
	font-size: .83em;
	margin: 0;
	padding: 0;
}
ul#navmenu-v ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#navmenu-v ul a,
ul#navmenu-v ul a:visited {
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
	padding: 1px 5px 1px 25px;
	display: block;
	color: #000;
	text-decoration: none;
	width: 144px;
}
ul#navmenu-v ul li a:hover {
	background: #f3f3f3;
	color: #000;
}
.active {
	background: #e7e7e7 !important;
	font-weight: bold;
}