html {
 scrollbar-base-color: #FFFFFF; 
 scrollbar-track-color: #FFFFFF;
 scrollbar-face-color: #f5821f;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-arrow-color: #750709;
 scrollbar-3dlight-color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;	
}

#mainbody { 
	width: 100%;
	height: 100%;  
	background-color: #f5821f;
	margin: 0px 0px 0px 0px;
}

#maintable { 
 position : absolute;
 width : 100%;
 height : 527px;
 top : 50%;
 margin-top : -264px; 
}

#sidetable {
	background-color: White;
}

#content {
	background-color: White;
	color: #797D7E;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

#contentframe {
	width: 315px;
   height: 240px;
	overflow: auto;
}

a {
	color: #f5821f;
	text-decoration: none;
}

a:hover {
	color: #f5821f;
	text-decoration: underline;
}

#dark-red-title {
	color: #750709;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

/* Linker und rechter Buffer-Hintergrund */
#tdleftspacer { 
	background: url(../images/tdleftspacingbg.jpg);	
	background-position: right top;	
	background-repeat: no-repeat;
	width: 305px;
	height: 527px;
}

#tdrightspacer {
	background: url(../images/tdrightspacingbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 306px;
	height: 527px;
}

/* Image mit abgerundetem, schattigem, orangen Rahmen als 3x3 - Tabelle */
#left-frame {
	background: url(../images/left-frame.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 10px;
}

#right-frame {
	background: url(../images/right-frame.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 10px;
}

#top-frame {
	background: url(../images/top-frame.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 14px;
}

#bottom-frame {
	background: url(../images/bottom-frame.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 14px;
}

/* Image mit abgerundetem, schattigem, orangen Rahmen als 3x3 - Tabelle klein, für Gallery */
#left-frame-small {
	background: url(../images/left-frame_s.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 5px;
}

#right-frame-small {
	background: url(../images/right-frame_s.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 5px;
}

#top-frame-small {
	background: url(../images/top-frame_s.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 7px;
}

#bottom-frame-small {
	background: url(../images/bottom-frame_s.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 7px;
}

/* Textfelder und Buttons... */
#textfeld {
	width: 210px;
	background: White;
	color: #f5821f;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	border-left-style: none;
	border-left-width: 0px;
	border-left-color: White;
	border-bottom-color: #750709;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-right-color: White;
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: White;
	border-top-style: none;
	border-top-width: 0px;
}

#textfeld_mehrzeilig {
	width: 210px;
	background: White;
	color: #f5821f;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	border: 1px dashed #750709;
}

#games-image { 
	margin-right: 1px;  
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
