/* Seitendesign (Text und Farben)*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
/*Content*/
#center {
	font-size: 1.3em;
	color: #000000;
	text-align: justify;
	margin-bottom: 5px;
}
#center a:link, #center a:visited {
	color: #000000;
	text-decoration:underline;
}
#center a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#center h1 {
	font-size: 1.9em;
	color: #CC0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
}
#center h2 {
	font-size: 1.2em;
	color: #000000;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
}
#center p {
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#center .small {
	font-size:0.7em;
}
/*Ende Content*/

/*Linke Spalte*/
.leftbox {
	width:auto;
	margin: 0px;
	position:relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.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;
}
.leftboxcontentsublinks {
	font-size: 1.3em;
	font-weight:bold;
	margin:0;
	padding: 0;
}
.leftboxevents {
	position:relative;
}
.leftboxcontent {
	font-size: 0.9em;
	margin:0;
	padding: 7px;
	color: #666666;
}
.leftboxcontent h2 {
	font-size: 1.0em;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin:0;
	padding:0;
}
.leftboxcontent p {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.leftboxcontent ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.leftboxcontent ul li {
	line-height:14px;
	margin-left:18px;
	list-style-position: outside;
	list-style-image: url(../images/leftlist-icon.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#left .leftboxcontent a:link, #left .leftboxcontent a:visited {
	color:#333333;
}
#left .leftboxcontent a:hover {
	color:#CC0000;
	text-decoration:none;
}
/*Ende Linke Spalte*/
#footer .line {
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
