body {
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	background-color: rgb(230,227,219);
	background-image: url("/img/bg.gif");
	background-repeat: repeat-y;
	overflow: hidden;
}
a {
	text-decoration:none;
}
a:hover, a:visited:hover, .menu_marked {
	text-decoration:none;
}
a:hover, a:visited:hover {
	text-decoration:none;
}

.menu {
	position: absolute;
	width: 250px; 
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: transparent; 
	height: 100%;
}

.content {
	position: absolute;
	left: 250px;
	top: 0px;	
	height: 100%;
	overflow: auto;
	right: 0px;
}

.menubutton {
	padding: 0px;
	margin: 0px;
	margin-left: 45px;	
	margin-bottom: 4px;		
}

.menuline {
	padding: 0px;
	padding-top: 5px;	
	padding-bottom: 5px;		
	margin: 0px;
	margin-left: 13px;	
	margin-bottom: 4px;		
}
