/**
 * blau (Hintergrund): #5282B2
 * blau (Überschrift): #06c
 * grau: #666
 * hellgrau: #eee
 */

/*
*
{
	border: 1px solid black;
} 
 */
html
{
	height: 100%;
	margin-bottom: 0.1em;
}

body
{
	height: 100%;
	font-size: 75%;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	text-align: center; /* für IE, da er margin: auto im QuirksMode nicht versteht */
	background-color: #eee;

}

/**
* Layout
*/

#wrapper
{
	height: 100%;
	width: 72em;
	max-width: 100%;
	margin: 0 auto;
	text-align: left; /* setzt Textausrichtung in body wieder zurück */
	background-color: #fff;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#branding
{
	height: 119px;
	background-color: #5282B2;
	color: #fff;
}

#branding span
{
	position: absolute;
	height: 119px;
	width: 775px;
	background: transparent url("../images/header.png") no-repeat top left;
}

#menu
{
	line-height: 1.5em;
}


#content
{
	padding: 1.3em 0 0 0;
	width: 72em;
	float: right;
	line-height: 1.5em;
	height: 100%;
	background-color: #fff;
}

#mainContent
{
	margin: 0 0 0 5em;
	width: 44em;
	float: left;
	clear: both;
}

#thirdContent
{
	width: 16em;
	float: right;
	padding: 0 1em 0 0;
}

#footer
{
	position: relative;
	width: 72em;
	margin-top: -10px;
	height: 32px;
	padding-top: 5px;
	border-top: 1px solid #5282B2;
	clear: both;
	background-color: #fff;
	top: 2px;

}

/**
 * Design
 */

#mainmenu
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 72em;
	background: #fff;
	float: left;
	border-bottom: 2px solid #5282B2;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainmenu li
{
	float:left;
}

#mainmenu a
{
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #666;
	background: #fff;
}

#mainmenu li ul
{
	position: absolute;
	width: 12em;
	left: -999em; /* statt display:none, da Opera-Probleme */
	border: 1px solid #eee;
	border-top: 2px solid #f93;
}

#mainmenu li ul li
{
	width: 100%;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul
{
	left: auto;
}

#mainmenu a:visited
{
	text-decoration: none;
	color: #999;
}

#mainmenu a:hover, #mainmenu a:active
{
	background-color: #5282B2;
	color: #fff;
}

h2 {
	font-size: 14px;
	color: #666;
}

#content h1
{
	font-size: 1.8em;
	line-height: 1.2em;
	color: #06c;
	margin: 0;
	padding: 0;
}

#branding h1, #branding h2
{
	font-weight: lighter;
	padding: 0 0 0 320px;
}

#branding h1
{
	font-size: 40px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#branding h2
{
	font-size: 20px;
	color: #eee;
	padding: 0;
}

a:link, a:active
{
	text-decoration: none;
	color: #06c;
}

a:visited
{
	text-decoration: none;
	color: #aaa;
}

a:hover
{
	text-decoration:underline;
}

table td
{
	vertical-align:top;
}

