﻿@charset "utf-8";
/************************************/
/* ZUKU tirol.info                  */
/* relaunch 2010                    */
/* agindo 16.02.2010. pd            */
/************************************/

/************************************/
/* tags                             */
/************************************/
*{
	padding:0;
	margin:0;
}
body{
	font-family:'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6A6A6A;
	background:#E7E3DA;
	text-align:center;
}
img{
	border:none;
}
/************************************/
/* haupt id's                       */
/************************************/
#tirol #zukSite{
	width:1000px;
	margin:0 auto 48px;
	background:#FFF url(/img/bg_site.png) repeat-y;
	text-align:left;
}
#tirol #zukSite.start{
	background-color:#DBDBDB;
}
#zuku #zukSite{
	width:960px;
	margin:0 auto;
	background:#FFF;
	text-align:left;
}
#zukMain{
	padding:0 20px;
}
#zukHeader{
	/*height:77px;*/
	background:#97A30D;
	position:relative;
	padding:77px 0 0;
}
#zukFooter{
	padding:30px 31px 32px;
	height:34px;
	background:url(/img/bg_footer.png) no-repeat left bottom;
	position:relative;
}
/************************************/
/* Header                           */
/************************************/
#zukLogo, #zukPLogo{
	position:absolute;
	top:0;
	left:11px;
}
#zukPLogo{
	display:none;
}
#zukRSS{
	position:absolute;
	top:10px;
	right:11px;
}
/* MetaMenu *************************/
#tirol #zukMetaMenu{
	position:absolute;
	top:42px;
	right:11px;
	height:15px;
}
#zukHeader ul{
	list-style-type:none;
}
#zukMetaMenu ul li{
	float:left;
	height:15px;
	margin:0 0 0 18px;
}
/* Volltextsuche ********************/
#zukFullSearch{
	position:absolute;
	top:86px;
	right:11px;
}
/* MainMenu *************************/
#tirol #zukMainMenu{
	height:35px;
	background:url(/img/bg_mainmenu.png) repeat-x top left;
}
#zukMainMenu ul li{
	float:left;
	height:35px;
	border:1px solid #626818;
	border-width:0 1px 0 0;
	position:relative;
}
#zukMainMenu ul ul{
	/*display:none;*/
	position:absolute;
	top:35px;
	left:-1px;
	padding:0 0 3px;
	background:#97A30D;
	background:#B1BB43 url(/img/bg_drpdwn.png) repeat-x top;
	border:1px solid #626818;
	/*border-color:#97A30D #626818 #626818;*/
	border-width:0 1px 1px;
	visibility:hidden;
	z-index:100;
}
#zukMainMenu ul ul li{
	float:none;
	border:none;
	height:24px;
}
#zukMainMenu ul li:hover ul{
	/*display:block;*/
}
/************************************/
/* Breadcrumbs                      */
/************************************/
#tirol #zukCrumbs{
	padding:0 11px;
	border:1px solid #F4F4F4;
	border-width:0 0 1px;
	height:26px;
}
#zukCrumbs ul{
	list-style-type:none;
}
#zukCrumbs ul li{
	float:left;
	height:26px;
	padding:0 5px 0 0;
}
#zukCrumbs ul li.crumb{
	background:url(/img/sep_crumbs.png) no-repeat left center;
	padding:0 5px 0 9px;
}
/************************************/
/* Seiteninhalt                     */
/************************************/
#tirol #zukTeaser{
	margin:0 0 11px;
	position:relative;
}
#tirol .start #zukTeaser{
	height:292px;
}
#zukSubMenu{
	float:left;
	width:230px;
	margin:0 6px 0 11px;
	min-height:300px;
	background:#FFF;
}
#zukCont, .bezirkdata{
	float:left;
	width:466px;
	min-height:50px;
}
#zukSideBar, .bezirkmenu{
	/*float:left;*/
	float:right;
	width:220px;
	/*margin:0 0 0 6px;*/
	/*margin:0 11px 0 0;*/
	margin:0;
	padding:0 0 0 10px;
	border:1px solid #F4F4F4;
	border-width:0 0 0 1px;
	background:url(/img/bg_sidebar.png) no-repeat left bottom;
}
.hidesub #zukSubMenu, .hideall #zukSubMenu, .hideside #zukSideBar, .hideall #zukSideBar{
	display:none;
}
.hidesub #zukCont, .hideside #zukCont{
	width:702px;
}
.hidesub #zukCont, .hideall #zukCont{
	padding:0 0 0 11px;
}
.hideall #zukCont{
	width:938px;
}
/* SubMenu **************************/
#tirol #zukSubMenu ul{
	list-style-type:none;
	border:1px solid #CCC;
	border-width:1px 0 0;
	width:170px;
}
#tirol #zukSubMenu ul li{
	border:1px solid #CCC;
	border-width:0 0 1px;
	padding:5px 0;
}
#tirol #zukSubMenu ul ul{
	border:none;
	padding:0 0 4px;
}
#tirol #zukSubMenu ul ul li{
	border:none;
	padding:3px 0 4px 11px;
}
/* Startseite ***********************/
.start #zukSubMenu, .start #zukSideBar{
	display:none;
}
.start #zukCont{
	width:949px;
	margin:0 0 0 11px;
}
/* Folgeseite ***********************/
#zukCont .editor ul{
	margin:0 0 1em;
	list-style-type:none;
}
#zukCont .editor ul li{
	padding:0 0 2px 10px;
	background:url(/img/ul_bullet.png) no-repeat 0 5px;
}
/* Boxen ****************************/
#tirol div.box{
	margin:0 0 6px;
	/*padding:0 0 40px;*/
	padding:0 0 6px;
	width:inherit;
	position:relative;
	background:#FFF;
}
#tirol .start div.box{
	margin:0 6px 6px 0;
	padding:0;
	width:230px;
	height:220px;
	float:left;
}
#tirol .start div.box.wide{
	width:466px;
}
#tirol .start .bottom div.box{
	height:170px;
	margin:0 6px 0 0;
}
#tirol .box .boxCont{
	width:inherit;
	border:1px solid #E5E5E5;
	border-width:0;
}

