@charset "utf-8";

* {
margin: 0;
padding: 0;
border: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	height: 100%;
	background-color: #f0f0f0;
	background-image: url(../gfx/all/body_hg.gif);
	background-repeat: repeat;
	background-position: center;
}

#Container {
	margin: 0 auto; /* mittig von links/rechts */
	padding: 0;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: visible;
	background-image: url(../gfx/all/container_hg.gif);
	background-repeat: repeat-y;
}

* html #Container { /* Für IE */
height: 100%;
}

/* --------------Header/Content---------------- */
#top {
	height: 30px;
	background-color: #ffc800;
	text-align: right;
	padding-right: 20px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 80%;
}
#Header {
	height: 291px;
}

#Content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	width: 655px;
	left: 245px;
	float: right;
	padding-left: 30px;
	font-size: 80%;
	line-height: 150%;
}


/* --------------Fussleiste/Footer------------- */
#Footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	width: 960px;
	height: 30px;
	background-color: #ffc800;
	background-position: 0px 0px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
	font-size: 70%;
}


/* --------------CLEARFIX Methode------------- */
.Clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.Clearfix {
display:block;
}

/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */

a.menu {
	padding: 5px 20px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #fef4cd;
}

a.menu:link, a.menu:visited
{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	color:#333333;
	text-decoration: none;
	line-height: 28px;
	font-variant: small-caps;
	width: 205px;
	float: left;
}

a.menu:hover
{
	color:#000000;
	background-color: #ffc800;
}
a {
	color: #1e1e1e;
}

a:link, a:visited
{
	color:#1e1e1e;
	text-decoration: none;
}

a:hover
{
	color:#1e1e1e;
	text-decoration: underline;
}
#menuleft {
	position: relative;
	width: 245px;
	float: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.bilderrahmen {
	border: 5px solid #fff7d9;
}
ul {
	margin-left: 20px;
}