html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000; 
	background: #fff; 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 62.5%;/* IE */
	margin: 0 0 2em 0;

	min-width: 97.5em;/*P.I.E*/
}

html>body {
	font-size: 10px;/* ignoriert IE */
}


p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

.fliessTxt, 
select {
	font-size: 1.2em;
}

.fliessTxt, 
#content .fliessTxt {
	color: #666;
	line-height: 1.6em;
}

a {
	text-decoration: underline;
	color: #036;
}

kbd {
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted #ccc;
}

em {
	font-style: normal;
	color: #000;
}

.toLeft {
	float: left;
}

.toRight {
	float: right;
}

.clear {
	clear: both;
}

.fett {
	font-weight: bold;
}

.txtRight {
	text-align: right;
}

.rot {
	color: #c00;
}

.c6 {
	color: #666;
}

.unsichtbar {
	display: none;
}


/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

.italics-test, .italics-test-side {
	font-style: italic; 
	text-align: justify; 
}





/* ------------------------------------------------- position ------------------------------------------------- */


/******************************************
Copyright Notice: Parts of these notes are
(c) Owen Briggs @ www.thenoodleincident.com
(for the font css file) (c) Big John @
www.positioniseverything.net and (c) Paul
O'Brien @ www.pmob.co.uk, all of whom
contributed significantly to the design of
the css and html code.
All other content is (c) ClevaTreva Designs
******************************************/
/***XXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX

To change many of the widths/heights requires that other certain values must
also be changed at the same time. For this reason, beside these critical
attributes (or nearby if comment hacks do not allow) are comments with the
calculations as to how to adjust them.

These guidance comments start with /*** and end with ***/

/***
You can delete these if you want, but do not delete MAC Hack comments (see
below).

To change the width of the entire layout, adjust the columns that make up the
total, remembering the borders. Remember, even one small mistake will degrade
or even break the layout, so be very careful!

For spacing within the cols, it's best to apply margins on content elements
inserted into the cols, because padding directly on those col elements will
change their widths, breaking the layout.

Certain hiding hacks have been used extensively in this layout, so here is a
quick explanation of them.

The Safari escape tab hack:
***************************

 (used on wrapper, and the 3 backgrounds for Moz
and Opera).

Puts an escape in front of a valid number in the style name to replace a
letter in that name, e.g. \65 is an e. A tab is then inserted (not a space).
The purpose of this hack is to hide some code from Safari. Unfortunately,
some other browsers (like IE) see it for what it should be (but NOT Safari),
and so we must undo the code for those browsers by other hacks.

The Tan hack:
*************

* html .anyelement {rules read only by IE/Win and IE/Mac}

The MAC hack:
*************

(first the active comment you are reading now must be
closed...) ***/

/* \*/

/* */

/***...Back in comment mode now. Anything between those two comment lines
will be hidden from IE/Mac. Don't use any comments within this hack or it will
close prematurely and IE/Mac will begin reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win.

The Holly Hack:
***************

Proper use of backslash escape characters inside property names used in the
Holly hack can further segregate rules to be read by only IE6 from rules for
IE5.x/Win.

These hiding hacks, along with several other fixes, make possible this formerly
impossible layout. It is highly unlikely that new browsers will have any
problem with these valid hiding hacks, and we will have to wait for Microsoft
to release IE7.

If enabled in the PageMaker, the 100% height in the html and body styles makes
the design full height. It also breaks Moz because you should use min-height,
but that doesn't work! Note
how these 100% heights are hidden from IE Mac with
the MAC Hack, otherwise they break it.

XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX ***/
.clear {
	clear:both;
	/*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
	height: 0.1em;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -0.1em;
}

* html .clear {
	height: auto;
	margin-bottom: 0;
}
/*** stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and Safari only. 
If IE 5.x Win DID display these, the page is too high ***/

#fullheightcontainer{
	position:relative;	/*** Needed for IE, othewise header and footer aren't contained directly above and below the body ***/
	width: 97.5em;		/*** Needed for Moz/Opera to keep page from sliding to left side of page when it calculates auto margins above. 
						Can't use min-width. Note that putting width in #fullheightcontainer shows it to IE and causes problems, 
						so IE needs a hack to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
	margin-left: 2.4em;	
	background: #f5f5f9 url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;/*** Set background color for side columns for Opera und NC 7 ***/
}

#wrapper {
	margin-right: 17em;/*10px*/
	/*background: #d6d6d6;*/ /*** Set background color for side columns for Safari & IE ***/
	background: #d6d6d6 url(/owlv/wLayout/design/img/bg_left.gif) top left repeat-y;/*** Sets background of center col***/
}


