/*
	Feuerwehr-Zufikon-CSS, displaying on all medias
	(c) 2008 by inkognito - visuelle kommunikation gmbh
	
	Modifications: 
	7. January 2009: Adding Table-, td-, tr-classes
	
*/

/* ----- HACKS ------------------------------------------------------------------------------------------------- */

* html #TB_overlay { /* ie6 hack */ 
	position: absolute;
	height: expression(document.documentElement.scrollTop + document.documentElement.offsetHeight + 'px');
	}


* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}

* html #wrapper {
	height: 100%;
	}
	
* html #footer {
	bottom: -1px;
	}	

/* ----- BASICS ------------------------------------------------------------------------------------------------- */


body {
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	background: url(../media/body_bg.gif) repeat-x #dadada;
	margin: 0;
	padding: 0;
	}

html, 
body {
    height: 100%;
	}

i {
	font-family: Times, "Trebuchet MS", Tahoma;
	font-size: 13px;
	line-height: 17px;	
	}
	
ol, ul  { 
	color: #595959; 
	background-color: transparent;
	/*margin: 0; */
	}

li {
	margin: 0;
	}	


h1, 
h2 { 
	font-size: 18px; 
	font-weight: normal; 
	color: #000; 
	margin-bottom: 10px
	}
	
h3 { 
	font-size: 15px; 
	font-weight: bold; 
	color: #000;
	padding: 2px 0 0 0; 
	}	

a:link, 
a:visited {
	text-decoration: underline;
	color: #c6011b;
	}

a:hover, 
a:active {
	color: #ccc;
	}
	
table img,
td img { 
	padding: 0 15px 0 0;
	border: 0; 
	}	
	
table a,
table a:active,
table a:visited {
	color: #000;
	text-decoration: underline;
	}
	
table a:hover {
	color: #ccc;
	}			



#wrapper {
	position: relative;
	width: 950px;
	min-height: 100%;
	margin: auto auto;
	background: url(../media/wrapper.jpg) repeat-y #fff;
	text-align: left;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#header {
	position: relative;
	width: 950px;
	height: 150px;
	background-color: #fff;
	background: url(../media/headerbild.jpg) no-repeat #fff;
	overflow: hidden;
	}

#adress {
	color: #fff;
	position: relative;
	top: 0px;
	left: 724px;
	width: 266px;
	height: 150px;
	border-left: solid 1px #fff;
	}


#hnav {
	border-left: 1px solid #0068a1;
	padding-left: 4px;
	}

#leftcol {
	width: 180px;
	float: left;
	background-color: #a9a9a9;
	}
	
#leftcol a,
#leftcol a:active {
	color: #c6011b;
	text-decoration: none;
	}
	
#leftcol a:visited {
	color: #c6011b;
	text-decoration: none;
	}	

#content {
	padding-left: 25px;
	padding-top: 25px;
	float: left;
	}
	
#right {
	color: #8d0000;
	margin-top: -1px;
	float: left;
	}	
	
#right h1 {
	font-size: 15px; 
	font-weight: bold; 
	color: #8d0000; 
	margin-bottom: 5px
	}	
	
#footer {
	position: absolute;
 	bottom: 0;
	left: 0;
	float: left;
	width: 950px;
	height: 30px;
	background: url(../media/footerpic.gif) no-repeat #dadada;
	overflow: hidden;
	}

/* ----- TABLE TD TR CLASSES ------------------------------------------------------------------------------------------------- */		


.thumbs {
	margin: 0 5px 5px 0px;
	border: 0;
	}
	

.thumbs img {
	width: 120px;
	}	
	
