body {
	background-image: url(../images/bakgrunn.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

p.errormsg {
	width: 95%;
	height: 50px;
	border: medium solid #920a00; 
	background-color: #ff3a2b;
	color: #920a00;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 20px;
}

p.okmsg {
	width: 95%;
	height: 50px;
	border: medium solid #00a40e; 
	background-color: #00fc1b;
	color: #00a40e;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 20px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

.wrapper {
	width: 799px;
	border: thin solid #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

.meny {
	height: 40px;
	width: inherit;
	background-color: #e9e9e9;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

.content {
	background-color: #FFF;
	width: inherit;
	min-height: 578px;
}

.articlebox {
	border: thin solid #CCCCCC;
	width: 594px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.articlebox p a {
	color: #FF0000;
	font-weight: bold;
}

.articlebox h4 {
	width: inherit;
	background-color: #e9e9e9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 16px;
}

.modulebox {
	background-color: #e9e9e9;
	width: 161px;
	border: thin solid #CCCCCC;
	margin-left: 9px;
	padding-left: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

.mainarea {
	float: left;
	width: 614px;
	margin-top: 10px;
}

.sidebar {
	float: left;
	width: 180px;
	margin-top: 10px;
}

#menu {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
	white-space: nowrap;
}

#menu li {
	display: inline;
}

#menu li a {
	color: #000000;
	float: left;
	font-size: 22px;
	height: 22px;
	font-weight: bold;
	margin-top: 7px;
	padding-left: 2em;
	padding-right: 2em;
	text-decoration: none;
}

#menu li a:hover { /*background:#A8A8A8 none repeat scroll 0 0;*/
	color: #FFFFFF;
}

hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

table.timeplan {
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: none;
	width: 594px;
	margin-left: 10px;
	margin-right: 10px;
}

table.timeplan td {
	border: 1px solid #cccccc;
	border-style: inset;
}

table.galleri {
	margin-right: auto;
	margin-left: auto;
}

table.galleri td {
	vertical-align: top;
}

span.pagination {
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	font-size: 16px;
}

span.pagination strong {
	font-size: 20px;
}

table.forum {
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}

table.forum tr:hover {
	background-color: #FFFFC0;
}

table.forum th {
	background-color: #E9E9E9;
}

table.forum img {
	padding: 5px;
}

.midten {
	text-align: center;
}

div.emne {
	min-height: 120px;
	border-bottom:  1px solid #cccccc;
}

div.emne span {
	clear:both;
}

div.emneforfatter {
	min-height: inherit;
	padding-left: 5px;
	float:left;
	width: 100px;
	
	
}

div.emnetekst {
	padding-left: 5px;
	min-height:inherit;
	float:left;
	width: 483px;
	border-left: 1px solid #cccccc;
}

.greenBox {
background:#F0F9F4 none repeat scroll 0 0;
border:1px solid #C9F0DB;
margin-bottom:10px;
margin-top:10px;
padding-left:15px;
}

.redBox {
background:#F6DCDC none repeat scroll 0 0;
border:1px solid #E8ABAB;
margin-bottom:10px;
margin-top:10px;
padding-left:15px;
}

.greenBox p {
background:transparent url(../style/img/accept.gif) no-repeat scroll left center;
margin:10px;
padding:2px 2px 2px 20px;
}
.redBox p {
background:transparent url(../style/img/deny.gif) no-repeat scroll left center;
margin:10px;
padding:2px 2px 2px 20px;
}

.forumlenke {
	text-decoration: underline;
	font-style: italic;
}