#outer {
	z-index: 1;				/*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position: relative;		/*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 19em;		/*** Critical left col dimension value = left col width ***/
	width: 61.5em;			/*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
	background: #fff;		/* fŸr IE6 statt gfx_bg_middle*/
}

#float-wrap{
	width: 61.5em;			/*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
	margin-right: -0.1em;	/*** Static fix, doesn't change ***/
	float:left;
	display:inline;
}

#left{
	width: 19.1em; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
	float: left;
	display: inline;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: -19em; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}

*>html #left{width: 19em;} /*** Fix only for IE/Mac = left col width + one internal border width ***/

#container-left{
	width: 19em; /*** Critical left col dimension value = left col width - 1px ***/
}

#right{
	float: left;
	display: inline;
	width: 17.2em; /*** Critical right col/divider dimension value = right col width + 2px ***/
	margin-right: -17em; /*** Critical right col/divider dimension value = negative right col width ***/
	margin-left: -0.1em; /*** Static fix ***/
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ****/
}

/* \*/
* html #right{
	width: 17.1em;
	margin-left: 0;
	margin-right: -50em;
	mar\gin-right: -17.1em;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:171px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-171px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/

#container-right{
/* \*/
	width: 17em;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
	margin-left: 0.2em; /*** Critical right divider dimension value = one internal border width + 2px ***/
}
/* \*/
* html #container-right{
	fl\oat: right;
	di\splay: inline;
	margin-left: 0.1em;
	mar\gin-left: 0;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
		 hack to different elements and see if that fixes the problem. Sometimes it may be
		 necessary to use "position: relative;" on certain elements, but it's hard to tell in
		 advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left {margin-right: -0.3em;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
		 just one Mac-hack for convenience if desired. However, each fix must come
		 later than the rule it is fixing or the fix itself will be overridden. ***/

#center{
	width: 61.5em; /*** Set to = center col width ***/
	float: right;
	display: inline;
	/* \*/
	margin-left: -0.1em;
	/* Hidden from IE-mac */
	background: #fff;
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/

#clearheadercenter, 
#clearheaderleft, 
#clearheaderright {
	height: 12.5em;		/*** needed to make room for header in center column ***/
	overflow:hidden;	/*** needed to make room for header in left column ***/
}						/*** needed to make room for footer in center column ***/

#clearfootercenter{
	/*height: 1em;*/
	overflow:hidden;
}
#clearfooterleft{
	/*height: 5em;*/		/*** needed to make room for footer in left column ***/
	overflow:hidden;
}
#clearfooterright{
	/*height: 5em;*/		/*** needed to make room for footer in right column ***/
	overflow:hidden;
}

#footer{
	z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position: relative;
	clear: both;
	width: 97.5em; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders + Both External Borders ***/
	height: 1em; /*** = Bottom Margin + One Outer Border + body to footer divider depth + subfooter1 height + any other subfooter heights ***/
	overflow: hidden;
	/*margin-top: -5em;*/ /*** negative height ***/
	background: #f5f5f9 url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;
}

#subfooter_green {
	height: 1em; /*** sub-footer row height ***/
	background: #063;
	width: 80.5em;
}

#subfooter_grey {
	height: 1em;
	background: #d6d6d6 url(/owlv/wLayout/design/img/bg_left.gif) top left repeat-y;
	width: 19em;
}

#footer_bottom {
	z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position: relative;
	clear: both;
	width: 97.5em; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders + Both External Borders ***/
	height: 1em; /*** = Bottom Margin + One Outer Border + body to footer divider depth + subfooter1 height + any other subfooter heights ***/
	overflow: hidden;
	/*margin-top: -5em;*/ /*** negative height ***/
	background: #fff url(/owlv/wLayout/design/img/bg_footer.gif) top left repeat-x;
}

#footer_bottom .ru {
	height: 1em;
	background: url(/owlv/wLayout/design/img/footer_ru1.gif) top right no-repeat;
}

#footer_bottom .lu {
	width: 19em;
	height: 1em;
	background: url(/owlv/wLayout/design/img/footer_lu1.gif) top left no-repeat;
}

#header{
	z-index: 100; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position: absolute;
	top: 0;
	width: 97.5em;	/*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off) 
					+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
					Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
					(not if external borders are off) ***/
	height: 12.5em;	/*** = Top Margin + One Outer Border + header to body divider depth + subheader1 height + any other subheader heights ***/
	overflow: hidden;
	background: #fff url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;
}


#subheader_logo {
	float: left;
	padding: 1.6em 0 0 2.4em;
	width: 16.6em;
	height: 8.3em;
	background: #fff url(/owlv/wLayout/design/img/bg_left.gif) top left repeat-y;
}

