html{
	height: 100%;
	width:100%;
}

body{
	font: 20px "Courier New", Courier, mono;
	color: #c30017;
	background-color: #e6e6e6;
	text-align: center;
	margin: 0 auto;
}

#maintable, #maintable tr, #maintable td {
	height: 100%;
	border:0;
	margin:0 auto;
} 
#mainbox {
	margin:0 auto;
	background: #ff0000;
	padding: 20px;
	text-align:left;
}


p#lesetext {
	width: 830px;
	text-align: justify;
	margin: auto;
	font: 20px/23px "Courier New", Courier, mono;
}

span.fadein {
	opacity: 0;
}

p a{
	color: #c30017;
	text-decoration: underline;
}

a:hover{
	color: #c30017;
	text-transform: uppercase;
}
#referenzen_text {
	padding: 0;
	width: 250px;
	margin: 100px 0 0 300px;
	font-size: 11px;
	line-height: 18px;
}
#impressum_text {
	padding: 0;
	width: 250px;
	margin: 100px 0 0 300px;
	font-size: 11px;
	line-height: 18px;
}

#impressum_text a{
	color: #c30017;
	text-decoration: none;
}
