body {
	margin:0;
	padding:0;
}
div#navibody{
	position: fixed;
	width: 160px;  /*Breite der Navigation*/
	top:0;    /*Abstand von oben der Navigation*/
	left: 50px; /*Abstand von Links der Navigation*/
	padding:0;
	margin:0;
	opacity:.85; /*Transparentzgrad Navigation*/
	z-index:2;
	height: 583px;
	background-color: #f0f2f3;
}
/*Alle Definitionen im dunktelgrauen Bereich der Navigation*/
div#a {
	margin: 0;
	padding: 0;
    /*background-color: #141414; /*Hintergrundfarbe grauton der Fläche*/
	font-weight: normal;
	font-style:normal;
}
div#a img{
	margin-bottom:0;
	padding: 0 2px 93px 0;
	background-color: #FFF;
	width: 158px;
	height: 57px;
	display: block;
}
div#a div.navigation{
	background-color: #DCE1E1;
	margin: 0 0 0 0;
	padding:5px 0 12px 0; /*Abstand oben 0, rechts 0, unten 0.5em, links 0 der Schrift innerhalb des dunkelgrauen Navigationsbereichs*/
}
div#a div.navigation ul li a{
	margin: 0;
    /*color: #333;*/
	color: #707172; /*Grau der Schrift im dunkelgrauen Navigationsbereicht, Level 1 der Navigation*/
}
div#a div.navigation ul li.open a {
	color: #000;
	margin: 0;
	/*color: #C5C7C8; /*Hellgrau wenn Level 1 geöffnet ist im dunkelgrauen Navigationsbereicht*/
}
div#a div.navigation ul li a:hover {
	margin: 0;
    color: #900;
	/*color: #D15533; /*Rollover dunkelgrauer Navigationsbereicht*/
}
div#a div.navigation li.active a {
	margin: 0;
    color: #000;
	/*color: #C5C7C8; /* Aktiver Menüpunkt der Navigation */
}
div#a div.navigation li.active li a {
	margin: 0;
	color: #333; /* Korrektur für die Menüpunkte unter dem aktiven Menüpunkt der Navigation */
}
/*Alle Definitionen im hellgrauen Bereich der Navigation*/
div#b div.navigation {
	margin: 0;
  	background-color: #; /*Hintergrundfarbe Grauton des hellgrauen Navigationsbereichs*/
	padding: 5px 0 8px 0; /*Abstand oben 1.4ex, recht 0, unten 1ex, links 0 der Schrift innerhlab des hellgrauen Navigationsbereichs*/
}
div#b div.navigation ul li a{
    color: #6f6f6f; /*Grau der Schrift im hellgrauen Navigationsbereicht*/
}
div#b div.navigation li.active a {
    color: #000;
	/*color: #202020;    /* Aktiver Menüpunkt der Navigation */
}

div#b div.navigation li.active li a {
    color: #6f6f6f;   /* Korrektur für die Menüpunkte unter dem aktiven Menüpunkt der Navigation */
}

div#b div.navigation ul li a:hover {
    color: #900;
    /*color: #D15533; /*Rollover hellgrauer Navigationsbereicht*/
}
/*Definitionen für den Bereich Content*/
div#content a:link {
	color: #6f6f6f; /*Linkfarbe im Bereich Content*/
	text-decoration: none;
}
div#content a:visited {
	color: #6f6f6f; /*Linkfarbe für besuchte Links im Bereich Content*/
	text-decoration: none;
}
div#content a:hover {
    color: #900;
	/*color: #D15533; /*Linkfarbe für Rollover im Bereich Content*/
	text-decoration: none; /*Unterstreichung des Rollover im Bereich Content*/
}
div#content a:active {
	color: #6f6f6f;   /*Aktive Linkfarbe im Bereich Content (kommt kaum vor).*/
	text-decoration: none;
}
div#content {
	margin:0;
	padding:0;
	z-index:0;
}
div#content img{
	border: 0;
	margin:0;
	padding:0;
}
/*Definitionen für den Bereich Portfolio*/
div#portfolio {
	margin:150px 0 0 0px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;		/*Zeilenabstand*/
	font-weight: normal;
	text-decoration: none;
}
div#portfolio img{
	margin:0 20px 0 0;
	padding:0;
	border:0;
	float:left;
}
div#portfoliotext{
	margin:8px 0 0 0;
	padding:0 20px 0 0;
	border:0;
	float:left;
	width:354px;
}
div#portfoliotext h1{
	margin:0;
	padding:0;
	border:0;
	width:354px;
	color: #404040;				/*Titel h1 dunkle Textfarbe*/
	font-size: 12px;
	font-weight: normal;
}
div#portfoliotext p{
	margin:0;
	padding:0;
	border:0;
	width:354px;
	color: #6f6f6f;				/*Text p helle Textfarbe*/
}
div#textbox {
	margin:150px 0 0 230px;
	padding:0;
}
div#textbox img{
	margin:0 20px 0 0;
	padding:0;
	border:0;
	float:left;
}
div#text{
	margin:8px 0 0 0;
	padding:0 20px 0 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;		/*Zeilenabstand*/
	font-weight: normal;
	text-decoration: none;
	}
