@charset "iso-8859-1";

/***Positionierung****/

.clear
{
	clear: both;
}
.hide
{
	display: none;
}
.inside
{
	padding: 0 1em;
	
}

html[xmlns] .mozclear
{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

/***Überschriftengrösse****/

h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/****Links Default****/

a, a:link, a:visited, a:active
{
	text-decoration: bold;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: rgb (204, 204, 153);

}

table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/***Layout***/

body
{
	padding: 20px 0;
	margin: 0;
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 5%;		
	min-width: 40em;
	width: auto;
}
* html #pageWrapper
{
			word-wrap: break-word;
}

#masthead
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#outerColumnContainer
{
	border-left: solid 14em #fff;
	border-right: solid 14em #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, #SOWrap
{
	overflow: visible;	
	position: relative;	
}

#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

/* Vertikale Navigation */

.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
	text-decoration: none;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/* Horizontale Navigation */

.hnav
{
	text-align: center;
	border-bottom: solid 1px #fff;
	margin: 1;
	padding: 3px 0 4px 0;
	white-space: nowrap;
}
.hnav ul span.divider
{
	display: none;
}
* html .hnav
{
	height: 1%;	/* holly hack to fix a render bug in IE6/Win */
}
* html .HNAV
{
	height: auto;	
	padding: 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;
	margin: 0;
}
.hnav ul li a
{
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
* html .HNAV ul li a
{
	/* \*/
		width: 1%;
}
.hnav ul li a:hover
{
	text-decoration: none;
} 

body
{
	font-size: 100.1%;
}
html>body
{
	font-size: 110%;
}
body:last-child, * html body
{
	font-size: 100.1%;
}




/* Theme */

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #565;
}
body
{
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #898;
	color: #fff;
}
.hnav
{
	background-color: #aba;
	color: #fff;
}

#outerColumnContainer
{
	border-left-color: #ded;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
}
.vnav ul li a:link, .vnav ul li a:visited
{
	background-color: #cdc;
	color: #000;
}
.vnav ul li a:hover
{
	background-color: #898;
	color: #fff;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #bcb;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #787;
	color: #fff;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 100%;
}
#footer
{
	background-color: #898;
	color: #fff;
	text-align: center;
}

body
{
	background-color: #114;
}
#pageWrapper
{
	background-color: transparent;
}
#masthead
{
	border-width: 0 0 1px 0;
	margin: -1.5em -1px 0 -1px;
	background-color: #114;
}
#masthead h1
{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 6.5em;
	color: #446;
	line-height: 0.78em;
}
#footer, #pageWrapper, #innerColumnContainer, #masthead, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #99c;
}
.hnav ul li a:hover a:visited a:active, #leftColumn .vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	background-color: #eee;
	color: #000;
	text-decoration : none;
}
#footer, #innerColumnContainer, .hnav, .hnav ul li a, #leftColumn .vnav ul li a, #rightColumn .vnav ul li a, #contentColumn
{
	background-color: #336;
	color: #fff;
}
.vnav
{
	color: #fff;
	text-decoration: none;
}
#innerColumnContainer, #contentColumn
{
	background-color: #336;
}
#outerColumnContainer
{
	 border-left-color: #336;
	border-right-color: #336;
}
a
{
	color: #fff;
	text-decoration: bold;
	
		
}

/******************************************************************************/
