/* CSS für Dr.-Ing. Timon Gruber - gruber-consult - für den Screen - indexseite
erstellt von T. Gruber / www.websitebau-barrierefrei.de - www.TOM-Design-Berlin.de */

body {
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#000000;
	background-color:#bfcddb;
	padding:0;
	margin: 0;
}


/* unsichtbare Überschrift - barrierefrei */
h1 {
font: 0/0 sans-serif;
line-height: 0;
position: absolute;
left: -1000px;
top: -1000px;
width: 0px;
height: 0px;
overflow: hidden;
display: inline;
}

#boxcenter {
	position: absolute;
	background-color:#dedede;
	font-size:80%;
	top: 50%;
	margin-top: -200px;
	height: 400px;
	width: 100%;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	overflow: auto;
	text-align: center;
	color: #666666;
}

a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.oben {
	height: 300px;
	font-weight:bold;
	text-align:center;
	font-size:100%;
	padding-top: 40px;
	background-color:#FFFFFF;
}
.unten {
	font-weight:bold;
	text-align:center;
	font-size:100%;
	padding-top: 20px; 
	}