#tirol ul.termine, #tirol ul.aktuell, #tirol ul.sresult{
	list-style-type:none;
}
#tirol .start ul.termine{
	margin:0 10px;
}
#tirol ul.termine li{
	padding:0 0 7px 14px;
	background:url(/img/icon_termin.png) no-repeat 0 2px;
}
#tirol ul.aktuell{
	padding:0.8em 0 0;
}
#tirol .start ul.aktuell{
	padding:0;
	margin:0 0 0 10px;
}
#tirol ul.aktuell li{
	padding:0 0 5px;
}
#tirol .start ul.aktuell li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	width:218px;
}
#zukuSuchergebnisse{
	padding:10px 11px 0;
}
#tirol ul.sresult{
	border:1px solid #EDEDED;
	border-width:0;
	background:url(/img/bg_sresulttp.png) no-repeat top left;
	padding:9px 0 0;
	margin:0 0 22px;
}
#tirol ul.sresult li{
	border:inherit;
	border-width:1px 0 0;
	padding:0;
}
#tirol ul.sresult li.first{
	border-width:0;
}
#tirol ul.sresult li.last{
	border-width:0;
	background:url(/img/bg_sresultft.png) no-repeat top left;
	height:9px;
}


/************************************/
/* teaser                      */
/************************************/
#zukTeaserHl{
	position:absolute;
	top:38px;
	left:10px;
	z-index:10;
}
/************************************/
/* boxen start- und folge           */
/************************************/
.box img.thumb{
	float:left;
	margin:0 10px 0 0;
}
.start .box img.thumb{
	margin:0 10px;
}

/************************************/
/* footer                           */
/************************************/
#zukSocial{
	position:absolute;
	top:30px;
	right:30px;
}
/*#zukSocial a{
	width:100px;
	height:18px;
	display:inline-block;
	margin:0 0 0 4px;
	background:url(/img/btn_socmail.png) no-repeat top left;
}
#zukSocial a:hover{
	background-position:bottom left;
}
#zukSocial a.mail{
	background-image:url(/img/btn_socmail.png);
}
#zukSocial a.print{
	background-image:url(/img/btn_socprint.png);
}
#zukSocial a.bookmark{
	background-image:url(/img/btn_socbookmark.png);
}
#zukSocial span{
	padding:0;
	display:none;
}*/



