/*

Dunkelblau: #1d326c
Hellblau: #9eaacb
Olivgrün: #375a2c
Weiß
*/

*{
	font-family: Arial, Verdana, "Times New Roman";
	/*color: #3596C7;*/
	color: black;
}

body
{
	color: black;
	background-color: white;
	margin: 0px;

 	scrollbar-base-color:#345B46;
  	scrollbar-3dlight-color:#B3C3BB;
  	scrollbar-arrow-color:#B3C3BB;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:#345B46;
  	scrollbar-highlight-color:#345B46;
  	scrollbar-shadow-color:#345B46;
  	scrollbar-track-color:#B3C3BB;	
	
	overflow: auto;
	font-size: 80%;
}

#gesamterinhalt{
	width: 974px;
   margin-left: 5px;
	border: 1px solid #1d326c;
}

#top{
	 width: 100%;
     height: 160px;
	  margin: 0;
	  padding: 0;
}

#logo{
   	float: left;
   	padding-left: 10px;
   	height: 150px;
   	width: 147px;
    padding-top:10px;
}

#toppics{
	float: right;
	width: 810px;
}

#breadcrumb{
	height: 20px;
	width: 100%;
	background-color: #9eaacb;	
	border-bottom: 2px solid #1d326c;	
}

#naviundhauptwrapper{
    clear:both;
    padding-top: 5px;
}


/* 3 Spaltiges Laoyut */
#inhaltwrapper{
	float: left;
	width: 100%;
}

#inhaltspalte{
	margin: 0 0px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#navigation{
	float: left;
	width: 200px; /*Width of left column in pixel*/
	/* ToDo: Fï¿½r IE und FF andere angaben! */
	margin-left: -974px; /*Set margin to that of -(MainContainerWidth)*/
	background-color: #9eaacb;
}

.innertube{
	margin: 5px 0 5px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#inhaltsbereich{
	
}

/* 3 Spaltiges Laoyut Ende */
#fuss{
	background-color: #1d326c;
	clear:both;
	padding-top: 3px;
}