@charset "iso-8859-1";
html, body{
	margin:0px;
	padding:0px;
	height:100%;
}
body,table,html{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}
.main_menu{
	line-height:1.8em;
	background-image: url('images/minibackground.png');
	background-repeat:repeat-y;
	background-position:100% 0%;
}
.content{
	background-color:#BEBEBE;
	color:black;
	width:100%;
	background-image:url('images/grid.png');
	background-repeat:repeat;
}
.table-menu{
	height:100%;
	width:100%;
	text-align:left;
	table-layout:fixed;
}
.li-link{
	padding-left:15px;
}
a.li-link:visited{
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-image:none;
	text-decoration:none;
	color:#99C8A6;
}
a.li-link:link{
	text-decoration:none;
	color:#99C8A6;
}
a.li-link:hover{
	color:white;
	background-color: transparent;
	background-image: url('images/now.png');
	background-repeat: no-repeat;
	font-weight:bold;
}
.footer{
	font-weight:bold;
	vertical-align:text-bottom;
	position:fixed;
	bottom:5px;
	left:60px;
}
.div-back{
	padding-top:1px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;}
.linkes-menu{
	list-style:none;
	position:fixed;
	top:125px;
	left:0;
}