/************************************/
/* TYPO                             */
/************************************/
#tirol a{
	cursor:pointer;
	color:#7D8709;
	font-weight:normal;
	text-decoration:none;
}
#tirol a:hover{
	color:#7D8709;
	text-decoration:underline;
}
#tirol p{
	padding:0 0 1em;
	line-height:1.3em;
}
#zukSite h1{
	font-size:1.6em;
	line-height:1.6em;
	font-weight:normal;
	color:#096887;
	padding:10px 0 1em;
}
#zukSite h2{
	font-size:1.35em;
	font-weight:normal;
	color:#096887;
	padding:2em 0 1em;
}
#zukSite h3{
	font-size:1.18em;
	font-weight:bold;
	color:#565656;
	padding:0.5em 0 1.5em;
}
#zukSite h4{
	font-size:1em;
	font-weight:normal;
	color:#7D8709;
	padding:0.5em 0 1.5em;
}
#zukSite .start h1{
	padding:0 0 1em;
}
#tirol .box h1{
	padding:10px 0 4px;
	margin:0 0 15px;
	border:inherit;
	border-width:0 0 1px;
}
#tirol .start .box h1, #tirol #zukSite.iframe h1{
	padding:10px 10px 5px;
	margin:0;
	border:none;
}
#tirol .aktuell h3{
	font-size:1em;
	font-weight:normal;
	padding:0 0 0.2em;
}
#tirol .aktuell h3 span, #tirol .termine p span{
	font-size:0.8em;
}
#tirol .start .aktuell h3{
	padding:0 11px 0.2em;
}
#tirol .box .aktuell h3{
	padding:0 0 0.5em;
}
#tirol ul.sresult .first h3{
	padding:0 0 0.5em;
}
#tirol ul.sresult h3{
	padding:0.7em 0 0.5em 1em;
}
#tirol ul.sresult p{
	padding:0 0 1em 2em;
}
#zukuSuchergebnisse strong{
	background:#DDE1B1;
	color:#4F4F4F;
	font-weight:normal;
	padding:0 3px;
}
#tirol .termine p{
	padding:0;
	color:#7D8709;
}
#tirol .box p.baseline{
	/*position:absolute;
	left:0;
	bottom:0;*/
	padding:0;
	height:36px;
	width:220px;
	line-height:36px;
	border:inherit;
	border-width:1px 0 0;
}
#tirol .start .box p.baseline{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 10px;
	width:210px;
}
#tirol .start .box.wide p.baseline{
	width:446px;
}
#tirol .box p.box{
	padding:0 10px 0.4em;
}
#tirol .box p.box strong{
	font-weight:normal;
	color:#444;
}

#zukMetaMenu, #zukMetaMenu a, #zukMetaMenu a:hover{
	color:#FFF;
}
#zukMainMenu, #zukMainMenu a, #zukMainMenu a:hover{
	color:#FFF;
	line-height:35px;
	font-size:1.05em;
}
#zukMainMenu p.level1{
	padding:0;
	border:inherit;
	border-color:#97A30D;
	font-size:1.05em;
}
#tirol #zukMainMenu a:hover{
	color:#000;
	text-decoration:none;
}
#tirol #zukMainMenu ul li a{
	padding:0 11px;
	height:35px;
	line-height:35px;
	display:block;
	text-transform:uppercase;
}
#tirol #zukMainMenu ul ul li a{
	border:none;
	padding:0 11px;
	height:24px;
	line-height:24px;
	font-size:1em;
	white-space:nowrap;
	text-transform:none;
}
#tirol #zukCrumbs a, #tirol #zukCrumbs p{
	height:26px;
	line-height:26px;
	font-size:0.9em;
	color:#6A6A6A;
	display:block;
	white-space:nowrap;
}
#tirol #zukCrumbs a{
	text-decoration:underline;
}
#tirol #zukCrumbs a:hover{
	color:#7D8709;
}
#tirol #zukSubMenu h3{
	margin:9px 0 5px;
	padding:0;
}
#tirol #zukFoerderratgeber h3{
	padding:1.5em 0 .5em;
}
#tirol #zukFoerderratgeber h1 + h3{
	padding:0 0 .5em;
}
#tirol #zukSubMenu p{
	color:#000;
	padding:0;
}
#tirol #zukSubMenu ul ul li a{
	color:#6A6A6A;
}
#zukFooter p{
	font-size:.8em;
	color:#707070;
	padding:0;
}
#zukFooter p span{
	display:inline-block;
	margin:0 20px 0 0;
}
#tirol #zukCont > p:first-child{
	padding:0.8em 0 1em;
}
#zukSite #zukTeaserHl h1{
	font-size:1.6em;
	color:#FFF;
	padding:0;
}
#zukSite #zukTeaserHl h2{
	font-size:1.35em;
	color:#FFF;
	padding:0;
}

