@charset "utf-8";
/***************************/
/* Stadt Innsbruck         */
/* Relaunch 20011          */
/* agindo 29.07.11. pd     */
/***************************/

/***************************/
/* tags                    */
/***************************/
*{
	margin:0;
	padding:0;
	/*background:none;*/
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
	font-size:13px;
	background:#FFF url(/img/apo/bg_gelb.png) no-repeat center top;
}
img{
	border:none;
}
/***************************/
/* iframed content         */
/***************************/
body.iframed{
	border:2px solid #F9B200;
	height:446px;
	overflow:hidden;
	background-position:490px 0;
}
.inframe{
	padding:10px 18px;
}
.gr .inframe{
	padding-top:0;
}
.iframed .thmb{
	width:110px;
	height:144px;
/*	background:#EBEBEB; */
}

.iframed .firstthmb{
	width:150px;
	height:170px;
	float:left;
	margin:0 20px 20px 0;
	min-width:10px;
}
.iframed .secthmb{
	float:left;
	width:300px;
	height:170px;
/*	background:#EBEBEB; */
}

.sbsepsmall{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0;
	width:470px;
}
.sbsepfull{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0;
	width:560px;
}

.iframed .desc{
	width:413px;
}

.iframed .udesc{
	padding: 10px 0 10px;
}

.iframed .lheadline{
	width:190px;
	float:left;
	margin: 0 0 -12px 0;
}
.iframed .rheadline{
	float:left;
	width:200px;
}
.iframed .workdesc{
	height:144px;
	overflow:auto;
}
.iframed h1{
	border-width:0 0 1px;
	font-size:32px;
	line-height:32px;
	padding:0 0 6px;
	margin:0 125px 15px 0;
}
.iframed.gr h1,
.termine h1{
	font-size:17px;
	line-height:30px;
	padding:0;
	margin:0;
	border-width:0;
}
.iframed.gr h1 a,
.termine h1 a{
	font-size:17px;
	line-height:30px;
	display:block;
	padding:0 9px;
	color:#555 !important;
	text-decoration:none !important;
}
.iframed .tabnav .current h1 a,
.termine .tabnav .current h1 a{
	background:#FFF;
	color:#555;
}
.iframed h4{
	border-width:1px 0 0;
	font-weight:normal;
	margin:0.8em 0 0;
	padding:0.8em 0 0;
}
.iframed .desc p{
	padding-bottom:0.1em;
	line-height:normal;
}
.iframed .udesc p{
	padding-bottom:0.1em;
	line-height:normal;
}

.iframed .desc h3{
	padding:0 0 0.2em;
}
.iframed p.sbclose{
	position:absolute;
	bottom:0;
	border:0 solid #EBEBEB;
	border-width:1px 0 0;
	width:560px;
	padding:0;
	line-height:46px;
}
.iframed .tabnav{
	list-style-type:none;
	width:506px;
	height:30px;	
	margin:0 -9px 0 -18px;
	background:url(/img/bg_tabnav.png) no-repeat 0 0;
}
.termine .tabnav{
	height:30px;	
	margin:0 -15px;
	background:url(/img/bg_tabnav.png) no-repeat 0 0;
}
.iframed .tabnav ul,
.termine .tabnav ul{
	list-style-type:none;
}
.iframed .tabnav li,
.termine .tabnav li{
	float:left;
	border:0 solid #DEDEDE;
	border-width:0 1px 0 0;
}
.iframed .tabcontent{
	position:absolute;
	top:60px;
	left:20px;
	width:460px;
	height:325px;
	overflow:auto;
}
.iframed .tabnav + .tabcontent{
	width:560px;
}
.iframed .tabcontent .uinfo{
	padding-top:10px;
}

.iframed .downloads li a.file{
	padding:0 0 0 22px;
	background:url(/img/icon_file.png) no-repeat 0 0.17em;
	display:block;
}
.iframed .downloads li a.pdf{
	background-image:url(/img/icon_pdf.png);
}
.iframed ul.ffunk{
	list-style-type:;
	margin-left:15px;
}
.iframed ul.ffunk li{
	padding:0 0 5px;
}



/***************************/
/* tagesfarben, 1=sonntag  */
/***************************/
body.tag1{
	background-image:url(/img/apo/bg_gelb.png); /* SO */
}
body.tag2{
	background-image:url(/img/apo/bg_hellblau.png); /* MO */
}
body.tag3{
	background-image:url(/img/apo/bg_rosa.png); /* DI */
}
body.tag4{
	background-image:url(/img/apo/bg_lila.png); /* MI */
	background-image:url(/img/apo/bg_hellblau.png); /* MO */
}
body.micro.tag4{
	background-image:url(/img/apo/bg_lila.png); /* MI */
}
body.tag5{
	background-image:url(/img/apo/bg_gruen.png); /* DO */
}
body.tag6{
	background-image:url(/img/apo/bg_tuerkis.png); /* FR */
}
body.tag7{
	background-image:url(/img/apo/bg_blau.png); /* SA */
}
body.iframed.tag1{
	background-image:url(/img/apo/bg_ifr_gelb.png); /* SO */
}
body.iframed.tag2{
	background-image:url(/img/apo/bg_ifr_hellblau.png); /* MO */
}
body.iframed.tag3{
	background-image:url(/img/apo/bg_ifr_rosa.png); /* DI */
}
body.iframed.tag4{
	background-image:url(/img/apo/bg_ifr_lila.png); /* MI */
	background-image:url(/img/apo/bg_ifr_hellblau.png); /* MO */
}
body.micro.iframed.tag4{
	background-image:url(/img/apo/bg_ifr_lila.png); /* MI */
}
body.iframed.tag5{
	background-image:url(/img/apo/bg_ifr_gruen.png); /* DO */
}
body.iframed.tag6{
	background-image:url(/img/apo/bg_ifr_tuerkis.png); /* FR */
}
body.iframed.tag7{
	background-image:url(/img/apo/bg_ifr_blau.png); /* SA */
}
.tag1 .table1 thead th,
.tag1 ul.venues,
.iframed.tag1,
.tag1 .accontainer{
	border-color:#F9B200;
}
.tag2 .table1 thead th,
.tag2 ul.venues,
.iframed.tag2,
.tag2 .accontainer{
	border-color:#75C4EA;
}
.tag3 .table1 thead th,
.tag3 ul.venues,
.iframed.tag3,
.tag3 .accontainer{
	border-color:#D95E9B;
}
.tag4 .table1 thead th,
.tag4 ul.venues,
.iframed.tag4,
.tag4 .accontainer{
	border-color:#894B94;
	border-color:#75C4EA;
}
.micro.tag4 .table1 thead th,
.micro.tag4 ul.venues,
.micro.iframed.tag4{
	border-color:#894B94;
}
.tag5 .table1 thead th,
.tag5 ul.venues,
.iframed.tag5,
.tag5 .accontainer{
	border-color:#97BF0D;
}
.tag6 .table1 thead th,
.tag6 ul.venues,
.iframed.tag6,
.tag6 .accontainer{
	border-color:#00ADB3;
}
.tag7 .table1 thead th,
.tag7 ul.venues,
.iframed.tag7,
.tag7 .accontainer{
	border-color:#006AB3;
}
/***************************/
/* Haupt ID's              */
/***************************/
#ibkSite{
	width:960px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	/*z-index:100;*/
}
#ibkLeftBar{
	float:left;
	width:215px;
	margin:0 11px 60px 0;
}
#ibkMain{
	float:left;
	width:498px;
}
.start #ibkMain{
	min-height:980px;
}
#ibkRightBar{
	float:right;
	width:233px;
	margin:0 -4px 0 0;
}
#ibkFooter{
	height:70px;
	/*margin:60px 0 0 -20px;*/
	margin:0 0 0 -20px;
	background:url(/img/icon_wappen.png) no-repeat left 4px;
}
.start #ibkFooter{
	margin-top:4px;
}
.logo{
	height:190px;
	margin-bottom:15px;
}

