@charset "utf-8";
/* CSS Document */
	body {
		margin:0; padding:0;
		font:11pt/1.5 tahoma;
		background-image:url(../img/bg.jpg);
		background-repeat:repeat-x;
		}
	#bgLogo{
	margin:0px auto;
	background-image:url(../img/bgLogoS.png);
	background-repeat:no-repeat;
	min-height:845px;
	}
	#wrapper{
		background-image:url(../img/shadow.png);
		background-repeat:repeat-y;
		margin:0 auto;
		padding:0 20px 0 20px;
		width:760px;
		min-height: 100%;
	}
	#header {
	margin:0;
	padding:0;
	height:150px;
	background:transparent;
	margin-bottom:10px;
	background-image: url(../img/headerNeu.png);
	}
	.heading{
	height:117px;
	padding: 0 5px;
	}
	#main {
		margin:0;
		padding:5px 0 0 0;
	}
	#left {
	float:left;
	width:20%;
	margin:0;
	padding:5px 0 0 0;
	background:transparent;
	font-size:90%;
	height: 100%;
	}
	#right {
	float:right;
	width:80%;
	margin:0;
	padding:0;
	background:transparent;
	font-size:100%;
	height:100%;
	}
	#middle {
		margin:0 150px;
		background:white;
		font-size:100%;
	}
	#bottom{
		padding:0px 20px;
		background-image:url(../img/footerBG.png);
		height:20px;
		width: 760px;
		margin: 0 auto;
	}
	#footer{
	padding:0 5px;
	background-image:url(../img/footerBG.jpg);
	background-repeat:repeat-x;
	height:30px;
	font-size:65%;
	margin: 0;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	}
	.clear {
	clear:both;
	height:1px;
	margin:0; padding:0;
	background:transparent;
	}

