/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px 0px 0px 0px;
	background: #806857;
	font-family: verdana, arial, sans-serif, "Times New Roman";
	font-weight: normal;
	font-size: 0.7em; 
	color: #000;
}
h1, h2, h3, h4
{
	font-weight: 600;
	font-size: 1.8em;
	display: inline;
}
h2,h3,h5
{
	font-size: 1em;
}
h4
{
	font-size: 0.9em;
}
h5
{
	display: inline;
}
img
{
	border: 0px;
}

a, a:visited, a:hover
{
	font-family: verdana, arial, sans-serif, "Times New Roman";
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #004097;
}
a:hover
{
	text-decoration: underline;
}
form
{
	margin: 0px;
}
input, textarea, select
{
	font-family: verdana, arial, sans-serif, "Times New Roman";
	font-size: 1em;
	font-weight: 300;
	color: #000;
}

/*
////////////////////////////
////////DIV ELEMENT/////////
////////////////////////////
*/



/*//////////HEAD////////// */
#head
{
	position: static;
	width: 774px;
	height: 82px;
	margin: 0px 0px 0px 0px;
	background: url('grafik/topbanner.gif') no-repeat 0px 0px;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
}

/*//////////BODY////////// */
#body-leftmenu
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	width: 170px;
	background: #917862;
}
#body-bottombar
{ 
	position: relative;
	top: 0px;
	left: 0px;
	width: 774px;
	height: 18px;
	background: #DAD7CF;
	border-top: solid 1px #565656;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
	border-bottom: solid 1px #565656;
}
#body-bottombar p
{
	padding: 2px;
}
#body-bottombar .float_right
{
	display:inline;
	margin-right: 100px;
}
#body-containerborders
{
	position: static;
	width: 774px;
	float: left;
	height: 100%;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
}
#body-container
{
	position: relative;
	z-index: 2;
	float: left;
	top: 0px;
	left: 0px;
	width: 584px;
	margin-top: 20px;
}
#body-bottombar #bkg
{
	position: absolute;
	z-index: 1;
	top: -287px;
	left: 392px;
	width: 382px;
	height: 286px;
	background: #FFFFFF url('grafik/background_bottom.jpg') no-repeat 0px 0px;
}
.body-marginleft
{
	margin-top: 5px;
	margin-left: 5px;	
}
