
/* turnfest.at  style v1.0 */
/* estellt von Ingo Lacheiner 6.9.2004  */

/* basic elements ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*Abstände aller Elemente werden auf Null gesetzt + weitere Formatierungen*/
html {
	height: 100%;
}

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 0px;
}

body { 
	font-size: 101%;
	height: 100%;
	}
p { 
	font-size: 8pt; 
	text-align: left;
	}
h3 { 
	font-size:  12pt; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
/*div { border: 1px solid red;}*/


/* spezielle divs ::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*ganze seite*/
#container {  
	padding: 0px 0px 1px 0px;  
	margin: 0px; 
	background-color: #EEEEEE; 
	z-index: 0;
	width: 850px;
	}
/*ENDE ganze seite*/
/*header*/
#pageHeader { 
	height: 121px;
	margin: 0px;
	width: 850px;
	margin-bottom: 30px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	position: absolute;
	background: transparent url(http://www.turnfest.at/layout_bilder/header_01.jpg) no-repeat; 
	top: 0px; 
	width: 850px; 
	height: 86px;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	position: absolute;
	background: transparent url(http://www.turnfest.at/layout_bilder/header_02.jpg) no-repeat; 
	top: 86px; 
	left: 0px; 
	width: 123px; 
	height: 35px;
	z-index: 1; 
	}
#pageHeader h2 span {
	display:none;
	}
/*ENDE header*/

/*werbebanner*/

#werbebanner { 
	position: absolute;
	top: 10px; 
	left: 860px; 
	width: 120px; 
	height: 240px;
	
	}
/*ENDE werbebanner*/

/*debug DIV für Debuginformationen für Adminstratoren*/
#debug { 
	position: absolute;
	top: 260px; 
	left: 860px; 
	width: 120px; 
	height: 240px;
	background: #ffffff;
	
	}

/*ENDE debug*/

/*navigation*/
#navi {
	position: absolute;
	top: 86px;
	left: 123px;
	z-index: 1;
}
#eckerl_1 {
	position: absolute;
	top: -2px;
	left: -123px;
	width: 123px;
	height: 37px;
	z-index: 2;
	visibility: visible;
	background-image: url(http://www.turnfest.at/layout_bilder/eckerl_blau.gif);
	background-repeat: no-repeat;
}
#eckerl_2 {
	position: absolute;
	top: -2px;
	left: -123px;
	width: 123px;
	height: 37px;
	z-index: 2;
	visibility: hidden;
	background-image: url(http://www.turnfest.at/layout_bilder/eckerl_gelb.gif);
	background-repeat: no-repeat;
}
#eckerl_3 {
	position: absolute;
	top: -2px;
	left: -123px;
	width: 123px;
	height: 37px;
	z-index: 2;
	visibility: hidden;
	background-image: url(http://www.turnfest.at/layout_bilder/eckerl_gruen.gif);
	background-repeat: no-repeat;
}
#eckerl_4 {
	position: absolute;
	top: -2px;
	left: -123px;
	width: 123px;
	height: 37px;
	z-index: 2;
	visibility: hidden;
	background-image: url(http://www.turnfest.at/layout_bilder/eckerl_orange.gif);
	background-repeat: no-repeat;
}
#eckerl_5 {
	position: absolute;
	top: -2px;
	left: -123px;
	width: 123px;
	height: 37px;
	z-index: 2;
	visibility: hidden;
	background-image: url(http://www.turnfest.at/layout_bilder/eckerl_rot.gif);
	background-repeat: no-repeat;
}
/* Angaben für die Navigation  unten*/
/*ENDE navigation*/
/*wobinich*/
#wobinich {
    position: absolute;
	top: 130px;
	left: 0px;
	width: 850px;
	height: 12px;
	background-image:  url(http://www.turnfest.at/layout_bilder/linie_grau.gif); 
	background-repeat: repeat-x;
	}
