body {
	background-color: #F3F3F3;
	font-family: Arial, Geneva, sans-serif;
}

label, input, textarea, select {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear:both;
	font-size: 1px !important;
	line-height: 1px !important;
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hidden {
	display: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: transparent url('../gfx/back_full.png') top left;
}

#all {
	padding: 0 10px;
}

#header {
	background: #63c url('../gfx/header_back.png') top left;
	height: 142px;
}

#pfad {
	height: 40px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 20px;
}


#content h2 {
/* 	width: 771px; */
	font-size: 24px;
	font-weight: bold;
	color: #8C052B;
	border-bottom: 4px solid #8C052B;
	padding: 20px 0px 3px 5px;
	margin: 0 0 20px 0;
}

#content h3 {
	width: 177px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	background: #8C052B;
	color: #fff;
	border-bottom: 4px solid #8C052B;
	padding: 5px;
	margin: 0px 0px 0px -5px;
}
	
#content h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#content h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#content h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 5px 0;
	padding-top: 0;
}

#content ul {
	list-style: disc;
	padding: 0px 0px 0px 14px;
	font-size: 12px;
}

#content ul li {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
}
	
#content p {
	font-size: 12px;
	line-height: 18px;
}

#content a:link, #content a:visited {
	color: #8C052B;
	text-decoration: none;
}

#content a:hover, #content a:active, #content a:focus {
	color: #F29400;
	text-decoration: underline;
}

#content a:link.buttonized, #content a:visited.buttonized {
	color: #fff;
	background: #F29400;
	border: 1px solid #8C052B;
	text-decoration: none;
	padding: 2px 5px;	
}

#content a:hover.buttonized {
	background: #fff;
	color: #8C052B;
}

#content img.image_left {
	float: left;
	padding: 4px 12px 4px 0px;
}

#content img.image_right {
	float: right;
	padding: 4px 0px 8px 10px;
}

#content hr {
	border: none;
	height: 4px;
	background: #8C052B;
	padding: 0;
	margin: 20px 0px 10px 0;
}
	
#footer {
	height: 151px; 
	clear: both;
	background: transparent url(../gfx/footer_back.png) top left;
	padding: 20px 0px 0px 15px;
}

#footer p {	
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footerlinks a:link, #footer .footerlinks a:visited {
	text-decoration: none;
	color: #000;
}

#footer .footerlinks a:hover {
	text-decoration: underline;
}

.footerlinks {
	clear: both;
	float: left;
	width: 700px;
	padding: 30px 0 0 189px;
	color: #000;
}

.footerlinks img {
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

#footer .footerlinks p {
	color: #000;
}

#content td {
	vertical-align: top;
}

#content .pagination {
	padding: 20px 0 0 0;
	margin: 0;
}

.pagination li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
}

.pagination span {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	padding: 4px 2px 0px 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #f6f6f6;
	color: #ccc;
	border: 1px solid #ccc; 	
}

#content .pagination a,
#content .pagination a:link,
#content .pagination a:visited {
	display: block;
	padding: 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid #8C052B;
	color: #8C052B;
	background: #fff;
	text-decoration: none;
}

#content .pagination a:hover,
#content .pagination a:active,
#content .pagination a.active {
	background: #8C052B;
	color: #fff;
	text-decoration: none;
}