/*
 * Definition der Bereiche
 * --------------------------------------------------------------------------------
 */
 
/*
 * Bereich oben
 */
#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;
}


/*
 * Bereich links
 */
#left {
	color: #000000;
	height: 100%;
	width: 18em;
	position: absolute;
	left: 0px;
	top: 9em;
	right: 0;
	bottom: 0;
	float: left;
	padding-top: 4.3em;
	padding-bottom: 1em;
	z-index: 1;
	background-color: #ededed;
}

#search, #adress, #copyright {
	padding-right: 1em;
	padding-left: 1em;
	z-index: 5;
}

#search {
	clear: both;
	position: relativ;
	margin-top: 10px;
	white-space: nowrap;
}

#adress {
	clear: both;
	position: relativ;
	margin-top: 10px;
	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;
}

/*
 * Inhalt
 */
#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;
}


/*
 * Berech rechts
 */
#right {
	position: absolute;
	height: auto;
	width: 20em;
	top: 90px;
	left: 800px;
	padding: 0.1em;
	vertical-align: bottom;
}


/*
 * Bereich unten
 */
#footer {
	clear: both;
	position: relative;
	height: 2em;
	width: 62em;
	z-index: 2;
	float: right;
	text-align: right;
}



/*
 * Grundformatierung der Navigation - entfernt die Listendarstellung
 */
#navigation {
	float:left;
}
/* Zurücksetzn der Werte */
#navigation *{
	margin:0;
	padding:0;
}
#navigation a {
	outline:none;	
}
/* doppelte Linien entfernen */
#navigation .last {
	border-bottom:none!important;
}