#wobinich ul li
	{
	font-size: 8pt;
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin-left: 5px;
	background-color: #EEEEEE;
	}
#wobinich a:link {
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
	text-decoration:none;
}
#wobinich a:hover {
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
	text-decoration:none;
}
#wobinich a:visited {
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
	text-decoration:none;
}
/*ENDE wobinich*/
/*inhalt*/
#inhalt {
	margin-top: 30px;
	margin-left: 4px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	width: 840px;
	border: #999999 solid 1px;
	min-height: 400px;
}
/* START unternavi ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#unternavi {
	float: left; 
	width: 125px;
	margin: 0px 0px 4px 0px; 
	padding: 10px 0px 0px 3px;
    }

#navcontainer ul
{
margin: 15px 0px 0px 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

#navcontainer li { margin: 0 0 2px 0; }

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 20px;
	border: 1px solid #333;
	width: 95px;
	background-color: #999;
	background-image: url(http://www.turnfest.at/layout_bilder/unternavi_hintergrund_a.gif);
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	border: 1px solid #333;
	background-color: #1691D7;
	background-image: url(http://www.turnfest.at/layout_bilder/unternavi_hintergrund_hover.gif);
	color: white;
}

#active a:link, #active a:visited, #active a:hover {
	border: 1px solid #333;
	background-color: #999999;
	background-image: url(http://www.turnfest.at/layout_bilder/unternavi_hintergrund_ah.gif);
	color: white;
	margin-left: 5px;
	font-size: 9px;
	font-weight: normal;
	width: 90px;
}
#active a:hover {
	background-color: #999999;
	background-image: url(http://www.turnfest.at/layout_bilder/unternavi_hintergrund_activ.gif);

}

/*ENDE unternavi ............................................................*/
/*START banner Veranstaltung ............................................................*/
#banner {
	width: 100%;
	height: 65px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
/*ENDE banner Veranstaltung ............................................................*/

/*ENDE inhalt*/
/*footer.................................................................................*/
#footer {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	width: 835px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	height: 16px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	
}
/*ENDE footer*/


/*css für navigation ______________________________________________________________________*/
#room1 { 
	position:absolute;
	left:0px; 
	top:0px; 
	width:150px; 
	height:17px;
	z-index:3; 
	visibility: visible;
	padding-left: 35px;
}
#room1bg {
	position:absolute;
	left:0px; 
	top:0px; 
	width:150px; 
	height:17px;
	z-index:2; 
	visibility: visible; 
	background-image: url(http://www.turnfest.at/layout_bilder/bgroom1.gif);
	background-repeat: no-repeat;
	
}
#channel1 {
	position:absolute;
	left:0px; 
	top:17px;  
	height:18px; 
	z-index:4; 
	background-color: #1691D7;
	visibility: visible;
	padding-left: 25px;
	width: 727px; /* ie5win fix beginns*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 702px;
}
html>body #channel1 {
	width: 702px; /*ie5win fix ends */
}
#room2 { 
	position:absolute;
	left:157px; 
	top:0px; 
	width:100px; 
	height:17px;
	z-index:3; 
	visibility: visible;
	padding-left: 35px;
	
}
#room2bg {
	position:absolute;
	left:157px; 
	top:0px; 
	width:100px; 
	height:17px;
	z-index:2; 
	visibility: hidden; 
	background-image: url(http://www.turnfest.at/layout_bilder/bgroom2.gif);
	background-repeat: no-repeat;
	
}
#channel2 {
	position:absolute;
	left:0px; 
	top:17px; 
	height:18px; 
	z-index:4; 
	background-color: #F7CB08;
	visibility: hidden;
	padding-left: 100px;
	width:727px; /* ie5win fix beginns*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 627px;
}
html>body #channel2 {
	width: 627px; /*ie5win fix ends */
}

