/* Seitendesign (Text und Farben)*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
.forward {
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:11px;
}
.backward {
	background-image: url(../images/backward.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:11px;
}
#header a:link, #header a:visited {	
	color: #999999;
	text-decoration: underline;
}
#header a:hover	{
	color : #CC0000;
	text-decoration: none;
}
#center {
	font-size: 1.0em;
	color: #333333;
	text-align: justify;
}
#center a:link, #center a:visited {
	color: #333333;
	text-decoration: underline;	
}
#center a:hover {
	color: #CC0000;
	text-decoration: none;
}
#center h1 {
	font-size: 1.5em;
	font-weight:normal;
	/*color: #FF0033;*/
	color:#CC0000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#center h2 {
	font-size: 1.1em;
	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#center p {
	line-height: 18px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display:block;
	width:550px;
}
#center #page ul {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	display:block;
	width:550px;
	float:left;
}
#center #page ul li {
	line-height:16px;
	margin-left:20px;
	padding-top:1px;
	list-style-position: outside;
	list-style-image: url(../images/list-icon.gif);
	vertical-align:bottom;
}
#center #map {
	padding-bottom:25px;
}
.formfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*Ende Content*/

/*Linke Spalte*/
.leftboxcontentsublinks {
	font-size: 1.1em;
	margin:0;
	color: #333333;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	text-align:right;
}
.leftbox p {
	margin:0;
	padding:20px;
}
.leftbox p a {
	color: #666666;
	text-decoration: underline;
}
.leftbox p a:hover {
	color: #000000;
	text-decoration: none;
}
/*Ende Linke Spalte*/
#slogan h1 {
	color:#FFFFFF;
	padding:0;
	margin:0;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:43px;
	font-weight:normal;
}
#footer a:link, #footer a:visited {	
	color: #999999;
	text-decoration: underline;
}
#footer a:hover	{
	color : #CC0000;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	padding: 2px;
}
#footer p.links {
	font-size: 1.1em;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #999999;
}
#copyright a:hover	{
	color : #333333;
	text-decoration: underline;
}