html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	color: #4e4e4e;
}

#page {
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

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

.hidden {
	display: none !important;
}

.image_left {
	float: left;
	padding: 5px 8px 8px 0px;
}

.image_right {
	float: right;
	padding: 5px 0px 8px 8px;
}

/* Header */
#header {
	height: 186px;
	width: 100%;
	background: transparent url('../gfx/header_background.png') top left repeat-x;
}

#inner_header {
	width: 970px;
	height: 186px;
	margin: 0 auto;
	background: transparent url('../gfx/inner_header_background.png') top left no-repeat;
}

#sub-header {
	height: 50px;
	width: 100%;
}

#sub-header-inner {
	width: 535px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 435px;
}

#sub-header-inner img {
	float: left;
}

#main_navigation {
	padding: 20px 0 0 0;
}

#main_navigation li {
	float: left;
	padding: 0 35px 0 0;
}

/* Content */
#content {
	width: 100%;
	background: #fff url('../gfx/content_background.png') bottom left no-repeat;
	padding: 20px 0 188px 0;
}

#inner_content {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#path_navigation_left {
	float: left;
	width: 200px;
	padding: 43px 0 40px 0px;
}

#path_navigation_right {
	float: left;
	padding: 40px 0 40px 0px;
}

.template_normal {

}

.container_double, .container_triple {
/* 	overflow: hidden; */
}

.container_double .left_column {
	width: 690px;
	padding: 0 19px 0 0;
	border-right: 1px solid #ccc;
	float: left;
}

.container_double .right_column, .container_triple .right_column {
	width: 240px;
	padding: 0 0 0 20px;
	float: left;
}

.container_triple .left_column {
	width: 200px;
	float: left;
}

.container_triple .center_column {
	width: 490px;
	padding: 0 19px 0 0;
	border-right: 1px solid #ccc;
	float: left;
}

#content p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 18px 0;
}

#content td {
	font-size: 12px;
	line-height: 18px;
}

#content a,
#content a:link,
#content a:visited {
	color: #993434;
	background: inherit;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
#content a:focus {
	text-decoration: none;
}

#content ul {
	padding: 0 0 18px 25px;
	list-style: square;
}

#content ol {
	padding: 0 0 18px 30px;
	list-style: decimal;
}

#content .sub_navigation {
	list-style: none;
	padding: 0;
}

#content .sub_navigation ul {
	list-style: none;
	padding: 0 0 0 25px;
}

#content .sub_navigation li {
	padding: 3px 0;
	width: 180px;
	display: block;
}

#content .sub_navigation li span {
	
	color: #8AA444;
	font-size: 14px;
	line-height: 18px;
}

#content .sub_navigation a,
#content .sub_navigation a:link,
#content .sub_navigation a:visited {
	color: #666;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
	text-decoration: none;
}

#content .sub_navigation ul a,
#content .sub_navigation ul a:link,
#content .sub_navigation ul a:visited {
	color: #666;
	font-weight: bold;
	line-height: 14px;
	font-size: 13px;
	text-decoration: none;
}

#content .sub_navigation a:hover,
#content .sub_navigation a:active,
#content .sub_navigation a:focus,
#content .sub_navigation a.active {
	color: #993434;
}

#content .sub_navigation ul a:hover,
#content .sub_navigation ul a:active,
#content .sub_navigation ul a:focus,
#content .sub_navigation ul a.active {
	color: #993434;
}



#content h1 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #8AA444;
	padding: 0 0 20px 0;
}

/* Rote Headline und Pfadnavigation */


#content h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #993434;
}

#content h2 a,
#content h2 a:link,
#content h2 a:visited {
	color: #993434;
	background: inherit;
	text-decoration: none;
}

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

#content h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #8AA444;
	padding: 0 0 10px 0;
}

#content h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #8AA444;
	padding: 0 0 5px 0;
}

#content h4 a,
#content h4 a:link,
#content h4 a:visited {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #8AA444;
	text-decoration: none;
}
#content h4 a:hover,
#content h4 a:active,
#content h4 a:focus {
	text-decoration: underline;
}


#content h5 {
	font-size: 16px;
	line-height: 18px;
	color: #4e4e4e;
	font-weight: bold;
}

#content h6 {
	font-size: 18px;
	line-height: 22px;
	color: #999;
	font-weight: bold;
	padding: 0 0 5px 0;
}

/* Footer */
#footer {
	width: 100%;
	background: #afd255 url('../gfx/footer_background.png') top left repeat-x;
	position: relative;
	bottom: 0;
	left: 0;
	color: #993434;
	font-weight: bold;
}


#inner_footer {
	width: 900px;
	/* margin: 0 auto; */
	padding: 20px 0 20px 60px;
}



#footer a,
#footer a:link,
#footer a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #993434;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover,
#footer a:active,
#footer a:focus,
#footer a.active {
	text-decoration: underline;
}

.footer_column_big {
/* 	width: 200px; */
	padding: 0px 20px 0px 10px;
	float: left;
}

.footer_column_small {
 	width: 130px;
	padding: 0px 20px 0px 10px;
	float: left;
}

.footer_navigation {
	list-style: none;
}