@charset "iso-8859-1";

/*******************************************************************************
Ruthsarian Layout
********************************************************************/


/*---- Layout ----*/
body
{
	background-color: #fff;	/* border/edge of layout */
	color: #000;  /* to avoid validation warning */
	padding: 30px;
	padding-top: 0px;
	margin: 0;
}

#pageFrame
{
	background-color: #fff;
	color: #000;
	max-width: 50em;   /* doesn't work in IE */
}
.hide
{
	display: none;
}


#masthead
{
	height: 109px;
	height: 114px;
        background: url(../img/landsc.jpg) 293px 0 no-repeat;
}
#masthead img
{
	z-index: 111; position: relative;
	margin-top: 6px;
}




hr
{
	border-top: 3px solid #336699;
	margin-top: -2px;
}


h1	{
        font-family: Bauhaus, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	}
h2
	{
        font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}



#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 14.1em;
	/*/*/ /*/margin: 0 0 0 2px; /* Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 14.9em;
}
#innerContentColumn
{
	padding: 0;
}
#innerLeftColumn
{
	padding: 8px 15px 10px 0;
}
#innerLeftColumn p
{
	padding-top: 1.6em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#innerLeftColumn h2
{
	padding: 0 0 1.6em .4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}



#footer
{
	clear: left;
}

#innerFooter
{
	text-align: center;
	font-size: .7em;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	font-size: .9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}



#contentColumn
{
	height: auto;	
}
#leftColumn
{
	height: auto;	
}







/*** import colors only if padding involved. ***/
a:link,a:visited,a:active,a:hover {
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;	
}
a:link {color: #3A72AB;}
a:visited {color: #336699;}
a:active {color: #ff0000;}
a:hover {color: #ff0000;}




/*---- Borders ----*/
#pageFrame
{
	border: 0;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top: dotted 2px #336699;
	border-bottom: dotted 2px #336699;
}
#masthead
{
	border-bottom: 4px solid #3E77B1;
}

#innerLeftColumn
{
	border-left: 0;
}
#contentColumn
{
	border-left: dotted 2px #336699;
	padding-left: 15px;
	
}
#innerContentColumn h3
{
	margin-top: 9px;
}

#phot
{
	float: right;
	padding-bottom: 20px;
}
.sm
{
	padding-top: 10px;
	font-size: 80%;
}




/*** Horizontal Navigation Area ***/
.hnav
{
	font-size: .8em;
	letter-spacing: 2px;
	border-top: solid 4px #ff0000;
	border-bottom: solid 5px #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.hnav a, .hnav a:hover,.hnav a:visited, .hnav a:active
{
	font-weight: bold;
}
.hnav span
{
	
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	background: #fff;
	color: #000;
	font-weight: bold;
}






/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
}
.hnav
{
	padding: 1px 0 4px 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 1.5em;
	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 */
}
#innerLeftColumn h3
{
	color: #000;
	background: #fff;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	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 */
}
.vnav a
{
	font-weight: normal;
}
.vnav span
{
	background: #fff;
	color: #000;
	font-weight: bold;
}



#beratung
{
	background: #fff url('../img/beratung.jpg') no-repeat;
	width: 440px; height: 23px;
	color: #000;
}

#footer span
{
	border: 0;
	font-weight: normal;
	text-decoration: underline;
}

p.webm
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 60%;
	text-align: center;
	background: #336699;	
	color: #fff;
}
p.webm a:link, p.webm a:visited, p.webm a:active, p.webm a:hover {
	text-decoration: none;
}
p.webm a:link {color: #fff;}
p.webm a:visited {color: #fff;}
p.webm a:active {color: #fff;}
p.webm a:hover {color: #ff0000;}







