@charset "iso-8859-1";
/***********************************************************************
* TAGs                                                                 *
***********************************************************************/

html {	height:100%; 
	max-height:100%;
	overflow: hidden; }

body {	height: 100%;
	overflow:hidden;
}

/***********************************************************************
* IDs                                                                 *
***********************************************************************/


#canvas {
	position: absolute;
	top: 20em;
	left: 24em;
	right: 0.1em;
	bottom: 0;
	overflow: auto;
	padding: 2em 2em 2em 2em;
	z-index:300;
}

#content {
	
}

#navibar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0em;
	width: 24em;
	margin-bottom: -1em;
	background: #788881 url(../images/netzwerk.png) -8em bottom no-repeat;
	z-index:100;
}

#navibar img {
	margin: 2em;
}

#navibar ul {
	margin: 4em 0 0 0;
	padding: 0.5em 0 0.5em 0;
	background: #c3cec8;
}
#navibar ul li {
	height: 2em;
	line-height:1.8;
	padding: 0.2em 0em 0em 1em;
}
.high {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #394a41;
	background: #eaedeb;
	font-size: 1.3em;
	font-weight: bold;
}
.normal {
font-size: 1.3em;
}
#navibar a:focus {
	border-bottom: 1px solid #394a41;
}
#header{
	position: absolute;
	top: 0;
	left: 8em;
	right: 0.1em;
	height: 19em;
	z-index:200;
	font-size: 3em;
	padding: 2.2em 0 0 0.8em;

}
#crumbtrail{
	position: absolute;
	top: 17em;
	left: 26em;
	height: 2em;
	z-index: 400;
	
}
#subnav{
	position: absolute;
	bottom: 1em;
	left: 1em;
	z-index: 500;
}
#subnav li {
	font-size: 1.2em;
}


/***********************************************************************
* CLASSES                                                                 *
***********************************************************************/


.hidden {
	display:none;
	visibility: hidden;
}

.cleanitup{
	clear: both;
}

/***********************************************************************
* HELPERS                                                                 *
***********************************************************************/





