A:LINK, A:VISITED { color: #4F4F4F; text-decoration: none; }
A:HOVER { color: #8D5000; }
body
{
	background-image: url('pics/back.png');
	background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 12px;
}

table
{
	font-size: 12px;
}

#header
{
	height: 107px;
	background-image: url('pics/grad_top.png');
	border: 1px solid #725900;
}



#main
{
	height: 100%;
	background-color: #FFF7B8;
	border: 1px solid #725900;
	border-top: 0px;
	background-image: url('pics/bg_blatt.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader src='pics/bg_blatt.png', sizingMethod='scale';
}

#main_content
{
	vertical-align:top;
	text-align:left;
	padding: 10px;
}

#header_logo
{
	position: absolute;
	top: 35px;
}

#left_menu
{
	width: 150px;
	background-color: FFFDEB;
	border-right: 1px solid #725900;
	vertical-align: top;
}

#footer
{
	font-family: sans-serif;
	font-size: 10px;
	background-color: #FFCD49;
	border: 1px solid #725900;
	border-top: 0px;
}

#button
{
	background-image: url('pics/button_normal.png');
	display: block;
	background-repeat: no-repeat;
}

#button:HOVER
{
	background-image: url('pics/button_hover.png');
}
#button A:HOVER
{
	color: #B55E00;
}
#button A
{
	padding-left: 18px;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#sub_menu_head
{
	font-weight: bold;
	color: #FAA02A;
}

#sub_menu_table
{
	border-top: 1px dashed #FAA02A;
	border-bottom: 1px dashed #FAA02A;
}

#title
{
	font-weight: bold;
	color: #FAA02A;
	font-size: 14px;
}

#title_hr
{
	height: 0px;
	border: 1px dashed #FAA02A;
}

#red{
	font-weight: bold;
	color: red;
}

#loader
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFA200;
	height: 100%;
	width: 100%;
	-moz-opacity:0.8;
	visibility: hidden;
	filter:Alpha(opacity=80);
	opacity: 0.80;
}

