@charset "UTF-8";
* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-repeat: repeat-x;
	background-color: #cccccf
}

/* HAUPTNAV BG (Header) POSITION */
#mainnavTextDiv {
	position:absolute;
	color:#da0029;
	top:0px;
    left:50%;
    margin-left: -475px;
	width:950px;
	height:76px;
	z-index:2;
}
#main1Div table{
	width:100%;
	background-image: url(media/_navpics/nav_bg.png);
	background-repeat: no-repeat;
	height:78px;
}
/* --end-- HAUPTNAV */





/* FLASH POSITION */
#flash_folge {
	position:absolute;
	/*color: #da0029;*/
	left:0px;
	top:0px;
	width:100%;
	height:500px;
	z-index:1;
}
/* --end-- FLASH POSITION */


#newsform input{
	font-size:12px;
	color:#4a4a4a;
	line-height: 1.5em;
	font-weight: normal;
}

.footerhome {
	margin-left: auto;
    margin-right: auto;
	margin-top:500px;
	background-image: url(media/_mainpics/footer.png);
	background-repeat: no-repeat;
	height:100px;
	width:950px;
} 