/***************************/
/* hauptmenü               */
/***************************/
#ibkMainMenu ul{
	list-style-type:none;
	margin:0 0 0 -10px;
}
#ibkMainMenu ul ul{
	margin:0 0 0.77em;
	display:none;
}
#ibkMainMenu ul .current ul ul{
	display:none;
}
#ibkMainMenu ul .current ul,
#ibkMainMenu ul ul .current ul{
	display:block;
}
#ibkMainMenu li{
	/*margin-bottom:8px;*/
	padding:0 0 0 10px;
}
#ibkMainMenu li .vbar{
	color:#E2A100;
	vertical-align:2px;
}
#ibkMainMenu li.meta a{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
#ibkMainMenu li a{
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#555;
	display:block;
}
#ibkMainMenu li a:hover,
#ibkMainMenu li a:active	{
	color:#E2A100;
	text-decoration:none;
}
#ibkMainMenu li li a{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
#ibkMainMenu li li li a{
	font-size:13px;
	line-height:21px;
}
#ibkMainMenu li.current > a{
	color:#E2A100;
}
#ibkMainMenu li.current li.current > a{
	color:#E2A100;
	font-weight:bold;
	background:url(/img/bg_currl2.png) no-repeat 0 7px;
	margin:0 0 0 -10px;
	padding:0 0 0 10px;
}
#ibkMainMenu li.current li.current li.current > a{
	color:#555;
	background-image:url(/img/bg_currl3.png);
}

/***************************/
/* breadcrumbs             */
/***************************/
#ibkBreadCrumb{
}
#ibkBreadCrumb ul{
	list-style-type:none;
}
#ibkBreadCrumb ul li{
	float:left;
}
#ibkBreadCrumb p{
	text-transform:uppercase;
	line-height:normal;
	/*font-size:0.85em;*/
	font-size:11px;
	/*margin:0 4px 0 0;*/
}
#ibkMain #ibkBreadCrumb a{
	color:#555;
	display:inline-block;
	background:url(/img/sep_crumbs.png) no-repeat right 5px;
	padding:0 8px 0 0;
	margin:0 4px 0 0;
	text-decoration:none;
}
#ibkMain #ibkBreadCrumb a:hover{
	color:#E2A100;
}

/***************************/
/* wide inhalt             */
/***************************/
.wide #ibkMain .box.content{
	margin-right:-240px;
}
.wide #ibkMain .box.content .boxTp{
	background-image:url(/img/bg_bxw_tp.png);
	width:738px;
}
.wide #ibkMain .box.content .boxMd{
	background-image:url(/img/bg_bxw_md.png);
}
.wide .printme{
	background-image:url(/img/bg_printmew.png);
}
.wide #ibkRightBar{
	min-height:200px;
}
.wide #ibkRightBar .box{
	margin-bottom:6px;
}
.wide .chart.info{
	margin:0;
}
.wide .chart{
	clear:both;
}
.wide .chart .kontakt{
	float:right;
	width:360px;
}
.wide .chart .SB{
	float:left;
	width:290px;
}

/***************************/
/* allg. klassen           */
/***************************/
div.clearfloat{
	clear:both;
	height:0;
	font-size:1%;
	line-height:0;
}
div.thmb{
	float:left;
	margin:0 20px 0 0;
	min-width:10px;
}
div.thmb img{
	display:block;
}
div.desc{
	float:left;
	min-width:10px;
}
.searchspinner{
	position:absolute;
	width:208px;
	height:208px;
	z-index:10000;
	background:url(/img/bg_spinner.png) no-repeat 0 0;
}
.searchspinner p{
	color:#FFF;
	text-align:center;
	font-size:18px;
	padding:160px 0 0;
}
.sresult div.thmb{
	/*margin-right:25px;*/
	width:120px;
}
.sresult div.desc{
	/*margin-right:25px;*/
	width:320px;
	float:right;
}
img.mPicleft{
	margin:0 20px 0 0;
}
img.mPicright{
	margin:0 0 0 20px;
}
img.mPicabsbottom,
img.mPicbottom{
	margin:5px 5px 0;
}
img.mPicabsmiddle,
img.mPicmiddle{
	margin:5px;
}
img.mPictexttop,
img.mPictop{
	margin:0 5px 5px;
}
/***************************/
/* boxensystem             */
/***************************/
/* default mittelspalte    */
.box{
	border:0 solid #FFF;
	margin:0 0 7px;
	padding:11px 0 13px;
	background:none;
	position:relative;
}
.boxTp,
.boxFt{
	background:url(/img/bg_bx_tp.png) no-repeat 0 0;
	height:11px;
	width:498px;
	position:absolute;
	top:0;
	left:0;
}
.boxFt{
	background-image:url(/img/bg_bx_ft.png);
	height:13px;
	top:auto;
	bottom:0;
}
.boxMd{
	background:url(/img/bg_bx_md.png) repeat-y 0 0;
	padding:4px 19px 2px;
}
/* mittelspalte folgeseite */
.box.content .boxMd{
	min-height:582px;
}
.sresult{
	border:0 solid #EBEBEB;
	border-width:1px 0;
	padding:1em 0 2em;
}
.printme{
	padding:30px 19px 0;
	background:url(/img/bg_printme.png) no-repeat 0 0;
	height:120px;
}
.printme p.print{
	font-size:0.77em;
	line-height:1.6em;
	text-transform:uppercase;
	padding:0;
}
.printme .print a{
	line-height:1.6em;
	height:1.6em;
	color:#555;
	padding:0 0 0 22px;
	background:url(/img/icon_print.png) no-repeat 0 0;
	display:block;
}
.printme a:hover{
	background-position:0 -20px;
}
/* fullpic mittelspalte    */
.full .boxTp{
	background-image:url(/img/bg_bxa_tp.png);
}
.full .boxFt{
	background-image:url(/img/bg_bxa_ft.png);
}
.full .boxMd{
	padding-left:4px;
	padding-right:4px;
}
.full img{
	display:block;
	margin:-12px 0 -10px;
	position:relative;
	z-index:20;
}
.full .info{
	position:absolute;
	top:18px;
	left:24px;
	z-index:30;
	max-height:160px;
	/*max-width:400px;*/
	max-width:450px;
	overflow:hidden;
}

