@CHARSET "UTF-8";

* {
	margin: 0px;
/*	padding: 0px; */
}

body {
	font-family: Verdana;
	font-size: 12px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C41924;
	line-height: 200%;
}



.spacerarrowright {
	background-image: url("../img/icons/Pfeil_weiss_rechts.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacerarrowdown {
	background-image: url("../img/icons/Pfeil_weiss_down.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacerarrowright_grey {
	background-image: url("../img/icons/Pfeil_grau_rechts.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacerarrowright_grey.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacerarrowdown_grey {
	background-image: url("../img/icons/Pfeil_grau_down.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacerarrowdown_grey.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.spacer20 {
	width: 20px;
	height: 19px;
	float: left;
}
.spacer60 {
	width: 60px;
	height: 19px;
	float: left;
}
/*
.spacer60.active {
	background-image: url("../img/red_3x1.png");
	background-repeat: repeat-y;
}
*/

.bordertop {
	border-top: 1px solid #A6AAAD;
}
.borderbottom {
	border-bottom: 1px solid #000;
}


.sectionheader_minimized {
	font-weight: bold;
	cursor: pointer;
}


#page {
	width: 1000px;
}
#top {
	height: 220px;
	background-image: url(../img/Balken_oben_220px_web_profil.jpg);
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
}
#topleft {
	width: 680px;
	float: left;
}
#topright {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 25px;
	margin-left: 20px;
	font-size: 12px;
}
#topright hr {
	margin-top: 12px;
	height: 2px;
	color: white;
	background-color: white;
	border: none;
}
#topright h2 {
	color: white;
	font-size: 14px;
	margin-top: .5em;
	margin-right: 10px;
}
#topright p {
	padding: 10px;
}
#topright a {
	color: white;
	font-weight: bold;
}
#topright a:hover, #topright a:active {
	color: #c41924;
}
#topnav {
	background-color: #778084;
	height: 25px;
}
#topnavspacer {
	width: 300px;
	height: 2px;
	background-color: #4E565B;
}
#topnavinfo {
	font-size: 10px;
	color: #ccc;
	float: left;
	padding: 4px 10px;
}
#topnavlinks {
	float: right;
	padding: 0px 10px;
}
#topnavlinks a {
	font-size: 12px;
	color: #e5e6e7;
	padding: 5px;
	
}
#topnavlinks a:hover, #topnavlinks a.active {
	text-decoration: none;
	color: #fff;
	border-bottom: 2px solid #dee326;
}

.overlay {
	position: relative;
	color: white;
	float: left;
	width: 605px;
	height: 435px;
	background-image: url(../img/transparent_4E565B_90.png);
	background-repeat: repeat;
	border-right: 5px solid red;
	display: none;
	padding: 17px 10px 24px 60px;
}
.overlay a {
	color: white;
}
#overlay_ueberdasnetzwerk, #overlay_hello {
	width: 495px;
	margin-top: 214px;
	height: 220px;
	padding: 17px 20px 24px 160px;
}
#overlay_impressum.active, #overlay_ueberdasnetzwerk.active, #overlay_abo.active, #overlay_kontakt.active, #overlay_hello.active {
	display: inline;
}


#overlay_schliessen a {
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: block;
	width: 30px;
	height: 13px;
	background-image: url(../img/icons/Close.gif);
	text-indent: -9999px;
}

#overlay_schliessen a:hover {
	background-image: url(../img/icons/Close_rot.gif);
}

