@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/

#pageWrapper
{
	margin: 0 auto;
	width: 757px;
}
#outerColumnContainer
{
	z-index: 1;
	border-color: #fff;	
	border-style: solid;
	border-width: 0 15em;	
}
#innerColumnContainer
{
	z-index: 2;
	width: 100%;
}
* html #innerColumnContainer
{
	position: relative;	
}
#contentColumn
{
	margin: 0 -1px;		
	width: 557px;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;	
	z-index: 10;
	overflow: visible;	
}
#rightColumn
{
	float: right;		
	width: 201px;
	margin: 0 -15em 0 1px;	
}

.box {
margin-top: 20px;
padding:10px;
border: 1px solid #000;
}

#leftColumn
{
	width: 15em;
	margin: 0 1px 0 -15em;	
}
#masthead h1
{
	display: none;	
}
.clear
{
	clear: both;
	padding-bottom: 1px;	
	margin-bottom: -1px;
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	display: none !important;
}
#contentColumn
{
	border-width: 0;	
}

body
{
	background: #fff;
	color: #000;
}
#outerColumnContainer
{
	background-color:#cc4030;
}

#innerColumnContainer {
background-color:#000;
}
#masthead
{
	background: #cc4030 url(/Bilder/logo_prek.jpg) no-repeat;
}
#outerColumnContainer, #contentcolumn	
{
	background-color: #000;			
}
#leftColumn, #contentColumn
{
	background-color:#000;
	color: #fff;
}

.vnav ul li a
{
	color: #336;
	background-color: #cc9;
}

#rightColumn {
background:#cc4030;
}

#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
#rightColumn .vnav ul li a
{
	color: #336;
	background-color: #6d9ebd;
}

.box {
background-color: #6d9ebd;
}

span.farbig {
color: #cc4030;
font-weight:bold;
}
span.weiss {
color:#fff;
}
div.whitebox {
background: #fff;
width:80%;
}

.hnav, .hnav ul li a
{
	background-color: #cc9;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #000;
}

body
{
	margin: 0;
	padding: 2em;		
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		
}
.inside
{
	padding: 0 1.5em;	
}
#leftColumn, #centerColumn, #rightColumn, #masthead
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
#masthead
{
	padding: 11em;
}
#footer {
padding:1em;
}
.vnav
{
	margin: 1em 0;
}
html>body #footer
{
	padding-bottom: 1.01em;	
}

#pageWrapper
{
	border-style: solid;	
	border-width: 2px;	
}
#outerColumnContainer
{
	
}
#innerColumnContainer
{
	border-style: solid;
	border-width: 0;	
	margin: 0 -1px;		
}
* html #outercolumncontainer
{
	margin-top: -1px;
	border-top: solid 1px #000;
}
#masthead
{
	border-style: solid;
	border-width: 0px 0 0 0;	
}
.hnav
{
	border-style: solid;
	border-width: 0 0 1px 0;
}

body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 100.1%;	
	font-weight:bolder;
	line-height:1.3em;
}
#pageWrapper
{
	font-size: 80%;
}
.box h2 {
margin:0;
	font-size:120%;
}

.box h3{
margin:0;
font-size: 100%;
}
p.bio {
line-height: 1.1em;
font-size:90%;
font-weight:normal;
}
#footer
{
	text-align: center;
}

:root code
{
	font-size: 120%;	
}


h1
{
	font-size: 210%;
}
h2
{
	font-size: 180%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 126%;
}
h5
{
	font-size: 110%;
}
h6
{
	font-size: 100%;
}

#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#rightColumn, #leftColumn, .hnav, .printHide
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;	/* hide the borders used to create the left and
				   right columns' backgrounds */
}
#masthead, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}

/******************************************************************************/