/* default rechtespalte    */
#ibkRightBar .box{
	padding:8px 0 11px;
}
#ibkRightBar .boxTp{
	background-image:url(/img/bg_bxgr_tp.png);
	height:8px;
	width:233px;
}
#ibkRightBar .boxFt{
	background-image:url(/img/bg_bxgr_ft.png);
	width:233px;
	height:11px;
}
#ibkRightBar .boxMd{
	background-image:url(/img/bg_bxgr_md.png);
	padding-top:7px;
	padding-bottom:4px;
}
#ibkRightBar .boxMd .kabt{
	background:url(/img/sep_abt.png) no-repeat 0 0;
	margin:0.5em -15px 0;
	padding:0 15px;
}
#ibkRightBar .boxMd h2 + .kabt{
	background:none;
	margin-top:0;
}
/* dark rechtespalte    */
#ibkRightBar .dark .boxTp{
	background-image:url(/img/bg_bxdrk_tp.png);
}
#ibkRightBar .dark .boxFt{
	background-image:url(/img/bg_bxdrk_ft.png);
}
#ibkRightBar .dark .boxMd{
	background-image:url(/img/bg_bxdrk_md.png);
}

/* default footer       */
#ibkFooter .box{
	float:left;
	width:240px;
	/*width:18.46em;*/
	padding:0 24px;
	margin:0;
}

/*.box .cont{
	padding:15px;
}
*/

/***************************/
/* Typo                    */
/***************************/
h1,h2,h3,h4,h5,h6,p,td,th{
	color:#555;
}
h1{
	/*font-size:2.31em;*/
	/*line-height:2.54em;*/
	font-size:1.85em;
	line-height:1.08em;
	padding:0 0 0.8em;
	font-weight:bold;
	text-transform:uppercase;
	border:0 solid #EBEBEB;
}
h2{
	font-size:1.69em;
	line-height:1.09em;
	padding:1em 0 0.8em;
	font-weight:bold;
	border:0 solid #EBEBEB;
}
h3{
	font-size:1.38em;
	line-height:1.17em;
	padding:1em 0 0.8em;
	font-weight:normal;
	border:0 solid #EBEBEB;
}
h4{
	font-size:1.08em;
	line-height:1.17em;
	padding:1em 0 0.8em;
	font-weight:bold;
	border:0 solid #EBEBEB;
}
h1 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
.sresult h4,
#ibkBreadCrumb + h1,
#ibkBreadCrumb + h2,
h1 + .fckeditorStatic > h2:first-child,
h1 + .fckeditorStatic > h3:first-child,
.chart.info h3{
	padding-top:0;
}
.kontakt > h4{
	padding:0 0 0.5em;
}

p{
	font-size:1em;
	line-height:1.62em;
	padding:0 0 1em;
}
a{
	color:#E2A100;
	text-decoration:none;
	cursor:pointer;
}
a.named{
	display:inline-block;
	cursor:default;
}
a:hover,
#ibkMain .full p a:hover{
	color:#E2A100;
	text-decoration:underline;
}

/* für Startboxen mitte     */
.full h1{
	font-size:36px;
	/*color:#666;*/
	line-height:36px;
	padding:0 0 6px;
}
.micro .full h1{
	font-size:34px;
	line-height:34px;
}
.full p{
	padding:0 0 0.2em 10px;
	line-height:normal;
	background:url(/img/bg_currl3.png) no-repeat 0 45%;
}
#ibkMain .full p a{
	color:#666;
	text-decoration:none;
}
span.subline{
	font-weight:normal;
	font-size:0.93em;
}
span.funktion{
	font-style:italic;
	font-size:0.93em;
	text-indent:15px;
	display:inline-block;
}
span.echtfraktion{
	font-size:0.93em;
	text-indent:15px;
	display:inline-block;
}
span.amtstitel{
	font-style:italic;
	font-size:0.93em;
	text-indent:15px;
}

h1 span.subline{
	font-size:0.6em;
	text-transform:none;
}
div.printInfo{
	display:none;
	position:absolute;
	top:90px;
	left:0;
}
div.printInfo span{
	display:inline-block;
	width:90px;
	font-weight:bold;
}
/* für ibkRightBar         */
#ibkRightBar h1,
#ibkRightBar h2,
#ibkRightBar h3,
#ibkRightBar h4,
#ibkRightBar p,
#ibkRightBar a,
#ibkRightBar li{
	color:#FFF;
}
#ibkRightBar h1{
	/*font-size:1.85em;*/
	font-size:24px;
	line-height:normal;
	padding:0;
	text-transform:none;
}
#ibkRightBar h2{
	/*font-size:1.15em;*/
	font-size:15px;
	line-height:normal;
	padding:0;
}
#ibkRightBar h3{
	/*font-size:1.15em;*/
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	padding:1em 0 0;
}
#ibkRightBar .kabt h3{
	line-height:normal;
}
#ibkRightBar p{
	padding:0;
	font-size:13px;
	line-height:21px;
}
#ibkRightBar a:hover,
#ibkRightBar a.current{
	color:#E2A100;
	text-decoration:none;
}
#ibkRightBar .kontakter a.current,
#ibkRightBar .kontakter a.current:hover{
	color:#E2A100;
}
#ibkRightBar .locsetter p{
	margin-right:-5px;
}
#ibkRightBar .locsetter span{
	float:right;
	color:#E2A100;
}
#ibkRightBar ul.sep{
	list-style-type:none;
	line-height:20px;
	padding:2px 15px;
	margin:5px -15px -7px;
	border:0 solid #6A6A6A;
	border-width:2px 0 0;
}

