/* Seitendesign (Text und Farben)*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
/*Header*/

/*Ende Header*/

/*Content*/
#center {
	font-size: 1.0em;
	color: #666666;
	text-align: justify;
	margin-bottom: 5px;
}
#center a:link, #center a:visited {
	color: #666666;
	text-decoration:underline;
}
#center a:hover {
	color: #CC0000;
	text-decoration: none;
}
#center h1 {
	font-size: 1.1em;
	color: #CC3333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#center h2 {
	font-size: 1.0em;
	color: #333333;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
}
#centerpage p {
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/*#centerpage strong {
	color: #333333;
	font-weight:bold;
}*/
#center .formfeld {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}
#center .formbutton {
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-color: #EEEEEE;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#center ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 0;
}
#center ul li {
	line-height:15px;
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url(../images/list-icon-pfeil.gif);
	vertical-align:bottom;
	padding: 0px;
	margin-bottom: 3px;
}
/*Ende Content*/

/*Linke Spalte*/
.leftbox {
	width:180px;
	margin: 0px;
	position:relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.leftbox h1 {
	font-size: 1.2em;
	line-height: 20px;
	height: 20px;
	color: #333333;
	text-decoration: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	background: transparent;
}
.leftbox p {
	padding-bottom: 10px;
	padding-left: 10px;
}
.leftboxcontent {
	font-size: 0.9em;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*Ende Linke Spalte*/
#footer .line {
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration:underline;
}
#footer a:hover {
	color:#999999;
	text-decoration: none;
}
#copyright a:link, #copyright a:visited {
	font-size:10px;
	text-decoration: none;
	color: #999999;
}
#copyright a:hover	{
	color : #333333;
	text-decoration: underline;
}