/* CSS Document */

body {
	margin: 0;
   	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
   	text-align: center;
	background-color: #F7F2D7;
	scrollbar-3dlight-color:#F9E666;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#F9E666;
	scrollbar-darkshadow-color:#F9E666;
	scrollbar-face-color:#8125AA;
	scrollbar-highlight-color:#F9E666;
	scrollbar-shadow-color:#F9E666;
	scrollbar-track-color:#F9E666;
}


#siterahmen{
	background-color:#F6D601;
	text-align: left;
	margin: 0px auto;
	/*height: 580px;*/
	width: 780px;
	/*background-image: url(../grafik/hintergrund.jpg);
	background-repeat:no-repeat;*/
}

#hintergrundbild {
background-image:url(../grafik/hintergrund_neu.jpg);
background-repeat:no-repeat;
}


#oben {
	height: 130px;
	width: 780px;
}


#inhalt {
	background-image:url(../grafik/hintergrund_inhalt.jpg);
	background-repeat:repeat-y;
	/*height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	width: 580px;
	margin-left:200px;
}


#unten {
	background-image:url(../grafik/back_unten.gif);
height: 50px;
width: 780px;
}


.bildLinks {
float:left;
}


table {
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #700CA2;
	border-right-color: #700CA2;
	border-bottom-color: #700CA2;
	border-left-color: #700CA2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.normal {
font-size: 1.2em;
font-weight:lighter;
}

.bezeichnung {
font-size: 1.2em;
color: #700CA2;
}

.beschreibung {
font-size: 1.2em;
}

.txtRot {
font-weight:bold;
color:#FF3333;
}

.feld, .formularfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px dotted #720EA2;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #F9E666;
}


.schalter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px dotted #720EA2;
	font-weight: bold;
	background-color: #F9E666;
}

a:link, a:visited {
color:#660099;
font-weight:bold;
text-decoration:none;
}

a:hover, a:active {
color:#999999;
font-weight:bold;
text-decoration:underline;
}
.gestrichen {
	text-decoration: line-through;
}

