/*****************************************************/
/*   Design:  GoFlexiblePro                          */
/*            Stylesheet to make printer-friendly    */
/*---------------------------------------------------*/
/*   Author:  G. Wolfgang                            */
/*   Email:   gw@actamail.com                        */
/*   Date:    April 14, 2006                         */
/*---------------------------------------------------*/
/*   You can use this stylesheet freely under the    */
/*   condition of giving proper author credits.      */
/*---------------------------------------------------*/
/*   Check out my favorite website: www.sda.org      */
/*****************************************************/

/*-----------------------------------------------------------------------*/
/* REMARK: FONT-SIZE DEFINITIONS                                         */
/*-----------------------------------------------------------------------*/
/* Relative font-sizes in "em" are used where necessary. To make the     */
/* "em"-units normed, the incoming font sizes are set to 1.0 em. The     */
/* font-size variations throughout the webpage are then expressed in     */
/* percentage values respective to the incoming font-size. To make       */
/* calculations easier, the font definition in "body" is such that       */
/* 1.0em = 10px. This makes life a real breeze!                          */
/*-----------------------------------------------------------------------*/

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

/*-------------------------------*/
/* Section 1.1 - Page definition */
/*-------------------------------*/

body {
	font-size: 11pt; margin: 0em auto; padding: 0em; font-family: "trebuchet ms", verdana, arial, sans-serif; background-color:transparent;
}

#page-container {
	width: 100%; margin: 0px auto; padding: 0px; border: 0px; background-color:transparent;
}

.nav-global-container {display: none;}
.navigation {display: none;}
.hide {display: none;}
.tabellenkopf {display: none;}

/**********************/
/* SECTION 2 - HEADER */
/**********************/

/*--------------------------------------*/
/* Section 2.1 - Global navigation menu */
/*--------------------------------------*/





/*-----------------------------------*/
/* Section 2.2 - Sitename and Banner */
/*-----------------------------------*/

.site-name  {
	display: none;
}

.site-slogan  {
	display: none;
}

.img-header {
	
}

/*------------------------------------*/
/* Section 2.3 - Main navigation menu */
/*------------------------------------*/



/*************************************/
/* SECTION 3 - FRONT-PAGE SIDEBANNER */
/*************************************/

.sidebanner-frontpage {
	display: none;
}

.img-sidebanner {
	display: none;
}

/******************************/
/* SECTION 4 - SUB-NAVIGATION */
/******************************/

/*--------------------*/
/* Section 4.1 - Size */
/*--------------------*/



/*******************************************************************/
/* SECTION 5 -  Extend left column height to footer                */
/*******************************************************************/

.container-content-sidebar { 
   float:left; width: 90%; margin: 0px; padding: 0px; background-color: rgb(255,255,255);
}

.buffer {
   display: none;
}

.druckansicht {font-weight: bold; font-size: 130%; display: inline;}

.screen { display: none; }

/***********************/
/* SECTION 6 - CONTENT */
/***********************/

/*--------------------*/
/* Section 6.1 - Size */
/*--------------------*/

.content {
	float: left; width: 88%; margin: 0px; padding: 0px; background-color:transparent;	
	color: rgb(0,0,0);
}

.flotte {
	width: 190px; margin: 10px 10px 10px 10px; padding: 4px 4px 4px 4px; border: solid 1px rgb(200,200,200);
	float:left; 
}

.contentbox-title-shading {font-weight: bold; font-size: 130%; }

.tagesfahrplan th {height: 22px; border: 1px solid #C8C8C8; text-align: center; font-weight: bold;}

.tagesfahrplan td { color: #000000;
	     border: 1px solid #C8C8C8;
	     font-size: 8pt;
	     padding-left: 1px;}
	     
.fahrplan tbody tr td {border-bottom: 1px solid #C8C8C8; }

.fahrplan tbody th {height: 22px; border: 1px solid #C8C8C8; text-align: center; font-weight: bold;}

/***********************/
/* SECTION 7 - SIDEBAR */
/***********************/

/*-----------------------------------------------*/
/* Section 7.1 - Size                            */
/*-----------------------------------------------*/

.sidebar {width: 0px; display: none;}

.footer {display: none;}