#overlay_blaettern_zurueck a {
	position: absolute;
	bottom: 10px;
	left: 60px;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/icons/Dreieck_Tools_grau_links.gif);
	text-indent: -9999px;
}
#overlay_blaettern_zurueck a:hover {
	background-image: url(../img/icons/Dreieck_Tools_rot_links.gif);
}
#overlay_blaettern_vor a {
	position: absolute;
	bottom: 10px;
	left: 77px;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/icons/Dreieck_Tools_grau_rechts.gif);
	text-indent: -9999px;
}
#overlay_blaettern_vor a:hover {
	background-image: url(../img/icons/Dreieck_Tools_rot_rechts.gif);
}
#overlay_blaettern_seite {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 98px;
	bottom: 9px;
	color: #a6aaad;
}
.overlay_content {
	font-family: Verdana;
	font-size: 12px;
	line-height: 120%;
}
#overlay_content_ueberdasnetzwerk p{
	padding-right: 70px;
	font-size: 13px;
	margin-bottom: 50px;
}
.overlay h3 {
	font-family: Arial,"MS Trebuchet",sans-serif;
	font-size: 18px;
	margin-bottom: 1em;
}
.overlay p {
	color: #fff;
	margin-bottom: 1em;
	font-size: 12px;
}
.overlay_content_40 {
	float: left;
	color: #dee326;
	width: 40%;
	margin-bottom: 1em;
}
.overlay_content_60 {
	float: left;
	color: #fff;
	margin-left: 5%;
	width: 55%;
	margin-bottom: 1em;
}
.links_ueberdasnetzwerk a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: .4em;
	color: #a6aaad;
	display: block;
	float: left;
	height: 22px;
	padding-left: 20px;
	background-image: url(../img/icons/Pfeil_grau_rechts.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 25px;
}
.links_ueberdasnetzwerk a:hover, #link_ueberdasnetzwerk_news.active, #link_ueberdasnetzwerk_netzwerk.active, #link_ueberdasnetzwerk_wissen.active, #link_ueberdasnetzwerk_service.active {
	color: #fff;
	background-image: url(../img/icons/Pfeil_hellgruen_rechts.gif);
}
#topnavmainnavspacer {
	height: 75px;
}

#mainnav {
	height: 55px;
}
.mainnavlink {
	float: right;
	padding-bottom: 3px;
}
.mainnavlinksub {
	display: none;
	padding-top: 6px;
}
.mainnavlinksub a {
	font-weight: normal !important;
}
.mainnavlinksub.active {
	display: block;
	padding-left: 30px;
}
#mainnav a {
	color: #000;
	font-weight: bold;
	padding-left: 30px;
}
#mainnav a:hover {
	color: #c41924;
}
#mainnav a.activemenu {
	color: #fff;
}
#mainnavspacer {
	height: 2px;
	background-color: #fff;
	clear: right;
}

#mainnavpagetitlespacer {
	height: 32px;
}


#pagetitle {
	color: #fff;
	background-color: #778084;
	width: 490px;
	height: 25px;
}

.tblleft {
	width: 150px;
	float: left;
}
.tblmiddle {
	width: 620px;
	float: left;
}

#searchbyname {
	height: 25px;
	background-color: #aaa;
}
#searchbynameinput {
	width: 320px;
	float: left;
}
#searchbynameinput input, #searchfilterbody select, .width100 {
	width: 98%;
}

/* SEARCHFILTER */
#searchfilter {
}
#searchfilter .th {
	background-color: #B8BBBD;
	height: 25px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}
#searchfilter_tb {
	background-color: #ccc;
	display: none;
}
#th_searchfilterarrow.spacerarrowright.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}
#th_searchfilterarrow.spacerarrowdown.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}
#th_categories, .td_categories {
	width: 300px;
	float: left;
}
#th_sponsors, .td_sponsors {
	width: 300px;
	float: left;
}
#th_masterdata, .td_masterdata {
	width: 300px;
	float: left;
}
.tr {
	clear: left;
}

/* SEARCH RESULT */
#searchresult {
}
#searchresult .th {
	background-color: #aaa;
	height: 25px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}
#searchresult_active_th {
	display: none;
}
#searchresult_active_banner {
	height: 25px;
	background-image: url("../img/Balken_Titel_1_25px_web.jpg");
	float: left;
}
#searchresult_tb {
	background-color: #fff;
	display: none;
}
#searchresult_tb div.tr {
	height: 40px;
	border-top: 1px solid #aaa;
}