#ibkRightBar .fontsizer a{
	display:inline-block;
	padding:0 3px;
}
#ibkRightBar .fontsizer span{
	float:right;
	line-height:19px;
}
#ibkRightBar .kontakter p.tel{
	text-align:right;
	/*position:relative;*/
}
#ibkRightBar .moreLinks p{
	line-height:normal;
	position:relative;
	padding:2px 0 3px;
}
#ibkRightBar .kontakter p.contact,
#ibkRightBar .manuell p.contact,
#ibkRightBar .manuell p{
	line-height:18px;
	position:relative;
	padding:0 0 3px;
}
#ibkRightBar .kontakter p.fax,
#ibkRightBar .manuell p.fax{
	padding:0.4em 0 0;
}
#ibkRightBar .kontakter span.name{
	display:inline-block;
	max-width:140px;
	clear:right;
}
#ibkRightBar .kontakter span.otime{
	clear:right;
	/*text-transform:capitalize;*/
}
/*#ibkRightBar .kontakter span.tel{
	white-space:nowrap;
	display:inline-block;
	float:right;
	overflow:hidden;
}*/
#ibkRightBar .kontakter span.mail a,
#ibkRightBar .manuell span.mail a{
	color:#E2A100;
	font-weight:bold;
}
#ibkRightBar .kontakter .contact span.tel{
	position:absolute;
	right:0;
	max-width:55px;
	white-space:nowrap;
}
/*#ibkRightBar .kontakter span.mail,
#ibkRightBar .kontakter span.tel{
	position:absolute;
	right:0;
	visibility:hidden;
}
#ibkRightBar .kontakter span.mail{
	text-transform:lowercase;
}*/
#ibkRightBar .kontakter a:hover{
	text-decoration:none;
}
#ibkRightBar a.info{
	display:block;
	height:57px;
	padding:0 65px 0 0;
}
#ibkRightBar a.info:hover{
	text-decoration:none;
}
#ibkRightBar .info.map{
	background:url(/img/bg_sinfo_map.png) no-repeat right 12px;
	line-height:52px;
	padding-right:80px;
}
#ibkRightBar .info.mobilemap{
	background:url(/img/bt_mobilemap.png) no-repeat right 6px;
	line-height:52px;
	padding-right:80px;
}
#ibkRightBar .info.bau{
	background:url(/img/bg_sinfo_bau.png) no-repeat right 2px;
	line-height:52px;
	padding-right:80px;
}

#ibkRightBar .info.bau.projekte {
	background:url(/img/bg_sinfo_staedtische.png) no-repeat right 2px;
}

#ibkRightBar .info.map span, #ibkRightBar .info.bau span{
	display:block;
	margin: -24px 0 0 0;
	font-size: 13px;
}
#ibkRightBar .info.mobilemap span, #ibkRightBar .info.bau span{
	display:block;
	margin: -24px 0 0 0;
	font-size: 13px;
}
#ibkRightBar .info.bau.projekte{
	line-height:normal;
	/*
	background-image:url(/img/bg_sinfo_bau.png);
	*/
}

#ibkRightBar .info.ibk{
	background:url(/img/bg_sinfo_ibk.png) no-repeat right 4px;
}
#ibkRightBar .moreLinks a{
	padding:0 0 0 12px;
	background:url(/img/bg_slink_int.png) no-repeat 0 0.41em;
	display:block;
}
#ibkRightBar .moreLinks .ext a{
	background-image:url(/img/bg_slink_ext.png);
	/*background-position:0 0.23em;*/
}
/* für ibkMain             */
#ibkMain .kontakt p{
}
div.kontakt p:last-child{
	padding-bottom:0;
}
#ibkMain .kontakt.info p{
	padding-left:120px;
	padding-bottom:0.5em;
	line-height:normal;
}
#ibkMain .kontakt.info p:last-child{
	padding-bottom:0;
}
.kontakt.info p span.item{
	width:120px;
	margin-left:-120px;
	display:inline-block;
}
#ibkMain .downloads p{
	padding:0;
}
#ibkMain a{
	text-decoration:underline;
	color:#DB9C00;
}
#ibkMain a:hover{
	text-decoration:none;
}
#ibkMain .downloads li a.file{
	padding:0 0 0 22px;
	background:url(/img/icon_file.png) no-repeat 0 0.17em;
	display:block;
}
#ibkMain .downloads li a.pdf{
	background-image:url(/img/icon_pdf.png);
}
#ibkMain .downloads li a.jpg{
	background-image:url(/img/icon_img.png);
}
#ibkMain .downloads li a.doc{
	background-image:url(/img/icon_word.png);
}
#ibkMain .downloads li a.xls{
	background-image:url(/img/icon_excel.png);
}
#ibkMain .downloads li a.pp{
	background-image:url(/img/icon_pp.png);
}

#ibkMain a.more{
	padding:0 0 0 8px;
	margin:0 0 0 5px;
	background:url(/img/bg_currl2.png) no-repeat 0 0.41em;
	display:inline-block;
}
#ibkMain a.more.ext{
	background-image:url(/img/bg_extl.png);
	padding-left:12px
}
#ibkMain li a.more{
	float:right;
}
#ibkMain a.more.no{
	padding:0;
	margin:0;
	background:none;
}

/* für ibkFooter           */
#ibkFooter p{
	padding:0;
	font-size:0.85em;
}
#ibkFooter a{
	color:#555;
	text-decoration:underline;
}
#ibkFooter a:hover{
	color:#E2A100;
}

