@charset "iso-8859-1";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #9d1111 url(gfx/bg.jpg) repeat-x 0 0;
	color: #ffeaea;
	font: normal 100.01%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
img,
a img {
	border: 0;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}	

/* Typo
----------------------------------------------- */
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 50px 0 0 175px;
}
h1 span {
	font-size: 12px;
	padding-left: 8px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 20px 0;
}
h2.sep {
	font-size: 15px;
	font-weight: bold;
	margin: 75px 0 20px 0;
}
h2 span {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: .67em 0 .34em 0;
}
p {
	margin: 0 0 1em 0;
}
p.sep {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

ul.standard {
	margin: 3px 0 1em 30px;
	list-style-type: disc;
}
blockquote {
	font-style: italic;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
}
a.link,
a:visited.link {
	background: #c30;
	font-weight: bold;
	padding: 1px 3px;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a,
#footer a:visited {
	color: #c47272;
	outline: none;
	text-decoration: none;
}


/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	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: #fbedd4 url(gfx/bg_header.jpg) no-repeat 0 0;
	color: #9d1111;
	float: left;
	height: 238px;
	margin: 0;
	padding: 0;
	width: 780px;
}
#header blockquote {
	font-size: 16px;
	font-style: italic;
	margin: 50px 0 0 100px;
	text-align: center;
}
#content {
	float: left;
	font-size: 1.3em;
	padding: 0 0 35px 0;
	width: 540px;
}
.rekl {
	padding-top: 50px;
}
.bildm {
	margin-right: 10px;
}
#footer {
	border-top: 1px solid #c07e7e;
	float: left;
	font-size: 1.2em;
	margin-left: -3px; /*IE duplicate content fix*/
	padding: 10px 0;
	text-align: center;
	width: 780px;
}

/* Navigation
-----------------------------------------------*/
#navigation {
	background: transparent url(gfx/bg_navigation.jpg) no-repeat 0 0;
	color: #ffeaea;
	display: block;
	float: left;
	min-height: 370px;
	height: auto !important;  /* für moderne Browser */
	height: 370px;  /*für den IE */
	padding: 70px 0 0 0;
	width: 240px;
}
#menu {
	font-size: 17px;
	padding: 25px 0 0 15px;
}
ul#menu {
	list-style: none;
}
ul#menu li {
	list-style: none;
	margin-bottom: 5px;
}
ul#menu li a,
ul#menu li a:visited {
	text-decoration: none;
}
ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu #active {
	font-weight: bold;
	list-style: none;
	margin-bottom: 5px;
}