@charset "iso-8859-1";

/*******************************************************************************
Ruthsarian Layout
********************************************************************/


/*---- Layout ----*/
body
{
	background-color: #e6f3f9;
	background-color: #f4f5f8;	/* border/edge of layout */
	color: #000;  /* to avoid validation warning */
	padding: 10px;
	padding-top: 25px;
	margin: 0;
}

#pageFrame
{
	background-color: #fff;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	max-width: 50em;   /* doesn't work in IE */

}


.hide
{
	display: none;
}



h1	{
        font-family: Bauhaus, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	}
h2
	{
        font-family: Arial, Helvetica, sans-serif;
	font-size: 1.22em;
	color: #c5030d;
	}


#masthead
{
	height: 104px;
}

#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 13.65em;
	height: 370px;     /* HIGHT LEFT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/*/*/ /*/margin: 0 0 0 2px; /* Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 15.2em;
	padding: 0;
}

#innerLeftColumn
{
	padding-top: 1.6em;
	padding: 0 8px 0 0;
}
#innerLeftColumn p    
{
	color: #fff;
	padding-top: 1.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


#footer
{
	clear: left;
}

#innerFooter
{
	border-top: 4px solid #c5030d;
	padding-left: 26px;
	font-size: .6em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#innerFooter a:link, #innerFooter a:visited, #innerFooter a:active, #innerFooter a:hover {
	text-decoration: none;
}
#innerFooter a:link {color: #fff;}
#innerFooter a:visited {color: #fff;}
#innerFooter a:active {color: #fff;}
#innerFooter a:hover {color: #c5030d;}

#footer span
{
	border: 0;
	font-weight: normal;
	text-decoration: underline;
}



#contentColumn
{
	height: auto;
	height: 300px;
	height: 340px;        /* Streifen rechts ~~~~~~~~~~~~~~~~~~~~~~~~ */
	border-right:#b8d8e8;
}

#leftColumn
{
	background: #005a87;
}





#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	font-size: .9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#contentColumn>#innerContentColumn, #contentColumn>#innerContentColumnSat
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn, #innerContentColumnSat
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}






img
{
	z-index: 111; position: relative;
}


#backanfahrt
{
	z-index: 112; position: relative;
	margin: -319px 0 0 451px;
}



a:link,a:visited,a:active,a:hover {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;	
}
a:link {color: #005a87;}
a:visited {color: #005a87;}
a:active {color: #c5030d;}
a:hover {color: #c5030d;}


a.weiss:link {color: #ffffff;}
a:visited.weiss {color: #ffffff;}
a:active.weiss {color: #c5030d;}
a:hover.weiss {color: #c5030d;}






/*---- Borders ----*/
#pageFrame
{
	border: 0px;
}



#masthead
{
	border-bottom: 30px solid #005a87;
}


#contentColumn       /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
{
	border: 0;
	border-right: 0px solid #b8d8e8;
}







/*** Horizontal Navigation Area ***/
.hnav
{
	padding: 0 0 0 114px;
	font-size: .8em;
	letter-spacing: 2px;
	border-top: solid 18px #c5030d;
	border-bottom: solid 8px #c5030d;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.hnav a, .hnav a:hover,.hnav a:visited, .hnav a:active
{
	font-weight: bold;
}
.hnav span
{
	
	border-bottom: solid 2px #c5030d;
	background: #fff;
	color: #000;
	font-weight: bold;
}






/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
}

.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}







/*** Left Column ***/
#innerLeftColumn p
{
	margin: 0 0 0 2.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}


/*** Vertical Navigation Area ***/
.vnav
{
	z-index: 3; position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 125%; /* Mozilla suffers from a rounding problem, 
			      this value may have to be tweaked if you 
			      change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, 
		 so lower it */
}.nav a
{
	font-weight: bold;
}
.vnav span
{
	background: #fff;
	color: #000;
	font-weight: bold;
}



#pfeile,#pfeileanfahrt,#pfeileform
{
	background: #fff url('../img/pfeil.gif') no-repeat;
	width: 120px; height: 28px;
	margin: -41px 0 0 436px;
	position: absolute; z-index: 199;
}
#pfeileanfahrt
{

	margin: 242px 0 0 436px;
	position: absolute; z-index: 199;
}




#innerContentColumn p.sm
{
	
	font-size: .8em;
}



