@charset "utf-8";
/* CSS Document by joerg fiedler for winkelmann */


body {
	font-family:Tahoma, Arial, Verdana;
	font-size: 8pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#backgroundPattern {
	position:relative;
	background-image:url(img/streifen_bkg.jpg);
	background-repeat:repeat-x;
	min-width: 950px;
	height: 700px;


}

#logo {
	background-image:url(img/logo_schrift_kamin.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:237px;
	height: 84px;
	margin-left:42px;
	padding-bottom: 5px;
	

}

#mainInhalt {
	position: absolute;
	left: 50%;
	width: 877px;	/* breite der flashdatei*/
	margin-left: -438px; /* negative Hälfte von (width:800px --> -400) also der größe der flashdatei */
	

}
#downloadlink{
	text-align:right;
	color:#999999;
}