#searchresult_tb div.tr.active {
	background-color: #eee;
}
/*
#searchresult_tb .active {
	background-color: #eee;
	border-top: 1px solid #aaa;
}
*/
#searchresult_arrow_th.spacerarrowright.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}
#searchresult_active_arrow_th.spacerarrowdown.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}
#searchresult_tb .spacer60.active {
	height: 40px;
	background-image: url("../img/red_3x1.png");
	background-repeat: repeat-y;
}
#searchresult_header_th, #searchresult_active_header_th, .searchresult_header_td {
	width: 520px;
	height: 25px;
	float: left;
}
#searchresult_active_datarows_th, .searchresult_datarows_td {
	width: 170px;
	float: left;
}
#searchresult_active_printversion_th, .searchresult_printversion_td {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 90px;
	float: left;
}
#searchresult_active_download_th, .searchresult_download_td {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 80px;
	float: left;
}
#searchresult_active_bookmark_th, .searchresult_bookmark_td {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 80px;
	float: left;
}

/* SEARCH RESULT DETAIL */
#searchresultdetail {
}
#searchresultdetail .th {
	background-color: #aaa;
	height: 25px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}
#searchresultdetail_active_th {
	display: none;
}
#searchresultdetail_active_banner {
	height: 25px;
	background-image: url("../img/Balken_Titel_1_25px_web.jpg");
	float: left;
}
#searchresultdetail_tb {
	background-color: #fff;
	display: none;
}
#searchresultdetail_arrow_th.spacerarrowright.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}
#searchresultdetail_active_arrow_th.spacerarrowdown.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}
#searchresultdetail_header_th, #searchresultdetail_active_header_th {
	width: 520px;
	float: left;
}
#searchresultdetail_active_datarows_th {
	width: 170px;
	float: left;
}
#searchresultdetail_active_printversion_th {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 90px;
	float: left;
}
#searchresultdetail_active_download_th {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 80px;
	float: left;
}
#searchresultdetail_active_bookmark_th {
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 80px;
	float: left;
}

#searchresultdetail_tb_left {
	width: 730px;
	padding-right: 20px;
	float: left;
}
#searchresultdetail_tb_left_section1 {
	padding-top: 20px;
}
#searchresultdetail_tb_left_section1_languagebox {
	width: 60px;
	float: left;
}
#language_de, #language_en {
	width: 30px;
	clear: left;
}
#searchresultdetail_tb_left_section1_shortcut {
	width: 150px;
	float: left;
}
#searchresultdetail_tb_left_section1_header {
	width: 520px;
	float: left;
}
p.abstract {
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}
a.abstract {
	font-size: 12px;
	color: #aaa;
}

.searchresultdetail_tb_left_section_spacer {
	border-bottom: 1px solid #A6AAAD;
	clear: left;
}

#searchresultdetail_tb_right {
	width: 250px;
	padding-top: 20px;
	float: left;
}
#searchresultdetail_tb_right_download_header, #searchresultdetail_tb_right_links_header {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #A6AAAD;
}
p.download {
	font-size: 12px;
	padding: 5px 0px;
}
p.download a {
	color: #aaa;
}
#searchresultdetail_tb_right_links {
	padding-top: 20px;
}

#searchresultdetail_tb_left_section2_header, #searchresultdetail_tb_left_section3_header, #searchresultdetail_tb_left_section4_header {
	width: 730px;
	height: 25px;
	cursor: pointer;
}
#searchresultdetail_tb_left_section2_header_content, #searchresultdetail_tb_left_section3_header_content, #searchresultdetail_tb_left_section4_header_content {
	float: left;
}
#searchresultdetail_tb_left_section2_content, #searchresultdetail_tb_left_section3_content, #searchresultdetail_tb_left_section4_content {
	clear: left;
}
#searchresultdetail_tb_left_section2_arrow.spacerarrowright_grey.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}	
#searchresultdetail_tb_left_section2_arrow.spacerarrowdown_grey.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}
#searchresultdetail_tb_left_section3_arrow.spacerarrowright_grey.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}	
#searchresultdetail_tb_left_section3_arrow.spacerarrowdown_grey.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}
#searchresultdetail_tb_left_section4_arrow.spacerarrowright_grey.active {
	background-image: url("../img/icons/Pfeil_rot_rechts.gif");
}	
#searchresultdetail_tb_left_section4_arrow.spacerarrowdown_grey.active {
	background-image: url("../img/icons/Pfeil_rot_down.gif");
}