/************************************/
/* Formulare                        */
/************************************/
.formSect{
	padding:0;
	margin:0;
	clear:both;
}
.formSect.sep{
	padding:10px 0 0;
	margin:10px 0 0;
	border:0 solid #EFEFEF;
	border-width:1px 0 0;
}
.formSect.grey{
	background:#EFEFEF url(/img/bg_fgrey_ft.png) no-repeat 0 bottom;
	margin-bottom:0.5em;
	padding-bottom:16px;
}
.formSect.grey .formItem:first-child{
	background:url(/img/bg_fgrey_tp.png) no-repeat 0 top;
	padding-top:21px;
}
.formSect.grey .formItem:last-child p.button{
	margin-bottom:-7px;
}
#ibkRightBar .formSect.sep{
	padding:2px 15px;
	margin:0 -15px;
	border-color:#6A6A6A;
	border-width:2px 0 0;
}
div.formItem{
	padding:5px 0;
	clear:both;
}
div.formItem.indent{
	padding-left:145px;
}
#ibkMain div.formItem{
	margin-right:-5px;
}
#ibkMain .grey div.formItem{
	margin-right:10px;
}
.text, .select, .textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#555;
	padding:2px;
	margin:0 5px 0 0;
	border:1px solid #BFBFBF;
}
.big{
	font-size:1.23em;
	padding:4px 2px;
	/*background:#FAFAFA url(/img/bg_inpbig.png) repeat-x left bottom;*/
	border-radius:4px;
}
.select{
	/*height:18px;*/
	padding:1px;
}
.select option{
	padding:0 3px;
}
.textarea{
	width:309px;
	height:124px;
}
input.checkbox, input.radio{
	margin:0 4px 0 0;
	vertical-align:-2px;
}
.x1{
	width:53px;
}
.x2{
	width:117px;
}
.x3{
	width:181px;
}
.x4{
	width:245px;
}
.x5{
	width:309px;
}
.x6{
	width:373px;
}
select.x1{
	width:59px;
}
select.x2{
	width:123px;
}
select.x3{
	width:187px;
}
select.x4{
	width:251px;
}
select.x5{
	width:315px;
}
select.x6{
	width:379px;
}
label{
	line-height:normal;
	cursor:pointer;
	font-size:1em;
	margin:0 5px 0 0;
}
label.label{
	display:inline-block;
	width:140px;
}
.formSect.grey label.label{
	width:130px;
	margin-left:10px;
}
label.label.top{
	vertical-align:top;
}
label.labeltop{
	display:block;
	width:auto;
	margin:0 0 3px;
}
label.radio{
	margin:0 15px 0 0;
	display:inline-block;
}
form#ag-form-shopkassa label.radio{
	width:429px;
	vertical-align:middle;
}
p.label{
	padding-left:145px;
	padding-bottom: 0.1em
}
p.label span{
	font-weight: bold;
	display:inline-block;
	width:140px;
	margin-right:5px;
	margin-left:-145px;
}

p.button{
	display:inline-block;
	margin:16px 0;
	padding:0 0 0 8px;
	height:34px;
	line-height:32px;
	background:url(/img/bg_buttonsl.png) no-repeat 0 -68px;
	font-size:0.92em;
	/*text-shadow:0 1px 2px rgba(0,0,0,0.5);*/
}
p.button:hover{
	background-position:0 -102px;
}
p.button.grey{
	background-position:0 0;
}
p.button.grey:hover{
	background-position:0 -34px;
}
p.button.right{
	float:right;
}
p.button.plain{
	margin:0 0 4px;
	padding:0;
	height:18px;
	line-height:normal;
	background-image:none;
}
p.button.plain a,
p.button.plain input{
	color:#555 !important;
	height:auto;
	width:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:0.92em;
	background-image:none;
}
p.button.plain a:hover,
p.button.plain input:hover{
	color:#DB9C00 !important;
}
p.button a{
	text-decoration:none !important;
	padding:0 25px 0 0;
	margin:0;
	height:34px;
	display:block;
	color:#FFF !important;
	font-weight:bold;
	white-space:nowrap;
	background:url(/img/bg_buttons.png) no-repeat right -68px;
}
p.button input,
p.button button{
	text-decoration:none;
	text-align:left;
	padding:0 25px 2px 0;
	margin:0;
	height:32px;
	/*width:146px;*/
	display:block;
	color:#FFF;
	font-weight:bold;
	border:none;
	background:none;
	background:url(/img/bg_buttons.png) no-repeat right -68px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.92em;
	/*text-shadow:0 1px 2px rgba(0,0,0,0.5);*/
	cursor:pointer;
}
p.button.grey a,
p.button.grey input,
p.button.grey button{
	background-position:right 0;
}
p.button *:hover,
p.button:hover *{
	background-position:right -102px;
}
p.button.grey *:hover,
p.button.grey:hover *{
	background-position:right -34px;
}
/* suche rightbar          */
#ibkRightBar form.suche{
	margin-bottom:-9px;
}
.suche .text{
	width:160px;
	margin-bottom:5px;
}
input.searchbutton{
	border:0 solid #000;
	background:url(/img/bg_search.png) no-repeat 0 0;
	width:21px;
	height:21px;
	vertical-align:-2px;
	cursor:pointer;
}
p.expand{
	background:url(/img/bg_search_exp.png) no-repeat  right 3px;
}
p.expand a{
	display:block;
	height:inherit;
}
p.expand a:hover{
	text-decoration:none;
}
/* user login info*/
.userinfo .formItem{
	padding-top:0;
	padding-bottom:0;
	margin:0 0 -3px;
}
.userinfo p.username{
	display:inline-block;
	width:365px;
	padding:0;
	line-height:32px;
	font-size:12px;
	vertical-align:top;
	white-space:nowrap;
	overflow:hidden;
}
.userinfo p.button{
	font-size:12px;
	margin:0;
}
/***************************/
/* sitzplan                */
/***************************/
div.sitzplan{
	width: 410px;
	margin:40px auto 20px;
}
img.sitzplan{
	display:block;
	margin:40px auto 20px;
}
map area{
	cursor:pointer;
}
ul.legend{
	list-style-type:none;
}
ul.legend li{
	line-height:20px;
	font-size:12px;
	padding:0 0 4px;
	display:inline-block;
	width:460px;
}
ul.legend span{
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:2px;
	border:1px solid #333;
	vertical-align:-1px;
}
.toolTip{
	position:absolute;
	z-index:1000;
	width:204px;
	padding:8px 10px 0;
	background:url(/img/bg_tooltip.png) no-repeat 0 0;
}
.toolTip strong{
	display:block;
	font-weight:bold;
}
.toolTip p{
	padding:0 10px 8px;
	margin:0 -10px -11px;
	line-height:normal;
	background:url(/img/bg_tooltip_ft.png) no-repeat 0 bottom;
	font-size:0.92em;
}
/***************************/
/* kontaktinfo             */
/***************************/
div.kontakt{
	padding:15px;
	/*background:url(/img/bg_kontaktinfo.png) repeat-y 0 0;
	position:relative;*/
	background:#FAFAFA url(/img/icon_info.png) no-repeat 420px 8px;
}
div.kontakt .icon{
	/*background: url(/img/icon_info.png) no-repeat 0 0;
	position:absolute;
	top:8px;
	right:8px;
	width:32px;
	height:32px;*/
	display:none;
}
div.kontakt .icon span{
	display:none;
}
/***************************/
/* syndizierte inhalte     */
/***************************/
div.syndicated{
	background:#EDF8F8;
	padding:15px;
}
.sourceLink{
	text-align:right;
	padding:0;
}
#ibkMain .syndicated .sourceLink a{
	color:#E2001A;
	background:url(/img/bg_link_hgv.png) no-repeat 0 0.4em;
	padding:0 0 0 13px;
}
.syndicated h1{
	font-size:1.38em;
	text-transform:none;
}
.syndicated h2{
	font-size:1.23em;
}
.syndicated h3{
	font-size:1.08em;
}
#ibkMain .syndicated a{
	color:#318C8C;
}
.syndicated .syninfo{
	background:#318C8C;
	color:#FFF;
	font-size:0.85em;
	text-align:center;
	line-height:1.82em;
	margin:0 -15px 13px;
	padding:0;
}
.syndicated ul{
	margin:0 0 1em;
	list-style-type:none;
}
.syndicated ul ul{
	margin-bottom:0.5em;
	margin-left:0.3em;
}
.syndicated ul ul li{
	background:url(/img/bg_currl3.png) no-repeat 0 0.4em;
	padding:0 0 0 10px;
}
/***************************/
/* tabellen                */
/***************************/
table.table1{
	width:100%;
	margin:0 0 1.5em;
	padding:0;
	border-collapse:collapse;
	font-size:1em;
}
.table1 th,
.table1 td{
	margin:0;
	padding:0;
	border-collapse:collapse;
	font-size:1em;
}
.table1 thead th{
	text-align:left;
	padding:0 0 5px 5px;
	border:0 solid #E2A100;
	border-width:0 0 3px;
}
.table1 thead th:first-child{
	padding:0 0 5px;
}
.table1 tbody td{
	text-align:left;
	padding:8px;
	border:0 solid #EBEBEB;
	border-width:0 0 1px 1px;
	vertical-align:top;
}
.table1 tbody td:first-child{
	border-width:0 0 1px;
	padding-left:0;
}
.table1.result thead th{
	border-color:#EBEBEB !important;
}
.table1.result tbody td{
	border-width:0 0 1px;
}
.table1.member tbody td:first-child{
	width:260px;
}