div#text h1{
	margin:0;
	padding:0;
	border:0;
	width:354px;
	color: #404040;				/*Titel h1 dunkle Textfarbe*/
	font-size: 12px;
	font-weight: normal;
}
div#text h2{
	margin:0 0 0 230px;
	padding:0;
	border:0;
	width:354px;
	color: #404040;				/*Titel h1 dunkle Textfarbe*/
	font-size: 12px;
	font-weight: normal;
}
div#text p{
	margin:0;
	padding:0;
	border:0;
	width:354px; 
	color: #6f6f6f;				/*Text p helle Textfarbe*/
}
/*Devinition für den Bereich Sprachwahl "English"*/
div#sprachwahl{
	/*display:none;    /* Diese Zeile lösche um den Sprachwahllink zu aktivieren    */
	/*background-color:#ffffff;*/
	position:fixed;
	top:555px;
	left:50px;
	margin:0;
	padding:0;
	width:160;
	height:30px;
	opacity:.85; /*Transparentzgrad Navigation*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;		/*Zeilenabstand*/
	font-weight: normal;
	text-decoration: none;
	vertical-align:center;
	z-index: 1000;
}
div#sprachwahl p{
	margin:8px;
	padding:0;
	color: #6f6f6f;				/*Text gleiche Farbe wie Navigation Level2*/
	z-index:0;
	
}
div#sprachwahl a:link {
	color: #6f6f6f; /*Linkfarbe Sprachauswahl*/
	text-decoration: none;
}
div#sprachwahl a:visited {
	color: #6f6f6f;
	/*color: #6f6f6f; /*Linkfarbe für besuchte Links Sprachauswahl*/
	text-decoration: none;
}
div#sprachwahl a:hover {
	color: #900;
	/*color: #D15533; /*Linkfarbe für Rollover Sprachauswahl*/
	text-decoration: none; /*Unterstreichung des Rollover im Bereich Content*/
}
div#sprachwahl a:active {
	color: #6f6f6f;
	/*color: #6f6f6f;   /*Aktive Linkfarbe Sprachauswahl*/
	text-decoration: none;
}
div#info{
	background-color:#ffffff;
	position:fixed;
	bottom:0;
	left:50px;
	margin:0;
	padding:0;
	width:160;
	height:30px;
	opacity:.85; /*Transparentzgrad Navigation*/
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;		/*Zeilenabstand*/
	font-weight: normal;
	text-decoration: none;
	vertical-align:center;	
}
/*Devinition für die Subnavigation im Ordner Arbeiten "<> Info zum Projekt"*/
div#info p{
	margin:8px 8px 8px 3px;
	padding:0;
	color: #6f6f6f;				/*Text gleiche Farbe wie Navigation Level2*/
}
div#info img{
	border:0;
}
div#info a:link {
	color: #6f6f6f; /*Linkfarbe im Navigationsbereich <>Info zum Projekt*/
	text-decoration: none;
}
div#info a:visited {
	color: #6f6f6f; /*Linkfarbe für besuchte Links im Navigationsbereich <>Info zum Projekt */
	text-decoration: none;
}
div#info a:hover {
    color: #900;
	/*color: #D15533; /*Linkfarbe für Rollover im Bereich Content*/
	text-decoration: none; /*Unterstreichung des Rollover im Bereich Content*/
}
div#info a:active {
	color: #6f6f6f;   /*Aktive Linkfarbe im Bereich Content (kommt kaum vor).*/
	text-decoration: none;
}