.searchresultdetail_tb_left_leftcolumn {
	width: 150px;
	float: left;
}
.searchresultdetail_tb_left_rightcolumn {
	width: 520px;
	float: left;
}
div.searchresultdetail_tb_left_rightcolumn .left {
	width: 360px;
	float: left;
}
.searchresultdetail_tb_left_rightcolumn .right {
	width: 140px;
	padding-left: 20px;
	cursor: pointer;
	background-position: left;
	float: left;
}





#home_page {
}
#home_background {
	top: 50px;
	width: 1000px;
	height: 715px;
	background-image: url(../img/HG-Struktur_Home_web_profil.jpg);
	position: absolute;
	z-index: 0;
}
#home_wordle {
	position: absolute;
	top: 55px;
}
#home_top {
	height: 220px;
	position: absolute;
	z-index: 1;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
	width: 1000px;
}
#home_topright {
	position: absolute;
	left: 822px;
	top: 30px;
}

#home_mainnav {
	height: 25px;
}
#home_mainnav a {
	color: #000;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
}
#home_mainnav a:hover {
	color: #c41924;
}
#home_mainnav .link_ueberdasnetzwerk a:hover, .link_ueberdasnetzwerk a.active, #home_mainnavlink_news.active {
	color: #fff !important;
	background-image: url(../img/transparent_64871E_90.png);
	background-repeat: repeat;
}
.home_mainnavlink {
	float: right;
	padding-bottom: 0px;
	height: 27px;
}
div.home_mainnavlink.active a, div.home_mainnavlink.active a:hover {
	color: #fff;
}
.home_mainnavlinkdetails {
	color: #fff;
	background-image: url(../img/transparent_64871E_90.png);
	background-repeat: repeat;
	width: 300px;
	height: auto;
	font-size: 14px;
	line-height: 130%;
	display: none;
	position: absolute;
	padding: 15px;
	margin-top: 7px;
}
#home_footer {
	position: absolute;
	top: 632px;
}
#home_footer img {
	float: left;
}
#home_footer a {
	display: block;
	float: left;
	height: 83px;
	margin-top: 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a#logo_home_bmvit {
	width: 130px;	
	background-image: url(../img/Logo_1_bmvit.png);
}
a#logo_home_bmvit:hover {
	background-image: url(../img/Logo_1_bmvit_RO.png);
}
a#logo_home_iea {
	width: 130px;	
	background-image: url(../img/Logo_2_IEA.gif);
}
a#logo_home_iea:hover {
	background-image: url(../img/Logo_2_IEA_RO.gif);
}
a#logo_home_task39 {
	background-image: url(../img/Logo_3_Task39.gif);
	width: 63px;	
}
a#logo_home_task39:hover {
	background-image: url(../img/Logo_3_Task39_RO.gif);
}
#overlay_abo p {
	color: white;
}
.abo_checkbox_label {
	font-size: 12px;
	color: #d7d91b;
	font-weight: bold;
	padding-left: 5px;
}
.abo_checkbox_label_zusatz {
	margin-left: 1.5em;
	margin-bottom: .5em;
}
.abo_checkbox_jaichwill {
	margin-left: .5em;
}
.abo_checkboxes_top {
	margin-bottom: .5em;
}
#abo_disclaimer {
	line-height: 120%;
	color: #ccc;
	font-size: 10px;
	margin-top: .5em;
}
a.submit {
    background: none repeat scroll 0 0 #B8BBBD;
    border: medium none;
    color: white;
    display: block;
    font-family: Arial,"MS Trebuchet",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    margin-left: -60px;
    margin-top: 10px;
    padding: 4px 60px 0;
    width: 40px;
}
a.submit:hover {
	background: none repeat scroll 0 0 #5d7116;
}

#abo_table_wrapper {
	width: 605px;
	float: left;
	padding: 1em 0;
}
.abo_table {
	padding: 2px 0;
	float: left;
}
.abo_table .required label {
	color: #d7d91b !important;
}
.abo_table .input {
	width: 300px;
	float: left;
}
.abo_table .required input{
	/*	background-color: #D7D91B;*/
}
.abo_table label {
	color: #ccc;
	width: 90px;
	display: block;
	float: left;
}
.abo_table input {
	width: 180px;
	float: left;
}
.abo_table input#SubscriptionPlz {
	width: 60px;
}
