body {
    /*overflow:auto;
	background-color: #707C8F;*/
		background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #829EB5;
	SCROLLBAR-3DLIGHT-COLOR: #6699CC;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #829EB5;
	SCROLLBAR-FACE-COLOR: #829EB5;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #829EB5;
	
	color: #F9F9F9;
	font-size: 90%;
	margin: 0px;

/*Ende Scrollbar */ 
}

/* Formular */

input {
	width: 180px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;


}
textarea {
	width: 98%;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}
input.senden {

	width: 180px;
	border: 2px solid #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;

}





/*Farben fuer die Tabellenzellen*/
}


/*Schriftgroesse der Inhalte der Tabellen*/
table {
	font-size: 100%;
}
.farbe {
	background-color: #999999;

}

.fett {
	font-weight: 600;
}

h1 {
	font-size: 1.1em;
	font-weight: 400;
}
h3 {
	font-size: 1.3em;

}
h6 {
	font-size: 1.6em;
	font-weight: 200;
}

.fett2 {
	font-size: 2em;
	
}

/*Angaben fuer Links */
a.inlink:link, a.inlink:visited, a.inlink:active, a.exlink:link, a.exlink:visited, a.exlink:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.inlink:hover {
	color: #000000;
	text-decoration: none;
}
a.exlink:hover {
	color: #FFCC00;
	text-decoration: none;
}
.fettU {
	font-weight: normal;
	text-decoration: underline;
}

.dunkelblau {
/*background-color: #6F9ECE;*/
background-color: #91A9Bf;
}
.hblau {
	background-color: #829EB5;	
	/*background-color: #89B0D8;*/
}
.farbweiss {
	background-color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-image: url(../bilder/quadrate-klein.gif);
	line-height: 1.7em;

}
.schriftKlein {
	font-size: 0.8em;
}
.linie {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;

}
