BODY {
	background-color : #FDFAED;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-base-color : #FDFAED;
	scrollbar-arrow-color : #B41535;
	scrollbar-track-color : #FDFAED;
	scrollbar-shadow-color : #999999;
	scrollbar-highlight-color : White;
	scrollbar-face-color : #FEEFD1;
	scrollbar-darkshadow-color : #666666;
	scrollbar-3dlight-color : White;
}
.bg-dark {
	background-color : #FEEFD1;
}

.bg-light {
	background-color : #FFFFFD;
}

.bg-body {
	background-color : #FDFAED;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : Black;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #B41535;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

INPUT.textfield {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FFFFFD;
}

INPUT.textfield-bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FFFFFD;
	font-weight : bold;
}


TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FFFFFD;
	scrollbar-base-color : White;
	scrollbar-arrow-color : #B41535;
	scrollbar-track-color : White;
	scrollbar-shadow-color : #999999;
	scrollbar-highlight-color : White;
	scrollbar-face-color : #FEEFD1;
	scrollbar-darkshadow-color : #666666;
	scrollbar-3dlight-color : White;
}


SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FFFFFD;
}

.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

.textmed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.textsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : 1px;
}

.titel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	letter-spacing : 0px;
	font-weight : bold;
	font-variant : normal;
}

.text-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #B41535;
}

.textmed-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #B41535;
}

.textsmall-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : 1px;
	color : #B41535;
}

.titel-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	letter-spacing : 0px;
	font-weight : bold;
	font-variant : normal;
	color : #B41535;
}

.titel2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 28px;
	letter-spacing : 0px;
	font-variant : normal;
}

.titel2-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 28px;
	letter-spacing : 0px;
	font-variant : normal;
	color : #B41535;	
}


.titelbig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 33px;
	letter-spacing : 1px;
	font-weight : normal;
}

div.entry {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

div strong {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #B41535;
}

.url {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.stats {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