#subheader_logo .imgLogo {
	width: 12.3em;
	height: 6.5em;
}

#subheader_bild {
	/*text-align: right;*/
	margin-left: 19em;
	height: 9.9em;
	/*margin-left: 10px;*/
	/*padding-right: 10px;*/
}

* html #subheader_logo {
	width: 16.3em;
}
* html #subheader_bild {
	margin-left: 18.7em;
}

#subheader_bild .imgHeaderBild {
	width: 77.5em;
	height: 9.9em;
}

#subheader_metalinks {
	height: 2.6em;
	overflow: hidden;
	background: #ffcd06 url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;
	text-align: right;
}

#subheader_metalinks .balkenGrauTop {
	background: #e3e3e3 url(/owlv/wLayout/design/img/bg_left.gif) top left repeat-y;
	width: 19em;
	height: 2.6em;
	float: left;
	/*margin-right: 17.6em;*/
}







#metalinks {
	float: right;
	height: 2.6em;
	margin-right: 1.6em;
}

#subheader_metalinks a.meta, 
#subheader_metalinks p, 
#subheader_metalinks div.fontSizeSwitcher, 
#subheader_metalinks div.suche {
	display: block;
	float: left;
	font-size: 1em;
	text-decoration: none;
	margin: 0.6em 0.25em 0 0.25em;
}

#subheader_metalinks div.fontSizeSwitcher {
	margin: 0.6em 0.4em 0 0.4em;
}

#subheader_metalinks div.fontSizeSwitcher .imgFontSwitcher {
	width: 1.5em;
	height: 1.5em;
}

#subheader_metalinks div.suche {
	margin-top: 0.5em;
}

#subheader_metalinks div.eingabeDiv {
	margin-left: 0.35em;
}

#subheader_metalinks div.suchButton {
	/*margin-right: 0.8em;*/
}

#subheader_metalinks div.suche .imgSubmitSuche {
	width: 1.5em;
	height: 1.5em;
}

#subheader_metalinks div.suche input.suche {
	border: 1px solid #999;
	padding: 0.1em 0.3em;
	width: 11.8em;
}


#subheader_metalinks a.meta, 
#subheader_metalinks p, 
#subheader_metalinks input {
	font-size: 1.1em;
	color: #666;
}





#gfx_bg_middle{
	top: 0;
	position: absolute;
	height: 100%;
	overflow: hidden;
	width: 61.5em; /*** = Center Col Width ***/
	margin-left: 19em; /*** = Left Col Width ***/
	background: #fff; /*** Set background color for center column for Mozilla & Opera ***/
}

* html #gfx_bg_middle{
	display: none; /*** Hides the moz fix from IE ***/
}




/* ------------------------------------------------- Navigation ------------------------------------------------- */
#navLeft {
	background: #efefef url(../img/bg_navLeft.jpg) left bottom repeat-x;
	margin: 0 0 3em 10px;
	border-top: 1px solid #ccc;
}

#navLeft ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navLeft ul li a {
	display: block;
	color: #036;
	text-decoration: none;
	border-bottom: 1px solid #bfbfbf;
}

#navLeft ul li a.level0, 
#navLeft ul li a.navLeftLevel1, 
#navLeft ul li a.navLeftLevel1Selected, 
#navLeft ul li a.navLeftLevel1Open, 
#navLeft ul li a.navLeftLevel1OpenSelected {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0.8em 0.8em 0.8em 1.5em;
}

#navLeft ul li a.level0_off:hover, 
#navLeft ul li a.level0_off:focus, 
#navLeft ul li a.level0_off:active, 
#navLeft ul li a.level0_on, 
#navLeft ul li a.navLeftLevel1:hover,
#navLeft ul li a.navLeftLevel1:focus,
#navLeft ul li a.navLeftLevel1:active,
#navLeft ul li a.navLeftLevel1Selected, 
#navLeft ul li a.navLeftLevel1Open, 
#navLeft ul li a.navLeftLevel1OpenSelected {
	color: #fff;
	background: #369;
}

#navLeft ul li ul {
	margin: 0;
}

#navLeft ul li ul li a {
	color: #369;
}

#navLeft ul li ul li a.level1,
#navLeft ul li ul li a.navLeftLevel2, 
#navLeft ul li ul li a.navLeftLevel2Selected, 
#navLeft ul li ul li a.navLeftLevel2Open, 
#navLeft ul li ul li a.navLeftLevel2OpenSelected {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0.8em 0.8em 0.8em 2.7em;
	background-color: #eee;
}

#navLeft .blank {
	background: url(../img/bg_nav_blank.gif) 1.5em 1em no-repeat;
}

