body {
	font-family: arial, helvetica, sans-serif;
	color: rgb(70,70,70);
	background-color: rgb(240,240,240);
	background-image: url('images/back.gif');
	height:auto;
	text-align:center;
	}

.nav {
	width: 120px;
	background-color: rgb(250,250,250);
	border-top: 1px solid rgb(180,180,180);
	border-bottom: 1px solid rgb(220,220,220);
	border-left: 1px solid rgb(180,180,180);
	border-right: 1px solid rgb(220,220,220);
	z-index: 10;
	float:left;
	height:510px;
	}
	
.inhalt {
	width: 620px;
	background-color: rgb(250,250,250);
	border-top: 1px solid rgb(180,180,180);
	border-bottom: 1px solid rgb(220,220,220);
	border-left: 1px solid rgb(180,180,180);
	border-right: 1px solid rgb(220,220,220);
	overflow: auto;
	z-index: 20;
	float:right;
	height: 510px;
}
	
.q1 {position: absolute; z-index: 5; margin-left:-20px; top: 475px}
body > .q1 { position: fixed}
.q2 {position: absolute; z-index: 5; margin-left:-20px; top: 440px}
body > .q2 { position: fixed}
.q3 {position: absolute; z-index: 5; margin-left:-20px; top: 580px}
body > .q3 { position: fixed}
.q4 {position: absolute; z-index: 5; margin-left:-20px; top: 545px}
body > .q4 { position: fixed}
.q5 {position: absolute; z-index: 5; margin-left:-20px; top: 510px}
body > .q5 { position: fixed}


.q6 {position: absolute; z-index: 5; margin-left:620px; top: 580px}
body > .q6 { position: fixed}
.q7 {position: absolute; z-index: 5; margin-left:585px; top: 580px}
body > .q7 { position: fixed}
.q8 {position: absolute; z-index: 5; margin-left:550px; top: 580px}
body > .q8 { position: fixed}
.q9 {position: absolute; z-index: 5; margin-left:515px; top: 580px}
body > .q9 { position: fixed}
.q10 {position: absolute; z-index: 5; margin-left:480px; top: 580px}
body > .q10 { position: fixed}

.logo {margin-top:30px; margin-left:10px}


p  {font-size: 12pt; font-weight: normal; margin: 6px } 
p.ip  {font-size: 10pt; font-weight: normal; margin-top: 5px; margin-bottom: 2px }

h1 {font-size: 14pt; font-weight: normal; margin:2px}
h2 {font-size: 14pt; font-weight: normal; margin: 6px}
h3 {font-size: 12pt; font-weight: bold; margin:0px}

h4 {font-size: 12pt; font-weight: bold; margin-top: 0px; margin-bottom: 0px;
	border-bottom: 1px solid rgb(130,0,0); border-left: 8px solid rgb(130,0,0); padding: 2px}

h5 {font-size: 14pt; font-weight: normal; margin: 25px 0px 0px 6px}

a {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	border-left: 5px solid rgb(250,250,250);
	border-bottom: 1px solid rgb(250,250,250);
	padding-left:2px;
	display:inherit;
	width:95%
}
	 
#asel {color: rgb(70,70,70); border-left: 5px solid rgb(130,0,0); border-bottom: 1px solid rgb(130,0,0)}

a:link { color: rgb(150,150,150) }
a:visited { color: rgb(150,150,150) } 
a:hover { color: rgb(100,100,100); border-left: 5px solid rgb(100,100,100);border-bottom: 1px solid rgb(100,100,100)}
a:active { color: rgb(100,100,100) } 



input {
	border: 1px solid rgb(180,180,180);
	background-color: rgb(255,255,255);
	height: 25px;
}
textarea {border: 1px solid rgb(180,180,180); background-color: rgb(255,255,255)}