/*#tirol div.box.wide.case a{
	color:#000;
	text-decoration:underline;
}
#tirol div.box.wide.case a:hover{
	color:#FFF;
}*/


/*#tirol div.box.wide.case p{
	color:#000;
	padding:0 10px 0.5em;
	padding:0 5px 0.5em 10px;
}*/

/************************************/
/* allg. klassen                    */
/************************************/
.clearfloat {
	clear:both;
    height:0;
    font-size:1px;
    line-height:0;
	margin:0;
	padding:0;
}
.lefty{
	float:left;
}
.righty{
	float:right;
}
.picleft{
	float:left;
	margin:0 8px 2px 0;
}
.picright{
	float:right;
	margin:0 0 2px 8px;
}
/************************************/
/* Formulare                        */
/************************************/
.text{
	font-family:'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	height:16px;
	padding:0 0 0 2px;
	border:1px solid #C6C6C6;
	border-color:#C6C6C6 #676767 #676767 #C6C6C6;
}
.image{
	vertical-align:bottom;
	margin:0 0 0 3px;
}
.radio{
	margin:0;
	padding:0;
}
.formbase{
	padding:1em 0 0;
}
/* Buttonstyle **********************/
span.zukButton{
	margin:4px 3px;
	border:1px solid #868F19;
	border-width:1px 0;
	background:#868F19;
	/*text-transform:uppercase;*/
	display:inline-block;
}
span.zukButton span{
	margin:0 -1px;
	border:1px solid #868F19;
	border-width:0 1px;
	display:block;
}
span.zukButton span input, span.zukButton span button, span.zukButton span a{
	cursor:pointer;
	border:none;
	background:none;
	padding:0 4px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.6em;
	line-height:16px;
	color:#FFF !important;
	display:inline-block;
}
span.zukButton span input{
	line-height:16px;
}
span.zukButton span a{
	line-height:18px;
}
span.zukButton span a:hover{
	text-decoration:none;
}
/************************************/
/* Snippets                         */
/************************************/
/* SiteMap **************************/
#zukSiteMap{
	/*margin:0 0 0 2px;*/
}
#zukSiteMap ul{
	list-style-type:none;
}
.editor #zukSiteMap ul li{
	float:left;
	min-width:30px;
	/*max-width:148px;*/
	width:148px;
	margin:0 0 20px 8px;
	padding:0;
	background:none;
	border:0 solid #DDE1B1;
	border-width:0 0 0 1px;
}
.editor #zukSiteMap ul li.mainitem:first-child{
	margin:0;
}
#zukSiteMap ul ul{
	padding:2px 0 10px;
}
.editor #zukSiteMap ul ul li{
	float:none;
	padding:3px 0 0 6px;
	margin:0;
	border-width:0;
}
#zukSiteMap ul li a.l1{
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	background:#A7B136;
	padding:0 3px 2px;
	display:block;
}
#zukSiteMap ul li a.l1:hover{
	text-decoration:underline;
}
#zukSiteMap ul ul li a{
	line-height:1em;
}