#navLeft .blank_on {
	background: url(../img/bg_nav_blank_on.gif) 1.5em 1em no-repeat;
}

#navLeft .plus {
	background: url(../img/bg_nav_plus.gif) 1.5em 1em no-repeat;
}

#navLeft .minus {
	background: url(../img/bg_nav_minus.gif) 1.5em 1em no-repeat;
}

#navLeft ul li ul li a.level1_off:hover, 
#navLeft ul li ul li a.level1_off:focus, 
#navLeft ul li ul li a.level1_off:active, 
#navLeft ul li ul li a.level1_on,
#navLeft ul li ul li a.navLeftLevel2:hover,
#navLeft ul li ul li a.navLeftLevel2:focus,
#navLeft ul li ul li a.navLeftLevel2:active, 
#navLeft ul li ul li a.navLeftLevel2Selected, 
#navLeft ul li ul li a.navLeftLevel2Open, 
#navLeft ul li ul li a.navLeftLevel2OpenSelected {
	color: #fff;
	background-color: #8ea8c1;
	
}

#navLeft ul li ul li ul li a.level2,
#navLeft ul li ul li ul li a.navLeftLevel3, 
#navLeft ul li ul li ul li a.navLeftLevel3Selected, 
#navLeft ul li ul li ul li a.navLeftLevel3Open, 
#navLeft ul li ul li ul li a.navLeftLevel3OpenSelected {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0.8em 0.8em 0.8em 3.7em;
	background: #f7f7fb;
}

#navLeft ul li ul li ul li a.level2_off:hover, 
#navLeft ul li ul li ul li a.level2_off:focus, 
#navLeft ul li ul li ul li a.level2_off:active, 
#navLeft ul li ul li ul li a.level2_on,
#navLeft ul li ul li ul li a.navLeftLevel3:hover,
#navLeft ul li ul li ul li a.navLeftLevel3:focus,
#navLeft ul li ul li ul li a.navLeftLevel3:active, 
#navLeft ul li ul li ul li a.navLeftLevel3Selected, 
#navLeft ul li ul li ul li a.navLeftLevel3Open, 
#navLeft ul li ul li ul li a.navLeftLevel3OpenSelected {
	color: #036;
	font-weight: bold;
	background: #ccd4db url(../img/bg_nav_blank_on.gif) 2.5em 1.1em no-repeat;
}

#navLeft ul li ul li ul li ul li a.level3,
#navLeft ul li ul li ul li ul li a.navLeftLevel4, 
#navLeft ul li ul li ul li ul li a.navLeftLevel4Selected, 
#navLeft ul li ul li ul li ul li a.navLeftLevel4Open, 
#navLeft ul li ul li ul li ul li a.navLeftLevel4OpenSelected {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0.8em 0.8em 0.8em 3.7em;
	background: #f7f7fb;
}



/* ------------------------------------------------- right ------------------------------------------------- */
#right .teaserBox {
	width: 16em;
	background: #efeff7;
	border-bottom: 0.1em solid #ccc;
}

#right .teaserBox h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0.75em 1em;
	background: #9eb1ca;
}

#right .teaserBox .inhalt {
	padding: 0.4em 0 0.75em 1.1em;
	background: #efeff7;
}

.fp_schnellauskunft label {
	font-size: 1.1em;
	color: #666;
	cursor: pointer;
}

.fp_schnellauskunft label.oberhalb {
	display: block;
	margin-bottom: 0.3em;
}

.fp_schnellauskunft input {
	font-size: 1.1em;
	color: #555;
}

.fp_schnellauskunft input.frmTxt {
	border: 1px solid #ccc;
}

.fp_schnellauskunft div.stadt_ort {
	margin-bottom: 0.3em;
}

.fp_schnellauskunft div.haltestelle {
	margin-bottom: 0.6em;
}

.fp_schnellauskunft input.stadt_ort, 
.fp_schnellauskunft input.haltestelle {
	width: 12.45em;
}

.fp_schnellauskunft div.abfahrt {
	float: left;
	width: 7.6em;
	margin-bottom: 0.8em;
}

.fp_schnellauskunft div.datum {
	margin-bottom: 0.3em;
}

.fp_schnellauskunft label.datum {
	display: block;
	float: left;
	width: 2.6em;
	padding-top: 0.2em;
}

.fp_schnellauskunft input.datum {
	width: 9.9em;
}

.fp_schnellauskunft div.submit {
	margin-top: 1.4em;
}

.fp_schnellauskunft div.submit input.submit {
	color: #000;
	width: 5.27em;
}

.fp_schnellauskunft div.submit input.detailsuche {
	color: #666;
	width: 7.18em;
}

