
html, body {
	height: 100%;
	padding: 0; 
	margin: 0;
	
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #640f08;
	
}

a:link, a:visited, a:hover, a:active {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #640f08;
}



.maintable {
	width: 100%;
	height: 100%;
	padding: 0;
}

.startchildtable {
	margin: auto;
	height: 686px;
	width: 1009px;
	background: url(../_art/bg_start.jpg) no-repeat;
}

.childtable {
	margin: auto;
	height: 686px;
	width: 1009px;
	background: url(../_art/bg_logo_meta.jpg) no-repeat;
}

.transtable {
	width: 756px; 
	height: 603px; 
	background: url(../_art/transparent.png) no-repeat;
} 

.tblnaehrwert {
	width: 696px;
	height: 243px;
}



/* Nähwerttabelle */
	.nw {
		font-size: 11px;
		font-weight: bold;
	}
	.nwheadlineleft {
		text-align: center;
		background-color: #f5c795;
		height: 19px;
	}
	.nwheadline {
		text-align: center;
		background-color: #f5c795;	
		height: 18px;
	}
	.nwdarkrowhd {
		background-color: #ec8630;	
		padding-left: 10px;
		height: 18px;
	}
	.nwdarkrow {
		background-color: #ec8630;	
		text-align: center;
		height: 18px;
	}
	.nwdarkrowhdbottom {
		background-color: #ec8630;	
		padding-left: 10px;
		height: 18px;
	}
	.nwdarkrowbottom {
		background-color: #ec8630;	
		text-align: center;
		height: 18px;
	}
	.nwlightrowhd {
		background-color: #f5c795;	
		padding-left: 10px;
		height: 18px;
	}
	.nwlightrow {
		background-color: #f5c795;	
		text-align: center;
		height: 18px;
	}
	.nwcontentlightrow {
		background-color: #f9e3c1;	
		text-align: center;
		height: 18px;
	}