.thumbs a:hover img {
	border: solid 1px #c6011b;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}	
	
.table_programm { 
	width: 455px; 
	height: auto; 
	}
	
.table_group {
	text-align: left;
	padding: 2px 5px; 
	width: 240px; 
	vertical-align: top; 
	}
	
.table_time { 
	text-align: left; 
	padding: 2px; 
	width: 65px; 
	vertical-align: top;
	}
	
.table_title { 
	font-size: 16px; 
	font-weight: bold; 
	background-color: #ccc; 
	text-align: left; 
	padding: 35px 0 0 10px; 
	vertical-align: top;
	}
	
.table_date {
	text-align: left; 
	padding: 2px; 
	width: 50px; 
	vertical-align: top;
	}
	
.table_month { 
	text-align: left; 
	padding: 2px 5px; 
	width: 50px; 
	vertical-align: top; 
	}
	
.table_light { 
	background-color: #e5e5e5;
	}

.table_dark {
	background-color: #ccc;
	}

.table_icon_red { 
	background-color: #c6011b; 
	text-align: center; 
	width: 20px; 
	vertical-align: middle;
	}
	
.table_icon_blue { 
	background-color: #0066ff; 
	text-align: center; 
	width: 20px; 
	vertical-align: middle; 
	}
	
.table_icon_green { 
	background-color: #117777; 
	text-align: center; 
	width: 20px; 
	vertical-align: middle; 
	}
	
.table_icon_grey { 
	background-color: #999; 
	text-align: center; 
	width: 20px;
	vertical-align: middle; 
	}
	
.table_icon_white { 
	background-color: #fff; 
	text-align: center; 
	width: 20px; 
	vertical-align: middle; 
	}
	
.table_icon_clear-light { 
	background-color: #e5e5e5; 
	width: 20px; 
	vertical-align: bottom; 
	}
	
.table_icon_clear-dark { 
	background-color: #ccc; 
	width: 20px; 
	vertical-align: bottom; 
	}	
	
	
/* ----- LAYOUT CLASSES ------------------------------------------------------------------------------------------------- */		

.headline {
	width: 500px;
	height: auto;
	border-bottom: solid 1px #ff0000;
	overflow: hidden;
	}
	
.spitzmarke {
	font-size: 10px;
	color: #c6011b;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	}	
	
.right-box { 
	width: 180px; 
	padding: 8px 10px 8px 20px; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 13px; 
	background-color: transparent;
 	/*background: url(../media/right-box.jpg) repeat-y transparent;*/
 	float: left;
	}	

.rubrik,
.rubrik_ga {
	width: 500px;
	padding-right: 20px;
	margin-top: 10px;
	float: left;
	margin-bottom: 30px;
	}
	
	
.rubrik img {
	float: left;
	margin-right: 20px;
	padding-bottom: 12px;
	border: 0px;
	}	
	
.rubrik_ga img {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	border: 0px;
	}	

	
.rubrik table img {
	margin: 0px;
	border: 0px;
	}	
	
.rubrik ul  { 
	color: #000; 
	line-height: 14px; 
	background-color: transparent; 
	list-style-type: none; 
	list-style-image: url("../media/list.gif"); 
	margin: 10px 0 0 10px; 
	}
	
.rubrik ul li {
	margin: 0 10px 0 10px;
	padding: 0 0 6px 0px;
	background-color: transparent;
	}
	
.rubrik ul a,	
.rubrik ul a:link, 
.rubrik ul a:visited {
	border: 0;
	color: #000;
	text-decoration: underline;
	}
	
.rubrik ul a:hover {
	color: #999;
	}				


.footertext {
	text-align: center;
	color: #677A7B;
	font-size: 10px;
	line-height: 13px;
	margin-top: 12px; 
	}
	
.adresstext {
 	color: #fff;
 	padding: 30px 0 0 10px;
	width: 206px;
	height: 150px;
	float: left;
 	}	
 	
 	
 
/*------- NAVIGATION ---------------------*/
	
/*------- FIRST_LEVEL --------------------*/
/*Style-Definition f?r die First-Level-Navigation*/

DIV.fstLevel a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 167px;
	height: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px;
	text-transform: uppercase;
	PADDING: 3px 0 0 10px;
	TEXT-ALIGN: left;
	COLOR: #c6011b;
	BACKGROUND-COLOR: #dadada;
	border-bottom: solid 1px #c6011b;
	border-left: solid 3px #c6011b;
	}
	
/*Style-Definition f?r die First-Level-Navigation bei Mouse-Over*/

DIV.fstLevel a:hover {
	COLOR: #fff;
	BACKGROUND: transparent;
	border-left: solid 3px #fff;
	}
	
/*Style-Definition f?r die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 167px;
	height: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	text-transform: uppercase;
	FONT-SIZE: 11px;
	PADDING: 3px 0 0 10px;
	TEXT-ALIGN: left;
	COLOR: #c6011b;
	BACKGROUND-color: #dadada;
	border-left: solid 3px #fff;
	border-bottom: solid 1px #fff;
	}

/*--------- SECOND_LEVEL --------------------*/
/*Style-Definition f?r die Second-Level-Navigation*/

DIV.secLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 158px;
height: 18px;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
FONT-SIZE: 11px;
PADDING: 3px 0 0 21px;
TEXT-ALIGN: left;
FONT-WEIGHT: normal;
COLOR: #8d0013;
BACKGROUND-color: #cacaca;
border-bottom: solid 1px #8d0013;

}
/*Style-Definition f?r die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #fff;
BACKGROUND-COLOR: transparent;
}
/*Style-Definition f?r die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 158px;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
FONT-SIZE: 11px;
height: 18px;
PADDING: 3px 0 0 18px;
FONT-WEIGHT: normal;
TEXT-ALIGN: left;
COLOR: #fff;
BACKGROUND-color: #transparent;
border-bottom: solid 1px #8d0013;
border-left: solid 3px #fff;
}	


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #999;
}

#TB_secondLine {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
	color:#999;
}

#TB_window a:link {color: #c6011b;}
#TB_window a:visited {color: #c6011b;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #c6011b;}
#TB_window a:focus{color: #c6011b;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ccc;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

	

/* ----- END CSS ------------------------------------------------------------------------------------------------- */









