/*Copyright: Newtec Works*/
/*Media: Screen*/

/*html elements*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	background-color: #FFFFFF;
	background-image: url(../img/background_body_indexed.png);
	background-position: top left;
	background-repeat: repeat-x;
	/*
	background-attachment: fixed;
	*/
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

h3 {
	color: #153eae;
	font-size: 19px;
	font-weight: normal;
}

h4 {
	display: block;
	color: #153eae;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

h5 {
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
	font-size: 11px;
	font-weight: bold;
}

a, a:hover, a:active, a:visited {
	color: #153eae;
	text-decoration: none;
}

.linkastext, .linkastext:active, .linkastext:visited {
	color: #707070;
}

.linkastext:hover {
	color: #707070;
	text-decoration: underline;
}

.noscript {
	display: block;
	width: 260px;
	height: auto;
	margin-top: 20px;
	padding: 16px;
	padding-top: 14px;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}

/*extra classes*/

#hinweis {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	padding: 10px;
	background-color: #FFFFCC;
	margin: 0px;
	color: #000000;
	text-align: left;
}

/*print logo*/
#printlogo {
	display: none;
}

/*print footer*/
#footer_print {
	display: none;
}

/*image preloader*/

#preload1 {
	background-image: url(../img/background_mainmenu_hover.png);
	visibility: hidden;
}

#preload2 {
	background-image: url(../img/background_submenu_hover.png);
	visibility: hidden;
}

/*layout*/

#centered_body {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	border: none;
	background-color: transparent;
	background-image: url(../img/background_maincolumn_indexed.png);
	background-position: 25px 259px;
	background-repeat: no-repeat;
}

#shadow_left {
	background-image: url(../img/shadow_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 24px;
	height: 630px;
	position: inherit;
	float: left;
}

#shadow_right {
	background-image: url(../img/shadow_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 24px;
	height: 630px;
	position: inherit;
	float: right;
}

#centered_head {
	width: 770px;
	height: 259px;
	margin: 0 auto;
	border: none;
	text-align: center;
	background-image: url(../img/background_pagehead_indexed.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.menu {
	position: relative;
	top: 215px;
	width: 660px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	padding-left: 3px;
	background-color: transparent;
	border: none;
	text-align: center;
}

#news {
	width: 204px;
	float: left;
	margin-top: 16px;
	margin-left: 36px;
	background-color: #FFFFFF;
	background-image: url(../img/background_news.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#text {
	width: 482px;
	float: left;
	display: inline;
	margin-top: 16px;
	margin-left: 15px;
	background-color: transparent;
	background-image: url(../img/background_text_indexed.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 700px;
}

#centered_footer {
	clear: both;
	width: 770px;
	height: 128px;
	margin: 0 auto;
	margin-top: 40px;
	border: none;
	text-align: left;
	background-image: url(../img/background_footer_indexed.png);
	background-position: 37px 56px;
	background-repeat: no-repeat;
}

/*newsblock*/

#newsheader {
	width: 170px;
	height: 20px;
	background-color: transparent;
	margin-left: 18px;
	margin-top: 210px;
	margin-bottom: 32px;
}

.newshead {
	width: 120px;
	height: 20px;
	position: relative;
	top: 10px;
	left: 12px;
}

