.Shadowsol {
	background-image: url(images/shadowsol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover {
	text-decoration: underline;
}

.Trebchused11px {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_.png);
	background-repeat: repeat-x;
	background-color: #B4BDC4;
}

#menu,#comp{
	position: absolute;
	top: 30px;
	left: 85%;
	font: 12px verdana,arial,helvetica;
	color: #ffffff;
	background: #000000;
	padding: 10px;
	border: none;
	z-index: 5;
}

#comp {
	position: fixed;
	left: 50px;
	visibility: hidden;
	z-index: 2;
}

/* :visited necessary because the menu is used for internal links
	and Explorer sees them as already visited */

div#menu a,div#menu a:visited {color: #ffffff;}