#room3 { 
	position:absolute;
	left:262px; 
	top:0px; 
	width:130px; 
	height:17px;
	z-index:3; 
	visibility: visible;
	padding-left: 35px;
	
}
#room3bg {
	position:absolute;
	left:262px; 
	top:0px; 
	width:130px; 
	height:17px;
	z-index:2; 
	visibility: hidden; 
	background-image: url(http://www.turnfest.at/layout_bilder/bgroom3.gif);
	background-repeat: no-repeat;
	
}
#channel3 {
	position:absolute;
	left:0px; 
	top:17px;  
	height:18px; 
	z-index:4; 
	background-color: #339933;
	visibility: hidden;
	padding-left: 180px;
	width:727px; /* ie5win fix beginns*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 547px;
}
html>body #channel3 {
	width: 547px; /*ie5win fix ends */
}
#room4 { 
	position:absolute;
	left:400px; 
	top:0px; 
	width:100px; 
	height:17px;
	z-index:3; 
	visibility: visible;
	padding-left: 35px;
}
#room4bg {
	position:absolute;
	left:400px; 
	top:0px; 
	width:100px; 
	height:17px;
	z-index:2; 
	visibility: hidden; 
	background-image: url(http://www.turnfest.at/layout_bilder/bgroom4.gif);
	background-repeat: no-repeat;
	
}
#channel4 {
	position:absolute;
	left:0px; 
	top:17px;  
	height:18px; 
	z-index:4; 
	background-color: #FE9641;
	visibility: hidden;
	padding-left: 100px;
	width:727px; /* ie5win fix beginns*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 627px;
}
html>body #channel4 {
	width: 627px; /*ie5win fix ends */
}

#room5 { 
	position:absolute;
	left:517px; 
	top:0px; 
	width:130px; 
	height:17px;
	z-index:3; 
	visibility: visible;
	padding-left: 35px;
}
#room5bg {
    position:absolute;
	left:517px; 
	top:0px; 
	width:130px; 
	height:17px;
	z-index:2; 
	visibility: hidden; 
	background-image: url(http://www.turnfest.at/layout_bilder/bgroom5.gif);
	background-repeat: no-repeat;
	
}
#channel5 {
	position:absolute;
	left:0px; 
	top:17px;  
	height:18px;
	z-index:4; 
	background-color: #CC0000;
	visibility: hidden;
	padding-left: 240px;
	width:727px; /* ie5win fix beginns*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 487px;
	color: #FFFFFF;
}
html>body #channel5 {
	width: 487px; /*ie5win fix ends */
}

#channel1 ul, #channel2 ul, #channel3 ul, #channel4 ul, #channel5 ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#channel1 li, #channel2 li, #channel1 li, #channel3 li, #channel4 li, #channel5 li {
	display: inline;
	
}
.ausgrauen {
	color: #888888;
	font-size: 10px;
	padding: .2em 1em;
	font-weight: bold;
	position: relative;
	bottom: 2px;
}
#channel1 a, #channel2 a, #channel3 a, #channel4 a, #channel5 a {
	 text-decoration: none;
	padding: .2em 1em;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	bottom: 2px;
	
}
#channel1 a:hover, #channel2 a:hover, #channel3 a:hover, #channel4 a:hover, #channel5 a:hover {
	 text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	bottom: 2px;
	
}
#room1 a , #room2 a, #room3 a, #room4 a, #room5 a {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	bottom: 2px;
	text-decoration: none;
}
/* verwendet in showart.php */
.zeitangabe {
	background: transparent url(http://www.turnfest.at/layout_bilder/uhr.gif) no-repeat;
	color: #0099CC;
	padding: 0 0 3px 18px;
	margin-top: 2px;
}

.vorspann {
	color: #0066CC;
	font-size: 12px;
}

/* verwendet zum Download von xls-Dateien */
.exl {
	background: transparent url(http://www.turnfest.at/layout_bilder/exl.gif) no-repeat;
	color: #008000;
	padding: 0 0 3px 18px;
	margin-top: 2px;
}