.news_3lines {
	width: 182px;
	height: 112px;
	background-color: transparent;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-image: url(../img/background_news_3lines.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.news_3lines_attention {
	width: 182px;
	height: 112px;
	background-color: transparent;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-image: url(../img/background_news_3lines_attention.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.newstext_3lines {
	display: block;
	width: 150px;
	height: 43px;
	position: relative;
	top: 12px;
	left: 12px;
	font-size: 11px;
	background-color: transparent;
}

.news_4lines {
	width: 182px;
	height: 128px;
	background-color: transparent;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-image: url(../img/background_news_4lines.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.news_4lines_attention {
	width: 182px;
	height: 128px;
	background-color: transparent;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-image: url(../img/background_news_4lines_attention.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.newstext_4lines {
	display: block;
	width: 150px;
	height: 59px;
	position: relative;
	top: 12px;
	left: 12px;
	font-size: 11px;
	background-color: transparent;
}

.news_5lines {
	width: 182px;
	height: 140px;
	background-color: transparent;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-image: url(../img/background_news_5lines.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.newstext_5lines {
	display: block;
	width: 150px;
	height: 71px;
	position: relative;
	top: 12px;
	left: 12px;
	font-size: 11px;
	background-color: transparent;
}

.newslink, .newslink:active, .newslink:visited {
	display: block;
	width: 136px;
	height: 15px;
	position: relative;
	top: 20px;
	left: 12px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../img/icon_link.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.newslink:hover {
	display: block;
	width: 134px;
	height: 15px;
	position: relative;
	top: 19px;
	left: 11px;
	padding-left: 20px;
	background-color: #EDF4FC;
	border: 1px solid #BCCCE5;
	background-image: url(../img/icon_link.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*textblock*/

#main_headline {
	width: 430px;
	height: 20px;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 27px;
	margin-bottom: 16px;
}

.sub_headline {
	width: 430px;
	height: 20px;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 16px;
}

.text {
	width: 430px;
	height: auto;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 17px;
}

.text_small {
	width: 430px;
	height: auto;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	font-size: 11px;
	color: #999;
}

.link_text_small {
	color: #999;
}

.sub_headline_img {
	width: 430px;
	height: 20px;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 16px;
	float: left;
}

.sub_headline_img_follow {
	width: 430px;
	height: 20px;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 16px;
	float: left;
}

.text1_img {
	width: 166px;
	padding-right: 30px;
	height: auto;
	background-color: transparent;
	margin-top: 0px;
	line-height: 17px;
	float: right;
}

.text2_img {
	width: 430px;
	height: auto;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 17px;
	float: left;
}

.ul_liste {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}

.p_header {
	margin-top: 25px;
	font-weight: bold;
}

.p_tipp {
	margin-top: 25px;
}

.p_bold {
	font-weight: bold;
}

.p_bold_nomarg {
	font-weight: bold;
	margin: 0px;
}

.p_toplink {
	margin-top: 25px;
	padding-left: 20px;
	background-image: url(../img/linkarrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.p_newsheader {
	margin: 0px;
	padding-left: 20px;
	background-image: url(../img/textlinkarrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.liste {
	width: 340px;
	height: auto;
	background-color: transparent;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 20px;
	line-height: 17px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../img/textlinkarrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.liste_nosign {
	width: 340px;
	height: auto;
	background-color: transparent;
	margin: 0px;
	padding-left: 20px;
	line-height: 17px;
	list-style-image: none;
	list-style-type: none;
}

.liste_nosign_top {
	width: 340px;
	height: auto;
	background-color: transparent;
	margin: 0px;
	margin-top: 4px;
	padding-left: 20px;
	line-height: 17px;
	list-style-image: none;
	list-style-type: none;
}

.liste_nosign_end {
	width: 340px;
	height: auto;
	background-color: transparent;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 17px;
	list-style-image: none;
	list-style-type: none;
}

.textlink, .textlink:active, .textlink:visited {
	display: block;
	width: 136px;
	height: 17px;
	position: relative;
	top: 6px;
	left: 0px;
	padding-left: 22px;
	background-color: transparent;
	border: none;
	border: 1px solid #F3F3F3;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.textlink:hover {
	display: block;
	width: 136px;
	height: 17px;
	position: relative;
	top: 6px;
	left: 0px;
	padding-left: 22px;
	background-color: #EDF4FC;
	border: 1px solid #BCCCE5;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.textlink_180px, .textlink_180px:active, .textlink_180px:visited {
	display: block;
	width: 196px;
	height: 17px;
	position: relative;
	top: 6px;
	left: 0px;
	padding-left: 22px;
	background-color: transparent;
	border: none;
	border: 1px solid #F3F3F3;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.textlink_180px:hover {
	background-color: #EDF4FC;
	border: 1px solid #BCCCE5;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.textlink_300px, .textlink_300px:active, .textlink_300px:visited {
	display: block;
	width: 300px;
	height: 17px;
	position: relative;
	top: 6px;
	left: 0px;
	padding-left: 22px;
	background-color: transparent;
	border: none;
	border: 1px solid #F3F3F3;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.textlink_300px:hover {
	background-color: #EDF4FC;
	border: 1px solid #BCCCE5;
	background-image: url(../img/icon_link.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

/*navigation*/

/*hauptmenü*/

.menu ul li a, .menu ul li a:visited {
	display: block;
	width: 129px;
	height: 28px;
	color: #153eae;
	font-size: 13px;
	padding: 0px;
	padding-top: 6px;
	margin: 0px;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/background_mainmenu.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.menu ul li.active a, .menu ul li.active a:visited {
	display: block;
	width: 129px;
	height: 28px;
	color: #153eae;
	font-size: 13px;
	padding: 0px;
	padding-top: 6px;
	margin: 0px;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/background_mainmenu.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu ul li {
	float: left;
	position: relative;
	margin-right: 0px;
}

.menu ul li ul {
	display: none;
}


.menu ul li:hover a, .menu ul li.active a:hover {
	background-image: url(../img/background_mainmenu_hover.png);
}

.lastchunk {
	border-bottom: 1px solid #7c93c5;
	width: 129px;
}

/*submenü*/

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 127px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

.menu ul li:hover ul li a.hidden {
	color: #153eae;
}

.menu ul li:hover ul li:hover a.hidden {
	width: 127px;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a, .menu ul li:hover ul li a:visited {
	display: block;
	width: 127px;
	height: 22px;
	padding: 0px;
	padding-top: 5px;
	background-color: #eaf2fc;
	background-image: url(../img/background_submenu.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #7c93c5;
	border-left: 1px solid #7c93c5;
	border-right: 1px solid #7c93c5;
	color: #153eae;
}

.menu ul li:hover ul li a:hover {
	/*color: #153eae;*/
	color: #85AAD7;
	background-color: #eaf2fc;
	background-image: url(../img/background_submenu_hover.png);
}

/*footerlinks*/

#footerlink {
	position: relative;
	top: 70px;
	margin-left: 57px;
	width: 480px;
}

.footerlink, .footerlink:active {
	color: #153eae;
	text-decoration: none;
	margin-right: 8px;
}

.footerlink:hover {
	color: #85AAD7;
}

#copyright {
	position: relative;
	top: 55px;
	float: right;
	margin-right: 54px;
}

/*end*/
