/*
 * Definition der Bereiche
 * --------------------------------------------------------------------------------
 */
#maincontent {
	position: absolute;
	height: 100%;
	width: 60em;
	left: 18em;
	top: 11em;
	color: #000000;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 2em;
}

#navigation {
	color: #000000;
	height: 100%;
	width: 16em;
	position: absolute;
	left: 0px;
	top: 9em;
	right: 0;
	bottom: 0;
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	z-index: 1;
	padding-top: 4.3em;
	background-color: #ededed;
}

#top {
	height: 9em;
	width: 100%;
	position: absolute;
	background-image: url(../../design/images/topbanner.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

#topnavi {
	height: 1em;
	width: 80em;
	position: absolute;
	text-align: right;
	top: 9.4em;
	float: left;
	z-index: 3;
}

#breadcrumb {
	position: absolute;
	height: 1.5em;
	width: 50em;
	top: 11.4em;
	left: 18em;
	padding-left: 2em;
}

#right {
	position: absolute;
	height: auto;
	width: 20em;
	top: 90px;
	left: 800px;
	padding: 0.1em;
	vertical-align: bottom;
}


#footer {
	clear: both;
	position: relative;
	height: 2em;
	width: 62em;
	z-index: 2;
	float: right;
	text-align: right;
}

#search {
	height: 1em;
	width: 80em;
	position: absolute;
	text-align: right;
	top: 1.5em;
	float: left;
	z-index: 4;
	white-space: nowrap;
}
/*
 * Copyright Hinweis
 */  
#copyright{
	position: absolute;
	bottom: 1em;
	left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	z-index: 4;
}
