#top {
	position: relative;
	width: 800px;
}
#topName {
	position: relative;
	width: 300px;
	bottom: 0;
	left: 500px;
	text-align: center;
	font-size: 200%;
	background: url('topname.gif') 0 0 no-repeat;
	padding: 4px 0 4px 0;
}
#menu {
	position: absolute;
	bottom: 0;
	width: 500px;
	text-align: center;
	background: url('topmenu.gif') 0 0 no-repeat;
	padding: 4px 0 4px 0;
}
#main {
	border: 1px solid black;
	width: 798px;
	background: url('banner.jpg') 0 0 no-repeat;
	padding-top: 100px;
}
.box {
	background-image: url('bar.png');
	background-repeat: repeat-x;
	margin: 10px 10px 10px 10px;
	padding: 10px 3px 3px 3px;
	border: 1px solid black;
}
#content {
	width: 528px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
span.title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 150%;
	text-align: center;
        display: block;
}
span.content {
	font-size: 90%;
}
.box {
	color: black;
	background-color: white;
}
hr.newssplitter {
        width: 60%;
}
div.newsElement, div.newsElementActive {
  font-size: 90%;
}
div.newsElementActive {
  border: 1px dotted red;
  background-color: rgb(255,204,204);
  color: black;
}

#rightSide {
	float: right;
	width: 246px;
}

.clearer {
	clear: both;
}

form {
	text-align: center;
}
button, input, select {
	border: 2px ridge;
	margin: 1px 1px 1px 1px;
	width: 80%;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#validity {
	font-size: 60%;
}
body {
	color: black;
	background-color: rgb(240,240,240);
}
span.dato, span.newslink {
	font-size: 80%;
}
span.dato {
	float: right;
}


/* Start IE hack: Tag jer nu sammen, MS!*/
* html #content {
	margin-top: 110px;
}
/* Slut IE hack */

