/* TYPO */
/* Allgemein */
* {
	font-family: Arial, Helvetica, sans-serif;
}


/* Header */

/* Content */
.content {
	text-align: justify;
	font-size: 12px;
	color: #5c5c5c;	
}

.content a {
	color: #5c5c5c;
}

.content p.bodytext {
	line-height: 18px;
}

.content ul {
	padding: 0 0 0 20px;
	margin: -10px 0 10px 0;
	line-height: 18px;
}
.content ul li {
	padding: 0;
	margin: 0;
}

/* Tabellen-Zellen */
.content table td {
	line-height: 18px;
	padding-bottom: 5px;
}

/* Auflistung von Unterseiten */
.content ul.csc-menu.csc-menu-1 {
	list-style-type: none;
	padding: 0 0 0 10px;
}

/* Sitemap */
.content .csc-sitemap ul {
	padding: 10px 0 0 20px;
	list-style-type: none;
}

.content a:hover {
	text-decoration: none;
}

.content_headline h1, .content_headline h2 {
	display: none;
}

.content .csc-header.csc-header-n1 {
	padding-bottom: 5px;
}
.content h3, .content_headline h3 {
	font-size: 14px;
	font-weight: bold;
	/* color: #2d7346; */
	color: #00a175;
	padding: 0 0 20px 0;
}

.content_293px_green, .content_293px_silver {
	text-align: justify;
	font-size: 12px;
	color: #1a1a1a;
}

.content_introfooter, .content_introfooter a {
	font-size: 12px;
	text-decoration: none;
	color: #99a199;
}

.content_introfooter a:hover {
	color: #4c5a4c;
}
.content_introfooterright a {
	padding: 0 10px 0 0;
}

/* Navigation */
.body_navigation_search_input {
	font-size: 12px;
}


/* Footer */
#body_footer, #body_footer_homepage {
	font-size: 11px;
	color: #99a199;
}

#body_footer a, #body_footer_homepage a {
	color: #99a199;
	text-decoration: none;
}

#body_footer a:hover, #body_footer_homepage a:hover {
	color: #4c5a4c;
	text-decoration: none;
}

/* Startseite Text */
.content_293px_body {
	line-height: 16px;
}

.content_293px_body a {
	color: #5c5c5c;
}