/***************************/
/* listen                  */
/***************************/
ul.downloads{
	list-style-type:none;
	margin:1em 0 2em;
}
ul.downloads li{
	padding:2px 0;
}
ul.venues{
	list-style-type:none;
	margin:0 0 2em;
	border:0 solid #E2A100;
	border-width:3px 0 0;
}
ul.venues li{
	padding:5px 2px;
	margin:0;
	border:0 solid #EBEBEB;
	border-width:0 0 1px;
	clear:both;
}
ul.venues li:hover{
	background:#EBEBEB;
	cursor:pointer;
}
ul.senat{
	list-style-type:none;
}
ul.senat li{
	margin:0 0 0.3em;
}

.album{
	margin:0 -20px 0 0;
}
.album img{
	display:block;
	padding:1px;
	border:1px solid #EBEBEB;
	background:#FFF;
}
.album ul.albenListe{
    margin:0;
	list-style-type:none;
}
.album ul.albenListe li{
    margin:0 10px 10px 0;
	float:left;
	width:84px;
	padding:0;
}

/************************/
/*      Shop Styling    */
/************************/
.ag-clickable{
	cursor: pointer;
}
ul.shop-warenkorb{
	margin-top: 0.5em;
	list-style-type:none;
}
ul.shop-warenkorb li{
	list-style-type:none;
	padding: 6px 0;
	border: 0 solid #6A6D6D;
	border-width: 1px 0 0;
}
.shop-produkte{
	list-style-type:none;
	margin:0 0 2em;
}
ul.shop-produkte li{
	border: 0 solid #EBEBEB;
	border-width: 0 0 1px;
	padding:1.0em 0 0.5em;
	clear:both;
}
ul.shop-produkte li.ag-active:hover{
	background:#FCFCFC;
	cursor:pointer;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
.shop-produkte .thmb{
	width: 120px;
	height: 120px;
	text-align: center;
	position: relative;
	background: #EBEBEB;
	display: table;
}
.shop-produkte .thmb span{
	display: table-cell;
	vertical-align: middle;
}
.shop-produkte .thmb img{
	margin: 0 auto;
}
.shop-produkte .desc{
	width: 310px;
	padding-right: 10px;
}
.shop-produkte .desc h2{
	padding: 0 0 0.5em;
}
.shop-produkte .desc h3{
	padding: 0 0 0.5em;
}
.shop-produkte .desc h3 span,
.shop-produkte .desc h2 span{
	font-weight: normal;
	font-size: 13px;
}
.shop-produkte h4{
	margin: 1em 0 2em;
	padding: 0;
}
.shop-produkt.shop-produkt .thmb,
.shop-produkt.shop-produkt .desc{
	margin-bottom: 3.077em;
}
.shop-produkt.shop-produkt h4{
	font-size: 1.560em;
	font-weight: normal;
	margin-bottom: 0;
}
.shop-produkte .vergriffen h4,
.shop-produkt.vergriffen h4{
	color: #990000;
	text-decoration: line-through;
}
.shop-produkte .vergriffen h4 span,
.shop-produkt.vergriffen h4 span{
	text-decoration: none;
	display: inline-block;
}
.ag-mask {
	display: none;
}
.goldenesdachl .ag-mask.ag-golden-roof {
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 32px;
	height: 32px;
	background:#CC9900;
}

/* Shop ... Artikel im Warenkorb */
.shop-produkte .imwarenkorb{
	float:right;
}
.shop-produkte .imwarenkorb .x1{
	width:20px;
	text-align:right;
}
.shop-produkte .imwarenkorb span{
	margin: 10px 0 0;
}

/* rechtespalte more links */
#ibkRightBar .moreLinks{
	list-style-type:none;
}

/***************************/
/* charts                  */
/***************************/
body.chart{
	background:#FFF;
}
div.chart{
	margin:20px 0 0;
}

#ibkChart{
	width:650px;
	height:650px;
	overflow:hidden;
	/*margin:0 -15px;*/
}

