body {
	margin: 0;
	background-color: rgb(84%, 84%, 84%);
	font-family: Swiss, Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	line-height:  1.1em;
	color: rgb(0%, 0%, 0%);
	font-weight: normal;
}

strong {
	font-weight: bolder;
}

#hintergr {
	position: absolute;
	top: 340px;
	left: 40px;
	width: 760px;
	height: 220px;
	color: rgb(84%, 84%, 84%);
	background-color: rgb(84%, 84%, 84%);
}

#oben {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 750px;
	height: 200px;
	color: rgb(84%, 84%, 84%);
	background-color: rgb(84%, 84%, 84%);
}

#mitte {
	position: absolute;
	top: 340px;
	left: 60px;
	width: 740px;
	height: 175px;
	text-align: left;

}

#unten {
	position: absolute;
	top: 585px;
	left: 40px;
	width: 755px;
	height: 100px;
	text-align: right;
	color: rgb(84%, 84%, 84%);
	background-color: rgb(84%, 84%, 84%);
}


h1 {
	font-family: swis721 blk bt, Swiss, Verdana;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

h3 {
	font-family: Swiss, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: rgb(20%, 20%, 20%);
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
        line-height: 1.5em;
	font-weight: normal;
	color: rgb(30%, 20%, 20%);
}


h5 {
	font-family: Swiss, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: rgb(100%, 100%, 100%);
}
h6 {
	font-family: Swiss, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 2px;
	color: rgb(75%, 5%, 5%);
}


img { border: none; }

a:link { color: rgb(10%, 10%, 100%); }
a:visited { color:rgb(30%, 30%, 100%); text-decoration: none; }
a:active { color:rgb(100%, 80%, 80%); text-decoration: none; }
