body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica,sans-serif;
	color: #333333;
	background-color: #999999;
	background-image: url(bg-dark.jpg);
	scrollbar-arrow-color : #333333;
	scrollbar-base-color : #EEEEEE;
	scrollbar-face-color : #CCCCCC;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #666666;
	scrollbar-3dlight-color : #909090;
	scrollbar-darkshadow-color : #909090;
	scrollbar-track-color : #909090;
	}

a:link {color:  #FFFFFF; font-weight: bolder; text-decoration: none}
a:visited {color: #FFFFFF; font-weight: bolder; text-decoration: none}
a:hover {color:  #FF6600; font-weight: bolder; text-decoration: none}
a:active {color: #FF6600; font-weight: bolder; text-decoration: none}

a.menu:link {color:  #000000; font-weight: normal; text-decoration: none}
a.menu:visited {color: #000000; font-weight: normal; text-decoration: none}
a.menu:hover {color:  #FF6600; font-weight: normal; text-decoration: none}
a.menu:active {color: #FF6600; font-weight: normal; text-decoration: none}
	
.gray {
	filter: gray();
	}

.color {
	text-decoration: none;
	}	
img.furniture {
	margin: 1px 1px 1px 1px;
	border-top: 3px double #EEEEEE;
	border-bottom: 3px double #777777;
	border-left: 3px double #EEEEEE;
	border-right: 3px double #777777;
	}
	
table {
	border-collapse: separate;
	width: 95%;
	}

td {
	vertical-align: top;
	}

td.case {
	font-size: 60%;
	}
	
td.form {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	font-size: 70%;
	height:25px;
	text-align: justify;
	}
	
td.text {
	font-size: 70%;
	text-align: justify;
	vertical-align: top;
	}	
td.links {
	font-size: 70%;
	}
th {
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #DDDDDD;
	font-size: 70%;
	height: 25px;
	font-weight: normal;
	}
.empty {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #eeeeee;
	}
h1 { 
	text-align: left;
	font-size: 160%;
	}

h2 { 
	text-align: left;
	font-size: 120%;
	}

hr {
	height: 1px;
	color: #CCCCCC;
	}
	
p { 
	text-align: justify;
	}
		
form {
	display: inline;
	}

input {
	cursor: default;
	}
	
input.text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
	cursor: text;
	}

input.enter {
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #EEEEEE;
	width: auto;
	font-size: 90%;
	}
	
#main {
	position: relative;
	top: 10px;
	left: 15%;
	float: left;
	clear: right;
	width: 70%;
	height: auto;
	background-color: #CCCCCC;
	background-image: url(bg-light.jpg);
	/* border-top: 3px double #EEEEEE;
	border-bottom: 3px double #777777;
	border-left: 3px double #EEEEEE;
	border-right: 3px double #777777; */
	}
	
	
#logotype {
	position: relative;
	margin-top: 3%;
	margin-bottom: 1%;
	left: 4%;
	width: 20%;
	height: 60px;
	float: left;
	clear: right;
	}

#navigation {
	position: relative;
	margin-top: 3%;
	margin-bottom: 1%;
	right: 4%;
	width: 65%;
	height: 60px;
	float: right;
	clear: right;
	text-align: right;
	font-size: 80%;
	}

#panel {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 1%;
	float: left;
	clear: left;
	width: 98%;
	height: 220px;
	}

#header {
	position: relative;
	z-index: 10;
	width: 98%;
	float: right;
	height: 30px;
	background-image: url(bg-high.gif);
	/*background-color: #EEEEEE;
	FILTER: dropshadow(color=#000000, offX=5, offY=5, Positive=1);  + alpha(opacity=70)
	filter: shadow(color=#AAAAAA, direction=135) ;*/
	cursor: default;
	}

#headerstart {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: -1px;
	width: 5px;
	height: 30px;
	background-image: url(bg-high-begin.gif);
	}
#headercontent {
	position: absolute;
	top: 6px;
	left: 15px;
	}	
#headerend {
	position: absolute;
	z-index: 15;
	top: 0px;
	right: -1px;
	width: 5px;
	height: 30px;
	background-image: url(bg-high-end.gif);
	}
	
#container {
	position: relative;
	margin-top: 1%;
	margin-bottom: 5%;
	float: right;
	width: 98%;
	height: auto;
	overflow: auto;
	}

#textblock {
	padding: 0px 10px 10px 10px;
	}

#scrollup {
	float: left;
	width: 98%;
	text-align: right;
	}
	
#copyright {
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	left: 15%;
	width: 70%;
	height: auto;
	color: #333333;
	font-size: 70%;
	text-align: right;
	}

#topshadow {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 100%;
	height: 20px;
	background-image: url(shadow-top-1.gif);
	background-repeat: repeat-x;
	}
		
#bottomshadow {
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 20px;
	background-image: url(shadow-bottom-1.gif);
	background-repeat: repeat-x;
	}

#leftshadow1 {
	position: absolute;
	left: -10px;
	top: 0px;
	height: 700px;
	width: 20px;
	background-image: url(shadow-left-1.gif);
	}
	
#leftshadow2 {
	position: absolute;
	left: -10px;
	bottom: 0px;
	height: 700px;
	width: 20px;
	background-image: url(shadow-left-1.gif);
	}
	
#rightshadow1 {
	position: absolute;
	right: -10px;
	top: 0px;
	height: 700px;
	width: 20px;
	background-image: url(shadow-right-1.gif);
	}
	
#rightshadow2 {
	position: absolute;
	right: -10px;
	bottom: 0px;
	height: 700px;
	width: 20px;
	background-image: url(shadow-right-1.gif);
	}
	
#topleft {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url(corner-top-left-1.gif);
	background-repeat: no-repeat;
	}
	
#topright {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(corner-top-right-1.gif);
	background-repeat: no-repeat;
	}

#bottomleft {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url(corner-bottom-left-1.gif);
	background-repeat: no-repeat;
	}

#bottomright {
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(corner-bottom-right-1.gif);
	background-repeat: no-repeat;
	}

#menu0 {
	position: absolute;
	bottom: 15px;
	width: 20%;
	right: 0px;
	}
	
#menu1 {
	position: absolute;
	bottom: 15px;
	width: 20%;
	right: 21%;
	}
	
#menu2 {
	position: absolute;
	bottom: 15px;
	width: 20%;
	right: 42%;
	}
	
#menu3 {
	position: absolute;
	bottom: 15px;
	width: 20%;
	right: 63%;
	}	


