@CHARSET "UTF-8";

/* Layout Kram */
html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7e90a3;
	background-image: url(gfx/kacheln_backround.jpg);
	height: 100%;
	
}

#body
{
	margin: 0px auto;
	width: 996px;
	padding: 0; 
	color: white;
	background-color: #7e90a3;
	
}

* html #body {
	/*height: 100%;*/
}

.bodyBorder
{
	border-left: 1px solid #505a67;
	border-right: 1px solid #505a67;
	border-top: none;
	border-bottom: none;
}

#mainContent
{
	padding: 2em 4em 10em 0em;
	background-color: #7e90a3;
	background-image: url(gfx/contentbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #505a67;
}

a, a:link, a:visited, a:active
{
	color: inherit;
	text-decoration: none;
	color: #ffd200;
}
a:hover
{
	text-decoration: underline;
}


/* Navigation */
ul#navigation
{
	/* margin: 0 0 11px 0; */
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11pt;
	color: white;
	width: 994px;
	float: left;
	background-color: #7e90a3;
}
ul#navigation li
{
	list-style: none;
	float: left;
}


ul#navigation a, ul#navigation a:link, ul#navigation a:visited, ul#navigation a:active
{
	text-decoration: none;
	display: block;
	padding: 0.4em 0.8em 0.4em 0.8em;
	border-top: 1em solid #7e90a3;
	color: white;
}

ul#navigation a.activeLink, ul#navigation a.activeLink:link, ul#navigation a.activeLink:visited, ul#navigation a.activeLink:active
{
	border-top: 1em solid #505a67;
	background-color: white;
	color: #505a67;
}




ul#navigation a:hover, ul#navigation a.activeLink:hover
{
	background-color: #ffd200;
	/* border-top: 1em solid #ffd200;*/
	/*border-top: 1em solid #505a67;*/
	/*background-color: white;*/
	/*color: #505a67;*/
}
/* Navigation ENDE */


#headerImage
{
	clear: both;
	/* margin-bottom: 11px; */
}

hr.spacer
{
	height: 11px;
	background-color: #b6c2ce;
	border: 1px solid #b6c2ce;
	width: 996px;
	clear: both;
	margin: 0;
	padding: 0;
}
div.spacer
{
	background-color: #b6c2ce;
	height: 11px;
	width: 996px;
	clear: both;
	margin: 0;
	padding: 0;
}



/* Linke Navigation */
div#leftColumn
{
	float: left;
	padding-left: 2em;
}
div#leftNavigationContainer
{
	position: absolute;
}
ul.leftNavigation
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0em;
	padding-left: 2.5em;
	width: 11em;
}
ul.leftNavigation li
{
	list-style: decimal;
	/*
	margin: 0 0 0 1em;
	padding: 0 0 0.5em 0;
	*/
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.5em;
}
ul.leftNavigation li.withoutNumber
{
	list-style: none;
	margin: 0 0 0 0em;
	font-weight: bold;
}

ul.leftNavigation li a, ul.leftNavigation li a:link, ul.leftNavigation li a:visited, ul.leftNavigation li a:active
{
	text-decoration: none;
	color: white;
}
ul.leftNavigation li a:hover
{
	background-color: #ffd200;
}


ul.leftNavigation li a.activeLink, 
ul.leftNavigation li a.activeLink:link, 
ul.leftNavigation li a.activeLink:visited, 
ul.leftNavigation li a.activeLink:active
{
	font-weight: bold;
	text-decoration: none;
	color: #ffd200;
	
}
ul.leftNavigation li a.activeLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ffd200;
	color: white;
}
/* Linke Navigation ENDE */

#middleColumn
{
	margin-left: 2em;
	padding: 0 0 0 2em;
}
#middleColumn2Columns
{
	margin-left: 17em;
	padding: 0;
	min-height: 500px;
}

/* Ein/Ausklappen */
ul.contentCollapseLinks
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.contentCollapseLinks li
{
	list-style: none;
	padding-bottom: 1em;
	margin: 0;
}
a.contentCollapseLinks, a.contentCollapseLinks:link, a.contentCollapseLinks:visited, a.contentCollapseLinks:active
{
	text-decoration: none;
	color: #505a67;
	display: block;
	background-color: white;
	line-height: 1.5em;
}
a.contentCollapseLinks:hover
{
	background-color: #ffd200;
	display: block;
}
ul.contentCollapseLinks li img
{
	vertical-align: text-bottom;
}

.collapseDetails
{
	display: none;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	
}
/* Ein/Ausklappen ENDE */

/* Layout Kram ENDE */
/* Formatierungskram */
img.border { border: 1px solid black; }
img { border: none; }
.imageUnderline { color: #4c5662; }
a img { border: none; }

h2
{
	font-size: 12pt;
	color: #4c5662;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}
h3
{
	font-size: 12pt;
	color: #4c5662;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}
h3.gelb
{
	font-size: 12pt;
	color: #ffd200;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}
h5
{
	font-size: 10pt;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: bold;
}
.gelb
{
	color: #ffd200;
}

/* Formatierungskram ENDE */

