/*
Hintergrund content: F0F6FF
Hintergrund online buchung: 859FA9
Hintergrund online buchung top: 345D66
hintergrund content unten: D9E4ED 
*/

*{
	font-family: Arial, Verdana, "Times New Roman";
	color: #355D65;
}

body
{
	color: #345D66;
	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;
}

#top{
	 width: 100%;
     height: 110px;
}

#logo{
	float: left;
	padding-left: 10px;
    height: 96px;
    margin-bottom:-3px;
    /*padding-top:14px;*/
}

#language{
    float: left;
    margin-left:-8px;
    height: 45px;
    width: 92px;
    padding:4px;
    text-align: center;
}

#language img{
    padding:3px;
}

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

#topmenu{
	float: right;
	width: 556px;
}

#naviundhauptwrapper{
	background-color: #F0F6FF;
	border: 1px solid red;
    clear:both;
}

#navigation{
	height: 80px;
}

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

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

#links{
	float: left;
	width: 250px; /*Width of left column in pixel*/
	/* ToDo: F�r IE und FF andere angaben! */
	margin-left: -977px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: left;
	width: 220px; /*Width of right column*/
	margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
}

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

#inhaltsbereich{
	background-color: #F0F6FF;
}

/* 3 Spaltiges Laoyut Ende */
#fuss{
	clear:both;
}
