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

html, body {
	height:100%;
	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:180px;
	z-index:1;
}
/* --end-- FLASH POSITION */

/* SUBNAV */
#subnavTextDiv {
	position:absolute;
	color: #da0029;
	top:160px;
	left:50%;
    margin-left: -475px;
	width:950px;
	height:20px;
	z-index:2;
}
/* --end-- SUBNAV */

/* ADMINNAV */
#adminnavTextDiv {
	position:absolute;
	color: #000000;
    left:50%;
    margin-left:322px;
	top:87px;
	z-index:1;
}
/* --end-- ADMINNAV */

.tablemain { 
	height:100%;
	width:950px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}

.tablewrapper {
	width:100%;
	margin-top:220px;
	margin-left:30px;
	margin-bottom:10px;
}

.tablewrapper #tdcontent{
	padding-right:15px;
}

.subnavContentTable{
	width:100%;
}

.subnavContentTable td{
	vertical-align:top;
}

.subnavContentTd1 {
	padding-top:40px;
	width:215px;
}
.subnavContentTd2 {
	padding-left:15px;
}

/* Footer */
.tdfooter {
	margin-left: auto;
    margin-right: auto;
	margin-top:600px;
	background-image: url(media/_mainpics/footer.png);
	background-repeat: no-repeat;
	text-align:left;
	height:120px;
	width:950px;
	background-color:#cccccf;
} 
/* --end-- FOOTER */

#tblform #message{
	width: 200px;
	height:150px;
}

#tblform input{
	width: 200px;
}
#tblform .submit{
	width: 100px !important;
}

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

#newsform .button{
	width: 100px !important;
}
