body, td, th, p {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #333333;
}
body {
	margin: 0px;
	background-image: url(../ressurs/bg.gif);
	background-repeat: repeat-y;
	
}
.meny {
	position: absolute;
	top: 200px;
	width: 90px;
	left: 10px;
	font-size: 10px;
}
.submeny {
	position: relative;
	left: 10px;
	width: 80px;
	margin-bottom: 15px;
	display: none;
}
.credits {
	position: absolute;
	top: 480px;
	width: 90px;
	left: 20px;
	color: #666666;
	font-size: 9px;
}
.content {
	position: absolute;
	top: 200px;
	left: 170px;
	width: 550px;
	font-size: 11px;
/*	border: solid 1px #CCCCCC; */
}
.heading {
	position: absolute;
	top: 153px;
	left: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background: #CC0000;
	z-index: 100;
	font-size: 11px;
	font-weight: bold;
	width: auto;
}
.ameny {
	display: block;
/*	font-weight: bold; */
	margin-bottom: 8px;
/*	text-transform: uppercase; */
}

a.ameny:link {
	color: #c00;
	text-decoration: none;
	background-color: #eee;
	text-indent: 12px;
	background-image:  url("../ressurs/arrow0.gif");
	background-repeat: no-repeat;
}
a.ameny:visited {
	color: #c00;
	text-decoration: none;
	background-color: #eee;
	text-indent: 12px;
	background-image:  url("../ressurs/arrow0.gif");
	background-repeat: no-repeat;
}
a.ameny:hover {
	color: #fcc;
	text-decoration: none;
	background-color: #c00;
	text-indent: 12px;
	background-image:  url("../ressurs/arrow1.gif");
	background-repeat: no-repeat;
}
a.ameny:active {
	color: #c00;
	text-decoration: none;
	background-color: #eee;
	text-indent: 12px;
	background-image:  url("../ressurs/arrow1.gif");
	background-repeat: no-repeat;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FFCCCC;
	text-decoration: none;
	background-color: #CC0000;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.small {
	font-size: 9px;
}
.quote {
	position: relative;
	left: 10px;
	width: 250px;
	color: #666666;
	font-size: 9px;
}

hr {border-bottom:1px dotted #666;height:0px;background-color:#fff;color:#fff;border-top:0px;shading:no-shading;margin:0px;width:100%;display:block;overflow:hidden;clear:both;}