/************ general ************/
.top35 { padding: 35px 0 0 0; }
.top26 { padding: 26px 0 0 0; }
.top20 { padding: 20px 0 0 0; }
.top16 { padding: 16px 0 0 0; }
.top12 { padding: 12px 0 0 0; }
.top8 { padding: 8px 0 0 0; }
/************ header *************/
.header {
	position: relative;
	z-index: auto;
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 90px;
	background-image: url(../images/header/1px_header.gif);
	background-repeat: repeat-x;
}
.header_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
	padding: 0 0 0 40px;
	width: 130px;
	height: 90px;
	background-image: url(../images/header/header_logo_bg.gif);
	background-repeat: no-repeat;
}
.header_logout {
	position: absolute;
	top: 12px;
	left: 340px;
	z-index: auto;
	width: auto;
	height: auto;
}
.header_logout p {
	display: block;
	float: left;
	width: 260px;
	height: auto;
	font-size: 11px;
}
.header_logout form { display: inline; }
.header_logout a,
.header_logout a:link,
.header_logout a:active,
.header_logout a:visited {
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	background-image: url(../images/button/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.header_logout a:hover {
	color: #018800;
	background-image: url(../images/button/arrow_green.gif);
}
/************** navi *************/
.navi {
	position: absolute;
	top: 30px;
	left: 180px;
	z-index: auto;
	clear: both;
	width: auto;
	height: 40px;
}
.navi ul {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	list-style: none;
}
.navi ul li {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	cursor: pointer;
}
.navi ul li:hover {
	background-image: url(../images/navi/navi-highlight.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.navi ul li.active {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/navi/navi-highlight.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.navi ul li a,
.navi ul li at:link,
.navi ul li a:active,
.navi ul li a:visited {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navi ul li a:hover {
	background-image: url(../images/navi/navi-arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.navi ul li a span {
	display: block;
	clear: both;
	margin: 12px 0 0 0;
	padding: 0 10px 0 10px;
	width: auto;
	line-height: 16px;
	color: inherit;
}
.navi ul li a.active,
.navi ul li a.active:link,
.navi ul li a.active:active,
.navi ul li a.active:visited,
.navi ul li a.active:hover {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/navi/navi-arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.navi_border { border-left: 1px solid #014d00; }
ul.subnavi {
	margin: 0 0 20px 0;
	list-style: none;
}
ul.subnavi li:first-child { margin: 0 0 4px 0; line-height: 12px; cursor: pointer; }
ul.subnavi li { line-height: 22px; cursor: pointer; }
ul.subnavi li a,
ul.subnavi li a:link,
ul.subnavi li a:active,
ul.subnavi li a:visited {
	padding: 0 0 0 10px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/button/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
ul.subnavi li a:hover {
	color: #018800;
	background-image: url(../images/button/arrow_green.gif);
}
ul.subnavi li a.active,
ul.subnavi li a.active:link,
ul.subnavi li a.active:active,
ul.subnavi li a.active:visited,
ul.subnavi li a.active:hover {
	padding: 0 0 0 10px;
	color: #018800;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/button/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
/********** textcontent **********/
.content {
	clear: both;
	margin: 0 0 0 40px;
	width: auto;
	height: auto;
}
.content_table,
.contenttext {
	clear: both;
	width: 100%;
	height: auto;
}
.contenttext p:first-child { margin: 0; }
.contenttext p {
	margin: 10px 0 0 0;
	line-height: 18px;
}
.contenttext ul {
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: square;
}
.contenttext ul li {
	line-height: 18px;
}
.contenttext a,
.contenttext a:link,
.contenttext a:active,
.contenttext a:visited,
.contenttext a:hover {
	color: #018800;
	text-decoration: none;
}
.contenttext img {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #d1d1d1;
}
.contentimages {
	clear: both;
	margin: 12px 0 0 0;
	width: 100%;
	height: auto;
	border: 1px solid #d1d1d1;
}
.contentimages img { float: left; }
.content_table2 {
	clear: both;
	margin: 16px 0 0 0;
	width: auto;
	height: auto;
}
.content_table3 {
	clear: both;
	margin: 35px 0 0 0;
	width: auto;
	height: auto;
}
.content_table4 {
	clear: both;
	margin: 20px 0 0 0;
	width: auto;
	height: auto;
}
.content_col {
	float: left;
	width: auto;
	height: auto;
}
.content_col1 {
	float: left;
	width: 540px;
	height: auto;
}
.content_col2 {
	float: left;
	padding: 0 0 0 20px;
	width: 150px;
	height: auto;
}
.content_col3 {
	float: left;
	width: 320px;
	height: auto;
}
.content_col4 {
	float: left;
	width: 390px;
	height: auto;
}
.content_col5 {
	float: left;
	width: 100px;
	height: auto;
}
.content_col6 {
	float: left;
	width: 180px;
	height: auto;
}
.content_col7 {
	float: left;
	width: 160px;
	height: auto;
}
.content_col8 {
	float: left;
	width: 150px;
	height: auto;
}
/******** imagecontainer *********/
.imagecontainer,
.mediacontainer {
	clear: both;
	width: 100%;
	height: auto;
}
.imagecontainer img { border: 1px solid #d1d1d1; }
/********** keyvisual ************/
.keyvisual {
	position: relative;
	z-index: auto;
	clear: both;
	width: 100%;
	height: 360px;
	background-image: url(../images/content/keyvisual_1px.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #019c00;
}
.keyvisual_headline {
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: auto;
	clear: both;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #018800;
}
/************* news **************/
div.maginalie:first-child { margin: 6px 0 0 0; }
div.maginalie {
	clear: both;
	margin: 18px 0 0 0;
	padding: 8px 0 0 10px;
	width: 100%;
	height: auto;
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
}
/************* buttons ***********/
.buttons {
	clear: both;
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
}
.button_items {
	float: right;
	width: auto;
	height: auto;
}
a.button_link,
a.button_link:link,
a.button_link:active,
a.button_link:visited,
a.button_link:hover {
	display: block;
	float: left;
	width: auto;
	height: 22px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/button/button_left.gif);
	background-repeat: no-repeat;
}
a.button_link span {
	display: block;
	margin: 0 0 0 16px;
	padding: 0 10px 0 5px;
	line-height: 22px;
	background-image: url(../images/button/button_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.download,
a.download:link,
a.download:active,
a.download:visited {
	padding: 0 0 0 15px;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	background-image: url(../images/button/download.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
a.download:hover {
	color: #018800;
}
/************ footer *************/
.footer {
	clear: both;
	margin: 50px 0 0 0;
	padding: 15px 0 15px 0;
	width: 100%;
	height: auto;
	background-image: url(../images/footer/footer_1px.jpg);
	background-repeat: repeat-x;
}
.footer_navi ul {
	clear: both;
	margin: 0 0 0 40px;
	width: auto;
	height: auto;
}
.footer_navi ul {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	list-style: none;
}
.footer_navi ul li:first-child {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	line-height: 11px;
	border: none;
}
.footer_navi ul li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: auto;
	line-height: 11px;
	border-left: 1px solid #666;
}
.footer_navi ul li a,
.footer_navi ul li a:link,
.footer_navi ul li a:active,
.footer_navi ul li a:visited {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
.footer_navi ul li a:hover {
	color: #018800;
}
.footer_navi ul li a.active,
.footer_navi ul li a.active:link,
.footer_navi ul li a.active:active,
.footer_navi ul li a.active:visited,
.footer_navi ul li a.active:hover {
	font-size: 11px;
	color: #018800;
	text-decoration: none;
}
/********* form elements *********/
label {
	display: block;
	margin: 0 0 2px 0;
	font-size: 11px;
}
.formfield_row,
.formfield {
	clear: both;
	width: 100%;
	height: auto;
}
.input_text {
	padding: 2px 2px 3px 2px;
	width: 132px;
	font-size: 11px;
	color: #555;
}
.errortext {
	margin: 0 0 8px 0;
	color: #ba0101;
}
