BODY {
	font-family: arial, verdana, geneva, helvetica, sans-serif; 
	background: #3C3C50;
	white-space: normal;
	scrollbar-base-color:#756D53;
	scrollbar-face-color:#756D53;
	scrollbar-shadow-color: #4756D53;	
	scrollbar-highlight-color:#756D53;
	scrollbar-3dlight-color: #E0D9C1;
	scrollbar-darkshadow-color: #756D53;
	scrollbar-track-color:#756D53;
	scrollbar-arrow-color:#E0D9C1;
}

/* Text */
A:link {
	color: #000000;
	font-size: 12px;
	decoration: underline;
}	
A:visited {
	color: #000000;
	font-size: 12px;
}
A:hover {
	color: #4C3A29;
	font-size: 12px;
}
A:active {
	color: #756D53;
	font-size: 12px;
}

.text {
	font-size: 12px;
	font-color: black;
}

.textbold {
	font-size: 12px;
	font-color: black;
	font-weight: bold;
}


/* Tabellen */
.tdlogo {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}

.td4border {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}
.tdgb1{
	background-color: #F0E9D1;
  	font-size: 12px;
	font-color: black;
}

.tdgb2 {
	background-color: #E0D9C1;
	font-size: 12px;
	font-color: black;
	padding-top: 12px;
	padding-bottom: 12px;

}

.tabcenter {
	background-color: #B9AC83;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}

.tabfooter {
	background: #4C3A29;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-color: black;
}
	
.tabheadline {
	font-size: 12px;
	font-color: black;
	font-weight: bold;
	background: #756D53;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}

.tabbody {
	background-color: #E0D9C1;
	font-size: 12px;
	font-color: black;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.tabbox {
	background-color: #F0E9D1;
	font-size: 12px;
	font-color: black;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
}

HR {
	height: 1px; 
	color: #000000;
}

/* Formulare */
.input {
	background-color: #B9AC83;
	color: #000000;
	font-size: 12px;
	height: 17px;
	width: 150px;
	border: solid 1px #000000;
}
.button {
	background-color: #B9AC83;
	color: #000000;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 4px;
}