/*--- general ---*/

	* { padding: 0; margin: 0; border: 0; outline-width: 0; }
	html#web, #web body {height:100%;}
	.hideme { display: none; }
	a { color: #2b8bd3; text-decoration:none;}
	a:hover { text-decoration: underline; }
	ul, ol { list-style: none; }
	p, address { padding: 0 0 13px 0; font-style: normal; }
	em { font-weight: bold; font-style: normal; color: #333; }
	.nowrap { white-space: nowrap; }
	.clear { float: none; clear: both; }
	.arrow { padding: 0 0 0 17px; background: url(../images/arrow.gif) no-repeat 0 center; }
	.ZMSGraphic.left { text-align: left; }
	.ZMSGraphic.right { text-align: right; }
	.ZMSGraphic.floatleft { float: left; }
		.ZMSGraphic.floatleft .graphic { padding: 0 20px 0 0; }
	.ZMSGraphic.floatright { float: right; }
		.ZMSGraphic.floatright .graphic { padding: 0 0 0 20px; }
	.ZMSGraphic.center { text-align: center; }
	.graphic.alignleft { float: left; text-align: right; }
	.graphic.alignright { float: right; text-align: right; }

/*--- flash headline ---*/

	#flashheadline { position: absolute; top: 0px; right: 21px; width: 500px; height: 145px; }

/*--- epoz content ---*/

	body#epozcontent { padding: 10px; background: #fff; color: #303137; }
	body#epozcontent a { color: #2b8bd3!important; }
	body#epozcontent a:hover { text-decoration: none!important; }
	body#epozcontent h2, body#epozcontent h3, body#epozcontent h4, body#epozcontent h5, body#epozcontent h6 { padding: 0 0 13px 0; font-family: Georgia, sans-serif; color: #2b8bd3; }
	body#epozcontent h2 { font-size: 15px; line-height: 23px; }
	body#epozcontent h3 { font-size: 14px; line-height: 22px; }
	body#epozcontent h4, body#epozcontent h5, body#epozcontent h6 { font-size: 13px; line-height: 21px; color: #333; }
	body#epozcontent ul, body#epozcontent ol { padding: 0 0 13px 15px; }
		body#epozcontent ul ul, body#epozcontent ol ul, body#epozcontent ol ol, body#epozcontent ul ol { padding: 0; }
	body#epozcontent li { padding: 0 20px 0 17px; background: url(../images/arrow.gif) no-repeat 0 5px; }
	body#epozcontent table { margin: 0 0 13px 0; }

/*--- fonts ---*/

	body, textarea, input, select, button { font-size: 13px; line-height: 18px; font-family: Arial, sans-serif; color: #333; }
	input, select, button { line-height: 16px; }
	h1, h2, h3, h4, h5, h6, legend { padding: 0 0 10px 0; font-weight:bold;}
	h1 { position: absolute; top: 55px; bottom: 50px; right: 50px; left: 290px; font-size: 20px; }
	h2 { font-size: 17px; line-height: 23px; }
	h3 { font-size: 13px; }
	h4, h5, h6 { font-size: 13px; line-height: 21px; color: #333; }
	legend { font-size: 15px; line-height: 23px; font-weight: bold; }
	.fontbox { position: absolute; top: 10px; right: 290px; text-align: right; }
	#fontsize { display: none; border: 1px solid #333; width: 300px; padding: 10px; background: #fff; text-align: left; }


/*--- slimbox ---*/

	#lbOverlay { position: absolute; z-index: 9999; left: 0; width: 100%; background-color: #000; cursor: pointer; }
	#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; left: 50%; overflow: hidden; background-color: #fff; }
	.lbLoading { background: #fff url(../images/slimbox/loading.gif) no-repeat center; }
	#lbImage { position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }
	#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
	#lbPrevLink { left: 0; }
	#lbPrevLink:hover { background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%; }
	#lbNextLink { right: 0; }
	#lbNextLink:hover { background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%; }
	#lbBottom { font-family: Arial, sans-serif; font-size: 11px; color: #000; line-height: 17px; text-align: left; border: 10px solid #fff; border-top-style: none; }
	#lbCloseLink { display: block; float: right; width: 98px; height: 22px; background: transparent url(../images/slimbox/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }
	#lbCaption, #lbNumber { margin-right: 71px; }
	#lbCaption { font-weight: bold; }

/*--- general form ---*/

	.section { padding-bottom: 8px; }
		#content .section h3 { padding: 0; float: none; clear: both; }
	form {}
		form br { clear: both; display: none; }
		form label { display: block; padding: 0 0 6px 0; float: left; width: 366px; cursor:pointer; }
		form input { width: 356px;}
		form input.checkbox {width:20px; float:left; border:none; padding:0; position:relative; top:3px;}
		form select { width: 256px; }
		form textarea { width: 356px; height: 120px; }
		form span { padding-bottom: 2px; }
        form legend {display:none;}
        form label.error {color:#ac422d;}
        form label.error input, form label.error select {border:1px solid #ac422d;}

	input, select { padding: 2px 2px; background: #f9f9f9; color: #333; border: 1px solid #bcbcbd; }
	select { padding: 1px; }
	textarea { padding: 2px; background: #f9f9f9; color: #333; border: 1px solid #bcbcbd; margin:0 0 10px 0;}
	button { padding: 0; margin: 0 0 13px 0; cursor: pointer; }
	#form_selections { margin: 0 0 13px 0; }

	#validationMessage { color: #ac422d; font-weight: bold; }


    #database_entry {font-family:Verdana; font-size:11px; color:#666666;}
    #database_entry h2 {margin:0 0 15px 0;}
    #database_entry h3 {color:black; padding:0 0 7px 0; cursor:pointer;}
    #database_entry .showhide_box.last {margin:0 0 20px 0;}
    #database_entry h4 {color:black; font-size:11px; padding:0;}
    #database_entry .left {width:415px; padding:0;}
    #database_entry .right {background:#ecedf5;}
    #database_entry .toggler {padding:8px 0 15px 20px; text-align:left; display:none;}
    #database_entry .toggler label {float:none; font-weight:bold;}
    #database_entry .toggler label.half {float:left;}
    #database_entry .half.check {width:120px; font-weight:normal; font-size:12px;}
    #database_entry .half.real {width:190px;}
    #database_entry .half.real input, #database_entry .half.real select {width:163px;}
    #database_entry .half.conphone {width:105px; font-weight:normal;}
    #database_entry .half.conphone input {width:85px;}
    #database_entry label.bold {font-weight:bold;}
    .makedbform {width:165px; height:23px; display:block; background:url(../images/btn_makedbform.gif); margin:10px 0 10px 0;}
    .makedbform:hover {background-position:0 -22px; height:22px; margin:10px 0 11px 0;}
    .makedbform span {display:none!important;}

/*--- general table ---*/

	table { margin: 1px 0 13px 1px; border-collapse: collapse; background: #fff; }
		table tr { background: none; }
		table td, table th { padding: 6px 6px; vertical-align: top;}
		table thead td, table thead th { font-weight: bold; color: #fff; background: #333; vertical-align: bottom; }
		table thead tr:hover { background: none; }
		table th { text-align: left; }
		table .even { background:#f4f4f4; }
		table .odd { background: none; }
		table tbody tr:hover th, table tbody tr.hover th, table tbody tr:hover td, table tbody tr.hover td {}
			table tbody tr:hover th a, table tbody tr.hover th a, table tbody tr:hover td a, table tbody tr.hover td a { color: #fff; }
	.notable table { background: none; }
		.notable table td, .notable table th { padding: 0 30px 0 0; vertical-align: top; border: 0; color: #333; }
		.notable table thead td, .notable table thead th { font-weight: bold; color: #000; background: none; }
		.notable table th { background: none; }
		.notable table tbody tr:hover th, .notable table tbody tr.hover th, .notable table tbody tr:hover td, .notable table tbody tr.hover td { background: none; color: #333; }
			.notable table tbody tr:hover th a, .notable table tbody tr.hover th a, .notable table tbody tr:hover td a, .notable table tbody tr.hover td a { color: #2b8bd3; }
	.thead { display: none; }

/*--- address, impressum ---*/

	.address .float { padding: 0 30px 0 0; float: left; }
	.atikon_address img { margin: 3px 20px 0 0; float: left; }
	.atikon_address .none { display: none; }
	.atikon_address .atikon1 { padding: 0 0 13px 0; display: block; }
	.atikon_address .atikon2 .float { float: left; padding-right: 20px; }
	.notable .impressum { border-top: 1px solid #333; border-bottom: 1px solid #333; }
		.notable .impressum td, .notable .impressum th { padding: 3px 0; border-top: 1px solid #333; }
		.notable .impressum th { padding: 3px 13px 3px 0; }
		.impressum address { padding: 0; }
		.impressum .padding { padding: 0 0 13px 0; display: block; }
		.impressum .nopadding { padding: 0; }

/*--- positionplan ---*/

	.positionplan .entity { float: left; margin: 0 10px 0 0; }
		.positionplan .entity img { border: 1px solid #333; margin: 0 0 4px 0; }
		.positionplan .entity a span { display: block; text-decoration: underline; background: url(../images/zoom.gif) no-repeat 0 2px; padding: 0 0 0 17px; }
		.positionplan .entity a:hover span { text-decoration: none; }
	.positionplan .pictures { padding-bottom: 13px; }
	.positionplan table { margin-left: 0!important; }

/*--- Startpage Infobox ---*/

  #startpage_infobox {/*position:absolute;left:0px;bottom:80px;*/margin-left:80px;width:280px;padding:10px;background:red;color:white; text-align:center;font-size:bold;-webkit-transform: rotate(-5deg);-moz-transform: rotate(-5deg);-moz-box-shadow:0 0 5px black;-webkit-box-shadow:0 0 5px black;margin-bottom:70px;position:relative;overflow:hidden;}
  #startpage_infobox h2 {text-transform:uppercase;}
  #startpage_infobox .download a {color:white;position:absolute;left:0px;top:0px;right:0;bottom:0;text-indent:-90000px;overflow:auto;}
  #startpage_infobox .download img{display:none;}


/*--- navigation ---*/

	#nav {position:relative; background:url(../images/nav_bg.jpg); border-top:1px solid #afafb2; border-bottom:1px solid #afafb2; height:35px; padding:0; z-index:30;}
	#nav li {float:left; padding:0; border-right:1px solid #7e808e;}
	#nav img {display:block;}
		#nav li ul {visibility:hidden; position:absolute; width:200px; border:1px solid #afafb2;}
		#nav li.hover ul, #nav li:hover ul {visibility:visible; border-right:0;}
		#nav ul li {position:relative;}
		#nav ul a {display:block; background:url(../images/nav_ul_bg.jpg); width:188px; height:20px; padding:4px 0 0 12px; font-weight:bold; border-bottom:1px solid #afafb2; color:black;}
		#nav ul a:hover {background:url(../images/nav_ul_bgh.jpg); color:white; text-decoration:none;}
		#nav ul li.last a {border:none;}
        #nav ul ul {display:none; position:absolute; left:200px; top:0; border-left:1px solid #afafb2;}
        #nav ul li.hover ul {display:block;}

    #nav_e25171 ul a {width:250px!important;}
    #nav_e25171 ul {width:263px!important;}

html {background:#aab4d8 url(../images/body_bg.jpg) repeat-x;}

#shadow_bottom {position:absolute; left:50%; margin:0 0 0 -464px; width:928px; min-height:100%; height:100%; background:url(../images/content_center_bg.jpg) repeat-y center;}
html>body #shadow_bottom {height:auto;}
#centerbox {background:url(../images/content_top_bg.jpg) no-repeat top right; padding:0 8px; height:100%;}


#header {width:912px; height:145px; background:url(../images/header.jpg) no-repeat; position:relative;}
#logo {display:block; width:343px; height:111px;}
#logo img {position:absolute; top:48px; left:90px; visibility:hidden; z-index:1;}

/*
    ~~~~~~~~~~~~~~~~~~~
       Box-Template
    ~~~~~~~~~~~~~~~~~~~
*/

.template1 {padding:22px 0 5px 25px; border-bottom:1px solid white; color:#cccfdc; background:#424551 url(../images/grey_bg.jpg) repeat-x top; position:relative;}
.template2 {padding:28px 0 5px 25px; margin:0 0 30px 0; background:url(../images/content_center_bg.jpg) center;  z-index:10;}

    .designbox h2 {padding:0;}
    .designbox h2.last {padding:0 0 10px 0;}
    .designbox ul, .designbox p {padding:0 0 10px 0;}
    .designbox span span {visibility:hidden;}
    .designbox span {display:block;}
    .designbox h2 span {margin:0 0 5px 0;}

    .template1 .row {width:1px; background:#85878f; position:absolute; top:8px; bottom:8px; left:446px; z-index:1000;}

    .designbox.twocolum .left {width:376px; padding:0 35px 0 0; }
    .designbox .left {float:left;}
    .designbox .right {float:right; text-align:left; width:411px; padding:0 30px 0 24px;}

    .template1 li {padding:0 0 0 17px; background:url(../images/arrow.gif) no-repeat 0 4px;}
    .template1 a {color:#b4c4e6;}
    .template2 li {background:url(../images/bull.gif) no-repeat 0 5px; padding:0 0 10px 22px;}
    .template2 .quicklinks li {padding:0 0 15px 0; background:none;}
    .template2 .quicklinks li a {font-size:17px; font-weight:bold; text-decoration:underline;}
    .template2 .noarrow li {padding:0; background:none;}
    .template2 a {color:#3343a6;}

    #impressum .right {font-size:11px;}

.spacer {height:32px;}
h2 span.visible {visibility:hidden;}

#member_overview {margin:0 0 40px 0; z-index:10;}
.member_entity {float:left; width:426px; height:167px; padding:15px 0 0 20px; position:relative;}
.member_entity.second {background:#ecedf5; width:446px;}

    .portrait {background:url(../images/entitybg_first.jpg); width:149px; height:151px; margin:0 15px 0 0; padding:9px 0 0 11px;}
    .second .portrait {background:url(../images/entitybg_second.jpg);}

    .member_entity address {position:absolute; top:60px; left:190px; width:230px;}
    .member_entity h2 {font-weight:normal; font-size:21px; margin:5px 0 0 0; position:absolute; top:15px; left:190px;}
    .member_entity address span {clear:both; float:none;}
    .member_entity address strong {float:left; display:block; width:40px; font-weight:normal; padding:0 0 0 23px;}
    .member_entity .phone_office strong {background:url(../images/member_phone.gif) no-repeat 0 2px;}
    .member_entity address a {color:#5f647f; background:url(../images/member_email.gif) no-repeat 0 4px; padding:0 0 0 23px; display:block; margin:12px 0 0 0;}

    h2.vorstand span {visibility:hidden;}
    .organ_entity {position:relative; margin:0 0 30px 0;}
    .organ_entity .detail_text {position:absolute; top:8px; left:170px; width: 240px; }
    .organ_entity li {padding:0 0 8px 15px;}
    .organ_second {margin:0 0 20px 0;}
    .aufsicht_overview p {padding:10px 0 10px 0;}
    .aufsicht_overview strong {font-size:15px;}

    .presse a {color:#303137; padding:0 0 0 25px; display:block; background:url(../images/icon_pdf.gif) no-repeat; }
    .presse .entity {margin:0 0 20px 0; border-bottom:1px solid white;}
    .presse_ansprech .member_entity, .finanz .member_entity, .reports .member_entity {padding:0; width:410px;}
    .presse_ansprech .member_entity a, .finanz .member_entity a, .reports .member_entity a {margin:-10px 0 0 0;}
    .presse_ansprech h2, .finanz h2, .reports h2 {top:8px;}
    .presse_ansprech address, .finanz address, .reports address {top:50px;}
    .presse_ansprech address, .presse_ansprech h2, .finanz address, .finanz h2, .reports address, .reports h2 {left:170px;}

    h2.aktie {clear:both; float:none;}
    h2.aktie span {visibility:hidden;}
    .right.aktie {background:url(../images/bg_aktie.jpg) no-repeat;}
    .right.aktie p {padding:60px 0 10px 0;}
    .left.aktie table {width:380px;}
    .right .linkshare {width:157px; height:23px; display:block; background:url(../images/button_zurboerse.gif); margin:27px 0 70px 0;}
    .linkshare:hover {background-position:0 -22px; height:22px; margin:27px 0 71px 0;}
    .linkshare span {visibility:hidden;}

    h2.finanz span {visibility:hidden;}
    .finanz .member_entity {margin:0 0 25px 0;}
    
    h2.reports span {visibility:hidden;}
    .report_download {margin:0 0 8px 0;}
    .report_download a {color:#303137; padding:0 0 0 25px; display:block; background:url(../images/icon_pdf_blue.gif) no-repeat;}
    .report_geschaefts {margin:0 0 15px 0;}
    .report_quartal {margin:0 0 30px 0;}
    .report_message_browser li, .report_quartal li {background:url(../images/icon_folder.gif) no-repeat 0 3px;}
    .report_message_browser li.loading {background:url(../images/ajaxload.gif) no-repeat 0 3px;}
    .report_message_browser a, .report_quartal a  {color:#303137; font-weight:bold;}
    .report_message_browser ul, .report_quartal ul {padding:10px 0 0 0;}
    .report_message_browser li li {background:url(../images/icon_file.gif) no-repeat 0 3px; font-size:12px; padding-bottom:7px;}
    .report_message_browser li li a, .report_quartal li li a {font-weight:normal;}
    .report_quartal li li {background:url(../images/icon_pdf_blue.gif) no-repeat 0 3px; font-size:12px; padding-bottom:7px;}
    #popupcontent .close {position:absolute; top:10px; right:10px; background:url(../images/icon_close.gif) center center no-repeat; width:14px; height:14px;}
    #popupcontent .close span { display:none;}

    .mainevent_content {padding:20px 0 0 0;}
    .mainevent_content h2 {margin:0 0 10px 0;}

    .emergency h2 span {visibility:hidden;}
    h2.text3 {line-height:14px; margin:5px 0 0 0;}
    .ecy2 {padding:0; padding:0 0 5px 0;}

    .ecy2 .right {padding:28px 30px 0 24px;}
    .content_left_text {background:url(../images/notfallplan.gif) no-repeat; padding:180px 50px 0 220px; width:220px;}
    .emergency .content_left_text {padding:200px 0 30px 195px;}
    .emergency .content_left_text p {padding:0 0 20px 0;}
    .emergency .clearbox {padding:0 0 0 20px;}

    .right.buch {background:#ecedf5 url(../images/img_buch.jpg) no-repeat;}
    .right.buch ul {margin:280px 0 0 0;}

    .accomplishments li {background:none; padding:0 0 14px 0;}
    .accomplishments h3 {font-size:14px; padding:0 0 8px 0;}
    .accomplishments p {padding:0 0 4px 0;}
    .accomplishments a {background:url(../images/icon_arrow.gif) no-repeat 0 center; padding:0 0 0 15px; color:#5f647f;}

    .offerings h2 span {visibility:hidden; }
    .offerings .maps { position: relative; }
    .offerings .maps img { position: absolute; top: 0px; left: 0px; }
    .offerings .maps .map * { display: none; }
    .right .content.loading {background:url(../images/ajaxload.gif) no-repeat 0 0px;}
    .right .result .map_title { font-weight: bold; }
    .right .result .entry .offernr { font-size: 11px; }
    .right .result .entry .entry_title { font-weight: bold; }
    .right .result .entry { padding: 10px 10px 15px 50px; background: url(../images/offer_icon.gif) 0 16px no-repeat; }
    .right .result .longtext { padding-top: 10px; }
    .makedb {width:205px; height:23px; display:block; background:url(../images/btn_makedb.gif); margin:10px 0 70px 0;}
    .makedb:hover {background-position:0 -22px; height:22px; margin:10px 0 71px 0;}
    .makedb span {display:none; visibility:hidden;}

    .phone {background:url(../images/member_phone.gif) no-repeat 0 2px; margin:15px 0 0 0;}
    .contact_overview strong.r {float:left; display:block; width:50px; font-weight:normal; padding:0 0 0 23px;}
    .contact_overview a {clear:both; color:#5f647f; background:url(../images/member_email.gif) no-repeat 0 4px; padding:0 0 0 23px; display:block; margin:8px 0 0 0;}
    .team_group {position:relative; top:-10px; left:-15px;}
    .makedb.contactoverview {width:102px; background:url(../images/btn_team.gif); margin:10px 0 20px 0;}
    .makedb.contactoverview:hover {background-position:0 -22px; height:22px; margin:10px 0 21px 0;}

    .makedb.contactoverview span {visibility:hidden;}

    .makegoogle {width:193px; height:23px; display:block; background:url(../images/btn_google.gif); margin:10px 0 0 0;}
    .makegoogle:hover {background-position:0 -22px; height:22px; margin:10px 0 1px 0;}
    .makegoogle span {display:none;}

    h2.offerings_2 {background:url(../images/oesterreich.gif) no-repeat!important; width:170px!important; height:40px!important;}

    .seminar_global h2 span span {visibility:hidden;}
    .seminar_global .left_text {margin:40px 0 10px 0;}
    .seminar_global .right_text {margin:10px 0 75px 0;}
    .seminar_global .quicklinks li a {font-size:14px; line-height:23px;}

#footer {position:absolute; overflow:hidden; bottom:0; background:red; width:872px; background:#424551; color:#cccfdc; font-family:Verdana; font-size:11px; padding:8px 20px; border-top:1px solid #e0e0e0;}
#footer a {color:#cccfdc;}
#footer ul {position:absolute; top:-1px; left:300px; width:700px; border-top:1px solid white; padding: 11px 0 0 0;}
    #functions li {float:left; margin:0 11px 0 0;  border-left:1px solid #cccfdc; padding:0 0 0 11px; line-height:13px;}
    #functions li.func_1 {margin:0 80px 0 0;}
    #functions li.func_2 {padding:0; border:none;}
    #functions li.func_5 {margin:0;}
    #functions li a {color:#cccfdc; font-weight:bold; white-space:nowrap;}

#web h1 {display:none;}

.startpage .img {position:absolute;right:65px;bottom:50px;width:350px;}
