/*****************************************************************************
* Copyright 2007 Jan Stephan
******************************************************************************/

/**********
Header
***********/
#header
{
	background-color: #e1e1e1;
	margin: 0 0 0 0;
	padding: 0;
}


#headerlogo
{
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../img/banner.png');
}

html > body #headerlogo
{
	position: relative;
	background: url("../img/banner.png") bottom left no-repeat transparent;
	height: 90px;
}	

#contentColumn
{
	border-top: solid 1px #000000;
	
}


#topMenu
{
	background-color: #e1e1e1;
	float: none;
	max-height: 4em;
	margin: 0 0 0 0;
}


/**********
Rechtes Menü
***********/
#rightMenu
{
	background-color: #e1e1e1;
	float: right;
	width: 15em;
	margin: 0 0 0 5em;
	min-height: 67em;
	border-left: solid 1px #000000;
	
	
}

#rightMenu li
{
	color: #000000;
	list-style-type: none;
	
}

#rightMenu ul
{
	color: #000000;
	list-style-type: none;
}

/**********
Linkes Menü
***********/
#leftMenu
{
	background-color: #e1e1e1;
	float: left;
	width: 15em;
	margin: 0 5em 0 0;
	min-height: 67em;
	border-right: solid 1px #000000;
	overflow: visible;
	z-index: 10;
	
}

#leftMenu li
{
	color: #000000;
	list-style-type: none;
	
}

#leftMenu ul
{
	color: #000000;
	list-style-type: none;
}



/**********
Unterer Bereich
***********/

#footer
{
	background-color: #e1e1e1;
	text-align: center;
	border-top: solid 1px #000000;
	position: relative;
	padding: 0;
	margin: 0;
	clear: both;
	
}

/**********
sonstiges
***********/
.divisor
{
	border-top: solid 1px #000000;
	margin: 1em 0 1em 0;
	
}

.current
{
	border: solid 1px #000000;
	list-style-type: none;
	
}