@charset "utf-8";
/* CSS Document */

html { 
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#43382B; 
scrollbar-face-color:#43382B; 
scrollbar-highlight-color:#ffffff; 
scrollbar-3dlight-color:#ffffff; 
scrollbar-darkshadow-color:#43382B; 
scrollbar-shadow-color:#43382B; 
} 

body,td,th {
	background: #43382B;
	font-family: Times New Roman, Times, serif;
	background-color: #43382B;
	text-align: center;
	color: #FFF;
}
#rahmen {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	}
	
	
#container {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#container tr td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right: 2px solid #ccc;
	;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #dfdfdf;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #dfdfdf;
	text-align: left;
}
a {
	font-size: 14px;
}
.tabellen {
	background-color: #62583D;
	height: 10px;
}

.hr {
	color: #43382B;
	background-color: #FFF;
	}
