/* CSS Document */
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#505050;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#00815A;
	font-weight:bold;
}
input{
	background:#BAE4D6;
	border:1px solid #5D897A;
	width:120px;
}
select{	
	background:#BAE4D6;
	border:1px solid #5D897A;
}
.submit input{
	background:#66CCCC;
}
#headline{
	font-weight:bold;
	font-size:16px;
	color:#000000;
	margin-bottom:5px;
	margin-left:8px;
}
#utstillinger{
	border: 1px solid #5D897A;
}
#transparent{
	filter:alpha(opacity=85);
	opacity:0.85;
}
#ring{
	width:480px;
	border:1px solid #5D897A;
	background:#E3FFE4;
	margin:7px;
}
#detaljer{
	border:1px solid #5D897A;
}
#ringnummer{
	font-size:14px;
	font-weight:bold;
}
#listevent{
	margin:0;
	padding:0;
	list-style-type:none;
}
#listevent li{
	margin-bottom:10px;
}
.redigerbtn {
	position: static;
	top: 0px;
	width: 160px;
	clip: rect(auto,auto,auto,auto);
	left: 20px;
	float: right;
	overflow: visible;
	z-index: auto;
}
.stats {
	position: absolute;
	top: 0px;
	width: 95%;
	clip: rect(auto,auto,auto,auto);
	float: right;
	overflow: visible;
	z-index: auto;
	font-weight: bold;
	color: #000000;
	visibility: visible;
	clear: both;
	left: auto;
	right: auto;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-size: 18px;
	font-weight: bold;
}