/***************************/
/* accordion               */
/***************************/
h3.acc{
	font-size:1em;
	font-weight:bold;
	line-height:2.8em;
	padding:0 20px;
	color:#555;
	background:#EAEAEA url(/img/bg_acc_ind.png) no-repeat right center;
	cursor:pointer;
	border:0 solid #FFF;
	border-width:1px 0;
	border-color:#DCDCDC #FFF #FFF;
}
h3.acc.open{
	background-image:url(/img/bg_acc_ind1.png);
}
.accontainer h3.acc{
	color:#555;
	background-color:#FFF;
	border-color:#EAEAEA;
	border-width:1px 0 0;
	padding:0;
}
.accontainer h3.acc.open{
	background-image:url(/img/bg_acc_ind2.png);
}
.accontainer h3.acc span{
	display:block;
	padding:0 20px;
	background:url(/img/bg_acc_ind2a.png) no-repeat -10px center;
}
.accontainer h3.acc.open span{
	background-position:0 center;
}
.accopen{
	color:#FFF;
	background-color:#DB9C00;
	border-color:#DB9C00;
}
.accopen1{
	color:#FFF;
	background-color:#F9B200;
	border-color:#F9B200;
}
.accopen2{
	color:#FFF;
	background-color:#75C4EA;
	border-color:#75C4EA;
}
.accopen3{
	color:#FFF;
	background-color:#D95E9B;
	border-color:#D95E9B;
}
.accopen4{
	color:#FFF;
	background-color:#75C4EA;
	border-color:#75C4EA;
}
.accopen5{
	color:#FFF;
	background-color:#97BF0D;
	border-color:#97BF0D;
}
.accopen6{
	color:#FFF;
	background-color:#00ADB3;
	border-color:#00ADB3;
}
.accopen7{
	color:#FFF;
	background-color:#006AB3;
	border-color:#006AB3;
}
.acc{
	color:#555;
	background-color:#EAEAEA;
	border-color:#DCDCDC #FFF #FFF;
}
.accsub{
	color:#555;
}
.accsubopen{
	color:#DB9C00;
}

.accontainer{
	border:0 solid #DB9C00;
	border-width:0 1px 1px;
	margin:0 0 3px;
}
.accontainer .accontainer{
	border-color:#EAEAEA;
	border-width:1px 0 0;
	margin:0;
}
.accontainer h2,
.accontainer h3,
.accontainer p{
	padding-left:20px;
	padding-right:20px;
}
.accontainer .SB p{
	padding-top:1em;
}
h4.accb{
	padding-left:15px;
	padding-right:15px;
}

.termine{
	position:relative;
}
.termine .tabcontent{
	position:absolute;
	top:30px;
	width:460px;
}
.termine .tabcontent.display-no{
	display:none !important;
}
.termine .tabcontent.outset{
	margin:0 -15px;
	width:490px;
}
.termine .calItem{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.termine .calItem.current{
	display:block;
}

table.calender,
.calender td,
.calender th{
	border-collapse:collapse;
	border:0 solid #555;
}
table.calender{
	border-width:0 0 1px;
	width:490px;
}
.calender th{
	background:#555;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	padding:4px 0;
	border-width:1px;
	width:76px;
}
.calender th.time{
	background:none;
	border-width:0;
	width:auto;
}
.calender th.tag1,
.calender th.tag7{
	width:30px;
	font-weight:normal;
}
.calender th span{
	font-weight:normal;
}
.calender td{
	border-width:1px;
	vertical-align:top;
}
.calender.week td.work{
	background:url(/img/bg_cal_day.png) repeat 0 0;
}
.calender.week td.feiertag{
	background-color:#FFD1CE;
}
.calender td.wend{
	background:#F4F4F4 url(/img/bg_cal_day.png) repeat 0 0;
}
.calender.month td.work{
	width:84px;
}
.calender.month td.wend{
	background-image:none;
	width:31px;
}
.calender.month td.other{
	background-color:#D7D7D7;
}
.calender td.feiertag{
	background-color:#FFD1CE;
}
.calender td.today{
	background-color:#cceff0 !important;
	/*border-color:#00ADB3;*/
}
.calender td.time{
	font-size:0.9em;
	height:39px;
	text-align:right;
	padding:0 2px 0 0;
	background:none;
}
.month .dTag{
	background:url(/img/bg_cal_date.png) repeat 0 0;
}
.dTermine{
	position:relative;
	overflow:hidden;
}
.week .dTermine{
	height:599px;
}
.month .dTermine{
	height:88px;
}
.cTermin{
	background:#00CCFF;
	overflow:hidden;
}
.month .cTermin{
	background-image:url(/img/bg_cal_date_m.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.week .cTermin{
	position:absolute;
	left:0;
}
.wend .dTermine{
	width:31px;
}
.cTermin.arbeitsgruppe{
	background-color:#d6edf9;
}
.cTermin.ausschuss{
	background-color:#f4cfe1;
}
.cTermin.gemeinderat{
	background-color:#fde8b3;
}
.cTermin.stadtsenat{
	background-color:#e0ecb7;
}
.cTermin.enquete{
	background-color:#FCF47E;
}
.calItem h4{
	padding-left:10px;
}
.calender p{
	font-size:0.9em;
	line-height:1.2em;
	margin:0;
	padding:0;
}
.calender .today .dTag p{
	font-weight:bold;
	color:#555;
}
.calender .dTag p{
	padding:0 3px;
	text-align:right;
	color:#666;
}
.calender .wend .dTag p{
	color:#777;
}
.calender .other .dTag p{
	color:#EEE;
}
.cTermin p.tTitle{
	font-size:0.8em;
	text-transform:capitalize;
}
.month .cTermin p.tTitle a{
	padding:1px 2px;
}
.cTermin a{
	color:#555 !important;
	text-decoration:none !important;
	display:block;
	white-space:nowrap;
}
.cTermin a:hover{
	background:url(/img/bg_cal_date.png) repeat 0 0;
}
.cTermin.no1 a span{
	display:inline-block;
	width:12px;
	height:12px;
	padding:0 3px 0 0;
	vertical-align:bottom;
	background:url(/img/icon_date_cancel.png) no-repeat center;
}
p.linkol a{
	padding-left:22px;
	display:block;
	background:url(/img/icon_ol.png) no-repeat 0 2px;
}

div.captchaInput{
	display:inline;
	float:right;
}
div.captchaInput input{
	border: 1px solid #bfbfbf;
	color: #555;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	margin: 0 5px 0 0;
	padding: 2px;
	width: 245px;
}

p.errorBox{
	margin:1em 0 0;
	padding:0.2em 0.5em;
	background:#FFFF99;
	border:1px solid #FF0000;
	font-weight:bold;
}
.ag-message{
	border:1px solid #CCC;
	padding:10px;
	margin:0 0 5px;
}
.ag-message li{
	padding:0;
	list-style-type: none;
}

.ag-message.ag-error{
	border-color:#C80028;
}
.ag-message.ag-info,
.ag-message.ag-success{
	border-color:#090;
}

/***************************/
/* fckeditorStatic inhalte */
/***************************/
div.fckeditorStatic{
	overflow:hidden;
}
.fckeditorStatic ul,
.fckeditorStatic ol{
	margin:0 0 0.5em 1.692em;
}
.fckeditorStatic li{
	padding:0 .2em;
	line-height:1.2em;
}
.fckeditorStatic ul ul{
	margin-bottom:0.3em;
	/*margin-left:0.3em;*/
}

/***************************/
/* IE7 anpassungen         */
#IE7 .full img{
	margin-bottom:-13px;
	display:inline-block;
}
#IE7.fontXL .full img{
	margin-bottom:-14px;
}
#IE7 .full h1{
	line-height:20px;
}
#IE7 #ibkRightBar .locsetter span,
#IE7 #ibkRightBar .fontsizer span,
#IE7 #ibkRightBar .kontakter h2 span:first-child{
	margin-top:-19px;
}
#IE7 input.searchbutton{
	vertical-align:0;
}
#IE7 p.button,
#IE7 ul.legend li,
#IE7 .userinfo p.username{
	display:inline;
}
#IE7 p.button.left{
	float:left;
}
#IE7 p.button input,
#IE7 p.button button{
	padding-right:2px;
}
#IE7 p.button button{
	padding-bottom:4px;
	height:32px;
}
#IE7 ul.legend span{
	vertical-align:2px;
}
#IE7 .toolTip p{
	position:relative;
}


