@charset "UTF-8";
/* CSS Document */

body{
font-size:11px;
	margin:0px;
	background:#CCCCCC;
}
#container{
	position:relative;
	width:850px;
	background:#FFFFFF;
	margin:0 auto;
overflow:hidden;

}
#footer{
	position:relative;
	width:850px;
	margin:0 auto;
	text-align:right;

}
#logo{
	position:absolute;
}
#topmenue{
	text-align:right;
	padding-top:15px;
	padding-right:20px;
	background:url(../img/topmenueBG.jpg);
	height:35px;
}
#header{
	text-align:right;
	height:100px;
	background:url(../img/headerBG.jpg);
}
#submenue{
position:absolute;
	float:left;
	background:url(../img/submenueBG.jpg) no-repeat;
	width:203px;
height:100%;
}
#content{
position:relative;
	margin-left:203px;
	width:610px;
	background:#FFFFFF;
	min-height:460px;
	background:url(../img/contentBG.jpg) no-repeat;
	padding:20px;
}

#zitat{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:500px;
	float:right;
	margin-top:20px;
	margin-right:20px;
font-size:1.4em;
}
.zitatautor{
	font-size:1em;
	color:#666666;
	font-size:0.8em;
}
#subbewerber{
	position:absolute;
	width:150px;
	height:90px;
	background:url(../img/subBG.png);
	margin-left:310px;
	margin-top:-7px;
	padding-top:14px;
	text-align:left;
visibility:hidden;

}
#subfirmen{
	position:absolute;
	width:200px;
	height:90px;
	background:url(../img/subBG.png);
	margin-left:420px;
	margin-top:-7px;
	padding-top:14px;
	text-align:left;
visibility:hidden;
}