body {
	background-color:#B4D93B;
	color:#626262;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
}
a:link, a:visited {
	color:#55707d;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.motiv {
	-moz-box-shadow:2px 2px 5px #666;
	-webkit-box-shadow:2px 2px 5px #666;
	border:1px;
	border-color:#55707d;
	border-style:solid;
	box-shadow:2px 2px 5px #666;
}
img.motiv a:hover {
	border:1px;
	border-color:red;
	border-style:solid;
}
td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
}
.content {
	background-color:#FFF;
	height:550px;
	margin-bottom:8px;
	margin-top:8px;
	padding:0;
	width:955px;
}
#header {
	background-image:url(/bilder/banner_oben_1px.jpg);
	background-repeat:repeat-x;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#container {
	background-color:#FFF;
	width:100%;
}
#content {
	background-color:#FFF;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:937px;
}
#footer {
	background-image:url(/bilder/banner_unten_1px.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:77px;
	text-align:center;
}
#box {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:600px;
}
.titel, h1, h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}
.abstand {
	padding-top:8px;
}
.absatz {
	padding-top:5px;
	text-align:justify;
}
.zeilenabstand {
	line-height:20px;
}
.tabelle {
	background-color:#FFF;
	border:1px solid #626262;
}
.tabelle_motiv {
	background-color:#FFF;
	background-image:url(bilder/shadow.gif);
	background-repeat:repeat-x;
	border:1px solid #626262;
	height:180px;
	padding:10px;
	width:397px;
}
.tabelle_motiv05 {
	background-color:#E5E5E5;
	border:1px solid #626262;
	color:#000;
}
.klein {
	font-size:11px;
}
.zitat {
	font-style:italic;
	padding-left:8px;
	padding-top:8px;
}
.infobox {
	background-color:#DCE9FC;
	border:1px solid #1B4170;
	padding:5px;
	width:600px;
}
.invisible {
	display:none;
	visibility:hidden;
}
/** FORMULAR-FELDER anpassen **/
form {
	margin:0;
	padding:0;
}
.input {
	font-size:12px;
	width:220px;
}
input, textarea, select {
	background:#fff url(/bilder/inputBg.gif) top left no-repeat;
	border:1px solid #aaa;
	padding:3px;
}
input:hover, textarea:hover, select:hover, input:active, textarea:active, select:active {
	border:1px solid #000;
}
input:focus, textarea:focus {
	border:1px solid #69C;
}
fieldset {
	background-color:#F9F9F9;
	border-color:#666;
	border-style:dashed;
	border-width:1px;
	display:block;
	padding:5px;
}
/** NAVIGATION **/
#navigation {
	padding-bottom:15px;
	padding-top:1px;
}
ul.navigation {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
ul.navigation li {
	background-color:#F0F0F1;
	border:1px solid #999;
	color:#000;
	display:inline;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
	padding:1px 7px;
}
ul.navigation li a {
	color:#000;
	text-decoration:none;
}
ul.navigation li a:hover {
	color:#90B301;
	text-decoration:none;
}
ul.navigation a.selected {
	color:#90B301;
	font-weight:bold;
}