/* Tabelle allgemein ****************/
table.tabelle, table.tabelle tr, table.tabelle th, table.tabelle td{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table.tabelle{
	width:100%;
	margin:0 0 2em;
}
table.tabelle th{
	height:24px;
	color:#FFF;
	background:#A7B136;
	vertical-align:middle;
	padding:0 0 0 3px;
}
table.tabelle td{
	vertical-align:top;
	padding:4px 0 4px 3px;
	border:1px solid #DDE1B1;
	border-width:0 0 1px;
}
table.tabelle td.bez{
	font-weight:bold;
	text-transform:uppercase;
}
table.tabelle td.kat{
	width:200px;
}

/* Casestudy ************************/
#tirol .start div.box.wide.case{
	overflow:hidden;
}
#tirol .start div.box.wide.case .boxCont img{
	border:2px solid #FFF;
	float:left;
	width:160px;
	margin:0 4px 0 10px;
}
/* Förderratgeber *******************/
#zukFoerderratgeber{
	padding:0 11px 0 0;
}
#zukFoerderratgeber .error{
	border:#521418 1px solid;
	width:50%;
}
#zukFoerderratgeber .error p{
	border:#9D262D 2px solid;
	border-color:#e73743 #a92931 #521418;
	background:#9D262D;
	padding:1em;
	color:#FFF;
	font-weight:bold;
}
#zukFoerderratgeber .choicegroup ul{
	list-style-type:none;
}
#zukFoerderratgeber .choicegroup ul li{
	list-style-type:none;
	float:left;
	min-width:30px;
	margin:0 15px 0 0;
	padding:0;
	background:none;
}
#zukFoerderratgeber .choicegroup label{
	padding:0 0 0 3px;
	vertical-align:2px;
}
#zukFoerderratgeber table.tabelle th{
	font-weight:normal;
}
/*************************/
/* tooltips              */
/*************************/
#tooltip {
	background:#D4D4D4;
	padding:1px;
	border:1px solid #E7E7E7;
}
#tooltip img {
	display:block;
}
/************************************/
/* AutoSuggest bei Volltextsuche    */
/************************************/
/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.hideSuggestClass{
	border: 1px solid #EDEDED;
	background-color: #FFF;
	height: 75px;
	overflow:auto;
	display:none;
	width: 138px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}
.showSuggestClass .hideSuggestClass{
	display: block !important;
}
.showSuggestClass .hoverSuggestClass{
	background-color: #7D8709 !important;
	color:#FFF;
	padding:5px;
}
.iframeSuggest
{
	position: absolute;
	z-index: 1010;
}
/*** // AutoSuggest bei Volltextsuche ****/

/************************************/
/* geparkt                          */
/************************************/
input.submit {
	cursor:pointer;
	background:none;
	color:#168EC8;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	border:0;
}
/************************************/
/* overrides                        */
/************************************/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family:'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
/************************************/
/* iFrame Styles (Facebook)         */
/************************************/
#tirol #zukSite.iframe{
	background-image:none;
	width:230px;
	margin:0;
}
#tirol #zukSite.iframe #fbHolder{
	height:126px;
	/*overflow:hidden;*/
}
html#facebook{
	background-color:#FF0000;
}
/************************************/
/* Youtube - Styles					*/
/************************************/

#videoBar-bar div.resultDiv_gsvb{
	background:#FFF;
	border:none;
	width:115px;
}
#tirol #videoBar-bar img{
	width:100px;
	border:none;
}

#tirol #videoBar-bar span{
	color:#676767;
	font-size:11px;
	padding:10px 0 0 10px;
}

.gsc-branding-text {
	display:none;
}

.gsc-branding-img-noclear{
	display:none;
}

/************************************/
/* Druck Styles                     */
/************************************/
@media print {
	#tirol #zukSite{
		background:none;
	}
	#tirol #zukTeaser, #tirol #zukSubMenu, #tirol #zukSideBar, #tirol #zukMainMenu, #tirol #zukMetaMenu, #zukSocial{
		display:none;
	}
	#zukSite h1, #zukSite h2, #zukSite h3, #zukSite h4, #tirol p, #tirol a, #tirol #zukCrumbs a{
		color:#000;
	}
	 #tirol a, #tirol #zukCrumbs a{
		 text-decoration:underline;
	 }
	#zukCont{
		margin:0 0 0 11px;
	}
	#zukLogo{
		display:none;
	}
	#zukPLogo{
		display:block;
	}
	#zukPLogo p{
		font-size:0.9em;
		padding:1em 0 3em;
	}
}