@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/gui/bg_body.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper {
	width: 994px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../img/gui/bg_wrapper.gif);
	background-repeat: repeat-y;
	margin-bottom: 1em;
	padding-bottom: 2em;
}
#topAd1 {
	float: left;
	height: 178px;
	width: 768px;
	background-image: url(../img/gui/annonse.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	background-color: #FFF;
}
#topAd2 {
	float: right;
	height: 178px;
	width: 222px;
	background-image: url(../img/gui/annonse.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	overflow: hidden;
	background-color: #FFF;
}
#topAdFull {
	height:150px;
	padding: 13px;
	background-color: #FFF;
	/*background-image: url(../img/gui/annonse.gif);
	background-repeat: no-repeat;
	background-position: 0px 162px;*/
}
.topAd {
	width: 150px;
	float: left;
}
.padded {
	padding-left: 13px;
}
.topAd a img {
	border: 0;
}
#topAdFull .topAd p {
	font-size: 12px;
}
#menuWrapper {
	height: 20px;
	padding-left: 14px;
	background-color: #e4e4e4;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}
.flagg {
	width: 200px;
}
.menuSpacer {
	float: left;
	width: 222px;
	height: 20px;
	border-right: 4px solid white;
}
.menuSpacer img {
	border: 1px solid white;
	margin: 2px 4px 0 0;
}
.menuUl, .menuUl li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* FOR IE 7 */
ul.menuUl li {
	display:inline;
}
/* /FOR IE7 */
.menuUl li a {
	float: left;
	text-decoration: none;
	background-color: #e4e4e4;
	height: 17px;
	border-right: 4px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 3px;
}
.menuUl li a:hover, .menuUl li.selected a {
	color: #FFF;
	background-color: #000;
}
.subMenu, .subMenu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.subMenu li a {
	display: block;
	background-color: #fd0;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.subMenu li a:hover, .subMenu li.selected a {
	color: #FFF;
	background-color: #000;
}
.subMenu li {
	border-top: 2px dotted #666;
}
.subMenu li.lastSubMenuItem {
	border-bottom-style: none;
}
.subMenu li.firstSubMenuItem {
	border-top-style: none;
}
#columnLeft .actions a {
	background-color: #e4e4e4;
	display: block;
	background-image: url(../img/gui/triangel.png);
	background-repeat: no-repeat;
	background-position: 172px 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
}
#columnLeft .actions a:hover {
	color: #FFF;
	background-color: #000;
}
#columnLeft {
	width: 198px;
	float: left;
	padding: 0px 14px 14px;
}
#columnLeft h1 {
	font-size: 16px;
}
#columnLeft p {
	font-size: 10px;
}
#columnRight {
	float: right;
	width: 145px;
	padding: 8px 14px 14px 0px;
}
#columnRight .sponsorWrapper {
	border-bottom: 2px dotted #999;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}
#content {
	width: 584px;
	margin-left: 226px;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#content h1 {
	font-size: 20px;
}
#content h2 {
	font-size: 16px;
}
#content h3, #content h4 {
	font-size: 13px;
}
#content h2, #content h3, #content h4 {
	margin-bottom: 0.25em;
}
#content p {
	margin-top: 0;
}
#content ul {
	margin-top: 0.25em;
}
#hovedOppslag {
	width: 570px;
	padding-bottom: 1em;
}
#hovedOppslag h1.title   {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-bottom: 4px;
	font-weight: bold;
}
#hovedOppslag h1   {
	margin-top: 4px;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
}
#hovedOppslag p , .oppslag p{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#hovedOppslag a, .oppslag a {
	font-weight: bold;
}
.oppslag {
	width: 281px;
	float: left;
	margin-right: 8px;
	margin-top: 1em;
}
.oppslag h1.title {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 8px;
	font-weight: bold;
	padding-bottom: 2px;
}
.oppslag h1 {
	margin-top: 4px;
	font-size: 16px;
	margin-bottom: 0px;
}
.wrapDown {
	font-size: 1px;
	clear: both;
}
a {
	color: #005ca9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.deltagereUl, ul.deltagereUl li, ul.rittUl, ul.rittUl li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
ul.deltagereUl li a, ul.rittUl li a {
	margin-left: 8px;
}
ul.rittUl li a {
	background-color:#fff;
	color: #005ca9;
	padding: 0;
	display: inline;
	font-weight: normal;
}
ul.rittUl li a:hover {
	background-color: #fff;
	color: #005ca9;
	text-decoration: underline;
}
ul.rittUl li.selected a, ul.pageSubMenuUl li.selected a {
	color: #000;
	background-color: #fff;
}
ul.rittUl {
	margin: 0.5em 0 1em 0;
}
ul.rittUl li {
	border: none;
}
.pageSubMenuDiv {
	height:1em;
	/*border-left:1px solid #000;*/
	padding-bottom: 1em;
	margin-left: -5px;
}
ul.pageSubMenuUl, ul.pageSubMenuUl li {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.pageSubMenuUl li {
	font-weight: bold;
	float: left;
	display: inline;
}
ul.pageSubMenuUl a {
	padding: 0 0.5em;
	border-right: 1px solid #000;
}
ul.pageSubMenuUl {
	margin: 0 0 0 0;
}
#content .article {
	width: 550px;
}
.article h1 {
	font-size: 24px;
}
p, td, li {
	font-size: 12px;	
}
div.strekOver {
	border-top: 2px dotted #666;
	margin: 1em 14px 1em 0;
}
table.liste tr td {
	padding: 1px 1em 1px 0;
}
table.liste th {
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align: left;
}
table.lines tr td {
	padding: 1px 1em 1px 0;
	border-bottom: 1px solid #ccc;
}
table tr.lineBelow td {
	border-bottom: 1px solid red;
}
div.xtraLink a {
	color: #000;
	background-color: #e4e4e4;
	display: block;
	text-decoration: none;
	height: 17px;
	width: 190px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
}
div.xtraLink a:hover {
	color: #fff;
	background-color: #000;
}
.pameldteTable {
	margin-top: 0.25em;
	font: 13px "Lucida Grande", Verdana, Arial, sans-serif;
}
.rcAd img {
	border: 0;
	margin-top: 12px;
}
.xtraMargin {
	margin-top: 24px;
}
.lcSponsor {
	border-bottom: 2px dotted #999;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}
.lcSponsor img {
	border: 0;
}
#content p.bildetekst {
	font-style: italic;
	font-size: 11px;
	margin: 4px 0 1em 0;
}
.hdr {
	font-family: Tahoma, Verdan, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: rgb(150,150,150);
}
.team {
	font-size: 12px;
	font-weight: bold;
}