body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 0 0;
	font-size: 13px;
	background-color: #ffaa23;
	color: #626262;
}
a:link {color:#55707D; text-decoration:none}
a:visited {color:#55707D; text-decoration:none}
a:hover {color:#000000; text-decoration:underline}

h1 {
font-size: 14px;
font-weight: bold;
color: #FF0000;
}


img.motiv{
	border:1px;
	border-style:solid;
	border-color:#626262;
} 
td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.content {
width:955px;
height:550px;
background-color:#FFFFFF;
padding:0px;
margin-top:8px;
margin-bottom:8px;
}
.bg_index {
	background-image: url(bilder/lines_li.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(bilder/lines_re.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg_links {
	background-image: url(bilder/lines_li.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_rechts {
	background-image: url(bilder/lines_re.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:500px;
}
.titel, h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.abstand {
padding-top: 8px;
}
.absatz {
padding-top: 5px;
text-align:justify;
}
.zeilenabstand {
	line-height: 20px;
}
.tabelle {
	background-color:#FFFFFF;
	border: 1px solid #626262;
}

.tabelle_motiv {
	background-color:#E5E5E5;
	border: 1px solid #626262;
	height: 180px;
	color: #000000;
}
.tabelle_motiv05 {
	background-color:#E5E5E5;
	border: 1px solid #626262;
	color: #000000;
}
.klein {
	font-size: 11px;
}
.zitat {
font-style:italic;
padding-top:8px;
padding-left:8px
}

.input {
	border: 1px solid #626262;
	width:220px;
	font-size:12px;
}
.invisible {
visibility:hidden;
display:none;
}
form {
margin: 0;
padding: 0;
}
.infobox {
	background-color: #DCE9FC;
	border: 1px solid #1B4170;
	padding: 5px;
	width:600px;
}
/** Formulare und deren Elemente wie legend, fieldset, textarea und input-Elemente. **/
.nice-form {
	background-color:#FFFFFF;
	background-image:url(bilder/form_input_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #B5B8C8;
	padding:1px 3px;
}
.nice-form input:hover, .nice-form textarea:hover,
.nice-form input:focus, .nice-form textarea:focus {
 border: 1px solid #003366;
}  
fieldset {
	display: block;
	padding:5px;
	background-color:#F9F9F9;
	border-style: dashed;
	border-width:1px;
	border-color:#666666; }