html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

body {
	scrollbar-3dlight-color:#D39F90;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#D39F90;
	scrollbar-darkshadow-color:#D39F90;
	scrollbar-face-color:#9E7E65;
	scrollbar-highlight-color:#D39F90;
	scrollbar-shadow-color:#D39F90;
	scrollbar-track-color:#D39F90;
	background-color: #9E7E65;
}

.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 1px;


}

.menustart {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;


}

.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #F6FAB8;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a:link {
	color: #CDCDFE;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CDCDFE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F6FAB8;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #CDCDFE;
	text-decoration: none;
	font-weight: bold;
}

.floatLeft { 
    float: left; 
    margin: 0px 10px 0px 0px; 
	border: 0px #FFFFFF solid;
}

.floatRight { 
    float: right; 
    margin: 0px 0px 0px 10px; 
	border: 0px #FFFFFF solid;
}
