/*Farben:
hellblau: #DEECF7; als Hintergrund- und Rahmenfarbe
blau: #89BCE2; als Rahmenfarbe für gut sichtbare Rahmen
dunkelblau: #00689F; für Schrift (Links)
dunkelrot: #A60000;
weiß: white;
schwarz: black;
*/


/*Allgemeine Syle-Vorschriften *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** */
body {
	width: 650px;
}
html, body, table, td, p, .textgr, textarea {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

p, table, ul, ol, h5, h6, .textgr {
	margin: 0px 0px 10px 0px;
}
li {
	margin-bottom: 5px;
}
div.abstand, div.abstand p, div.abstand table, div.abstand ul, div.abstand ol, div.abstand h5, div.abstand h6, div.abstand .textgr {
	margin-bottom: 14px;
}
/* Angaben für die Scrollbalken im Internet Explorer *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***/
/*html, body, textarea {
	scrollbar-base-color: #006633;
	scrollbar-3dlight-color: #006633;
	scrollbar-arrow-color: #006633;
	scrollbar-darkshadow-color: #006633;
	scrollbar-face-color: #DDEEDD;
	scrollbar-highlight-color: #006633;
	scrollbar-shadow-color: #77AA77;
	scrollbar-track-color: #DDEEDD;
}*/
/*Überschriften, auch in textgrößen und mit Links als Kindelemente *** *** *** *** *** *** *** *** *** *** *** *** *** *** */
h1 {
	text-align: center;
}
h2, h3, h4 {
	margin-top: 5px;
}
h1, h2 {
	font-size: 14px;
}
h3, h4 {
	font-size: 13px;
}
h5, h6 {
	font-size: 11px;
}
h1, h3, h5, h1 a, h1 a:link, h1 a:visited, h3 a, h3 a:link, h3 a:visited, h5 a, h5 a:link, h5 a:visited {
	color: #00689F;
	text-decoration: none;
}
h2, h4, h6, h2 a, h2 a:link, h2 a:visited, h4 a, h4 a:link, h4 a:visited, h6 a, h6 a:link, h6 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
h1.textgr, h2.textgr, h3.textgr, h4.textgr, h5.textgr, h6.textgr {
	font-weight: bold;
}

/*Bilder *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** * */
img {
	border-width: 0px;
}
img.rechts {
	float: right;
	margin: 0px 0px 5px 5px;
}
img.links {
	float: left;
	margin: 0px 5px 5px 0px;
}
img.zentriert { /*funktioniert leider nur im IE*/
	display: block;
	text-align: center;
	margin: 5px 0px;
}

/*Links *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** */
a, a:link {
	color: #00689F;
	text-decoration: underline;
}
a:visited {
	color: #89bce2;
}
a:active {
	color: #A60000;
}
a:hover {
	color: #A60000;
	text-decoration: none;
}
a.anker {/*Damit Sprungmarken an die richtige Stelle springen*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*Aufzählungen *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** */
ul, ol {
	margin-left: 20px;
	padding-left: 0px;
}

/*Tabellen *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** */
table {
	border-collapse: collapse;
	border: 0px solid #77AA77;
}
td, th {
	border: 0px solid #77AA77;
	padding-right: 5px;
	vertical-align: top;
}
table.rahmen {
	border: 1px solid #77AA77;
	margin: 5px 0px;
}
table.rahmen td, table.rahmen th {
	border: 1px solid #77AA77;
	padding: 3px 5px;
}

/*Klassen für alle Elemente *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** */
.fett {
	font-weight: bold;
}
.rot { /*Frecherweise habe ich die Klasse Rot grün dargestellt*/
	font-weight: bold;
	color: #A60000;
	text-decoration: none;
}
.blau {
	font-weight: bold;
	color: #00689F;
	text-decoration: none;
}
.hell {
	color: #CCE2F3;/*#B0D3EC;*/
}
.hell:hover {
	color: #89BCE2;
}
.unterstrichen {
	font-weight: bold;
	text-decoration: underline;
}
.kursiv {
	font-style: italic;
}
.clear {
	clear: both;
}
.zentriert {
	text-align: center;
}
.middle, table.middle td, tr.middle td {
	vertical-align: middle;
}
.links {
	float: left;
}
.rechts {
	float: right;
}

/*Stylevorschriften für Formulare *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** **** */
.beschriftung {
	float: left;
	font-weight: bold;
	vertical-align: bottom;
}
.form, .eingerueckt {
	display: block;
	margin: 3px;
	margin-left: 130px;/*Siehe auch p.eingerueckt 7 Zeilen weiter unten*/
	padding: 0px;
}
p.beschriftung {
	margin: 0px;
}
p.eingerueckt {
	margin: 0px 0px 3px 130px;
}
.sehrbreit {
	width: 450px;
}
.form, .breit {
	width: 250px;
}
.klein2 {
	width: 100px;
}
.klein1 {
	width: 50px;
}
.klein3 {
	width: 192px !important;
	width: 188px;
}
button {
	margin: 3px;
	margin-right: 5px;
}
input, textarea {
	background-color: #DEECF7;
	border-width: 2px;
}
input:focus, textarea:focus {
	background-color: white;
	border-color: #00689F;
}
fieldset {
	border: 1px solid #89bce2;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
fieldset legend {
	color: #89bce2;
	font-weight: bold;
}
fieldset.artikel {
	border-color: ##DEECF7;
}
fieldset.artikel legend {
	color: black;
}
button {
	color: #00689F;
	font-weight: bold;
}
button:hover {
	border: 2px solid #00689F;
	background-color: #EEFF5FB;
	color: #00689F;
	font-weight: bold;
}
label:hover {
	color: #00689F;
	text-decoration: underline;
}

/*Artikel-Rahmen*/
.artikel {
	border: 1px solid #DEECF7;
	padding: 5px;
	margin: 5px 0px;
}
