* {
	padding:0em;
	margin:0em;
}
.floatfix {
	clear:both;
	height:1px;
	width:100%;
	display:block;
}
.small {
	font-size:smaller;
}
.nodeco {
	text-decoration:none !important;
	border:none !important;
}

img {
	border:none;
}
body {
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	background-image:url(../bilder/layout/big_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	min-width:990px;
	
	/* 
	background-image:url(../bilder/layout/site_bg.png);
	background-repeat:repeat-x; 
	*/
	
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-serif;
	font-size:100.01%;
	font-stretch:expanded;
	font-style:normal;
	font-variant:normal;
}
h1 {
	padding:0.5em 0em 0.5em 0em;
}
p {
	padding:0.5em 0em 0.5em 0em;
}
.websitecontainer {
	width:990px;
	border-left:1px solid green;
	border-right:1px solid green;
	margin:0 auto;
}
.headerbg {
	clear:both;
	height:110px;
	width:100%;
	min-width:990px;
	background-image:url(../bilder/layout/site_top_bg.png);
	background-repeat:repeat-x;
	background-color:transparent;
	text-align:center;
	vertical-align:baseline;
}
.header {
	height:110px;
	width:990px;
	margin:0 auto;
	background-image:url(../bilder/layout/header.png);
	background-position:left bottom;
	border-left:1px solid black;
	border-right:1px solid black;
}
.content {
	margin-left:220px;
	padding-bottom:3em;
	min-width:770px;
}
.splash {
	margin-top:2em;
}
.footerbg {
	clear:both;
	height:31px;
	width:100%;
	min-width:990px;
	background-image:url(../bilder/layout/site_bottom_bg.png);
	background-repeat:repeat-x;
	background-color:rgb(240,179,8);
	text-align:center;
	vertical-align:baseline;
}
.footer {
	clear:both;
	height:31px;
	width:990px;
	margin:0 auto;
	background-image:url(../bilder/layout/bottom_bg.png);
	background-repeat:repeat-x;
	background-color:rgb(240,179,8);
	text-align:center;
	vertical-align:baseline;
	border-left:1px solid black;
	border-right:1px solid black;
}
.adresse {
	float:left;
	margin-left:0.5em;
	font-weight:bold;
	font-size:smaller;
}
/* SEITENLEISTE STARTSEITE */
.sidebar {
	float:right;
	margin:0em 2em 0em 2em;
	width:247px;
	padding-bottom:1em;
}
.seitenleiste_header {
	background-color:orange;
	border-top:2px solid black;
	font-size:0.9em;
	font-weight:bold;
	padding:0.2em;
}
.seitenleiste_eintrag {
	border:1px solid silver;
	font-size:0.9em;
	padding:0.1em 0.3em 0.3em;
}
/* BILDERLEISTE STARTSEITE */
.bilderleiste {
	width:100%;
	text-align:center;
	padding: 0.5em 0em 0.5em 0em;
}
.bilderleistenlink {
	color:black;
}
.bilderleistenbild {
	height:150px;
	width:150px;
}
/* WERBEBANNER UND LOGOS, SENKRECHTE NAVIGATION */
.bannerspacevertical {
	height:auto;
	width:161px;
	margin-top:1em;
}
.logospace {
	height:auto;
	width:161px;
	margin-top:1em;
	background-color:rgb(215,215,215);
}
.left {
	float:left;
	text-align:center;
	background-color:rgb(215,215,215);
	width:48%;
}
.right {
	margin-left:80px;
	text-align:center;
	background-color:rgb(215,215,215);
	width:48%;
}