/***************************/
/* IE8 anpassungen         */
#IE8 input.searchbutton{
	vertical-align:-6px;
}
/***************************/
/* IE9 anpassungen         */
#IE9 input.searchbutton{
	vertical-align:-1px;
}
#IE9 #ibkRightBar .moreLinks a{
	background-position:0 0.3em;
}


@media print{
	body{
		color:#000;
		background:#FFF !important;
	}
	#ibkSite{
		float:none;
		margin:0;
		padding:0;
		width:19cm;
	}
	#ibkMain{
		float:none;
		width:auto;
	}
	#ibkRightBar,
	#ibkLeftBar{
		float:none;
		margin:0;
		width:50%;
	}
	#ibkBreadCrumb{
		margin:2.5em 0 1em;
	}
	#ibkFooter{
		margin:20px 0 0;
		height:auto;
	}
	#ibkFooter .box{
		padding:0 4px;
		width:230px;
	}
	.logo{
		margin:0;
		height:auto;
	}
	.logo img{
		width:175px;
		height:85px;
	}
	#ibkMain .box .boxMd{
		padding:0;
		background:#FFF;
		min-height:0 !important;
	}
	#ibkMainMenu,
	#ibkMain .box.full,
	.printme,
	.boxTp,
	.boxFt,
	#ibkRightBar .box,
	#ibkRightBar .kontakter h2 span,
	.am-icon,
	.box.userinfo,
	.termine .tabnav,
	.calItem .cNav{
		display:none;
	}
	div.printInfo{
		display:block;
	}
	#ibkRightBar .box .kabt{
		background:none;
		border:0 solid #999;
		border-width:1px 0 0;
	}
	#ibkRightBar .box .kabt:first-child{
		border-width:0;
	}
	#ibkRightBar .box.kontakter{
		display:block;
		border:1px solid #999;
		border-radius:5px;
		background:#FFF;
	}
	#ibkRightBar .kontakter p.tel{
		margin:0 0 1em;
	}
	#ibkRightBar .kontakter span.mail,
	#ibkRightBar .manuell span.mail{
		display:inline;
	}
	#ibkRightBar .kontakter a,
	div.kontakt a{
		text-transform:lowercase;
		text-decoration:none !important;
	}
	#ibkRightBar .box .boxMd{
		background:#FFF;
	}
	.table1 thead th,
	.table1 tbody td,
	ul.venues,
	.iframed
	{
		border-color:#000 !important;
	}
	h1,h2,h3,h4,h5,h6,p,td,th{
		color:#000 !important;
	}
	a{
		color:#000 !important;
		text-decoration:underline !important;
	}
	div.syndicated{
		font-style:italic !important;
		background:#FFF;
		padding:15px 0;
	}
	div.kontakt{
		background:#FFF;
		border:1px solid #999;
		border-radius:5px;
		margin:1em 0;
		widows:3;
		orphans:3;
	}
	div.kontakt .icon{
		background:#FFF;
		border:1px solid #666;
		border-radius:3px;
		color:#666;
		text-align:center;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		font-size:24px;
		line-height:24px;
		height:24px;
		width:24px;
	}
	div.kontakt .icon span{
		display:block;
	}
	
	/************/
	/* Kalender */
	/************/
	.termine .tabcontent.outset,
	.termine .calItem{
		margin: 0;
		width: auto;
		position: static;
	}
	.termine .cTermin {
		border: 1px solid #000;
		width: 100% !important;
		background: none !important;
		overflow:visible;
	}
	.termine .cTermin a{
		white-space:normal;
	}
	.termine table.calender{
		width:17cm !important;
	}
	table.calender,
	table.calender td,
	table.calender th{
		border-color:#000;
	}
	.month .dTag{
		background: none;
		border-bottom: 1px solid #000;
	}
	.calender.month td.work,
	.calender.month td.wend{
		width: auto !important;
	}
	.calender td.time{
		width: 40px !important;
	}
}

/***************************/
/* hinzugefuegt von LL     */
/***************************/

/* bei der detailansicht von ausschuessen soll politiker und moegliches ersatzmitglied ausgegeben werden */
div.couple p{
	float:left;
	width:50%;
}

/* bei der suche wenn mehr als 5 treffer gefunden werden gibt es eine blaetterfunktion, diese ist jetzt mal zentriert*/
p.pager {
	text-align:center;
}
p.pager span{
	padding: 0 4px;
}
p.pager a{
	padding: 0 4px;
}
p.pager a.jump{
	padding: 0 4px;
}

p.searchhit strong{
color:#333333;
}

.nodisplay{
	display:none;
	visibility:hidden;
}
