@import "./caffeinekick/templates/templatestyles.css";
* {
	//outline: 1px solid red;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: url(gfx/background.png);
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
}

h1 {
	font: bold 30px Arial, Helvetica, sans-serif;
   	letter-spacing: -0.07em;
	margin: 0px;
	color: #CE2B34;
}

a {
	border: 0px;
}

img {
	border: 0px;
}

iframe {
	border: 0px;
}

#flashcontent {
	height: 100%;
	width: 100%;
	z-index: -5000;
}

.br_all {
	clear: both;
}

.clearboth {
	clear: both;
}

.clearall {
	clear: both;
}

.nomargin {
	margin: 0px;
}

#sentrering {
	margin-top: 0px;
	margin-left: auto;
	margin-right:  auto;
	width:  847px;
	background: #fff;
}

#sentrering::after {
	content: "";
	display: table;
	clear: both;
}

#innhold {
	margin-top: 18px;
	width: 847px;
	text-align: left;
	vertical-align: top;
	border: 0px solid black;
	background: #fff;
}

#innhold::after {
	content: "";
	display: table;
	clear: both;
}

#topp {
	width: 847px;
	height: 259px; 
}
#topplogo {
	cursor: pointer;
	float: left;
	width: 218px;
	height: 49px;
	margin-top: 190px;
	margin-left: 10px;
	margin-right: 20px;
	background-image: url(gfx/logo_alpha.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='gfx/logo_alpha.png');
}

#delimiter {
	width: 847px;
	height: 25px;
	background: url(gfx/delimiter.png);
	text-align: left;
}


.submeny {
	display: block;
}

li.submeny {
	width: 218px;
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
   	letter-spacing: -0.07em;
	line-height: 20px;
	color: #000;
}

li.submeny {
	display: block;
	width: 218px;
	height: 49px;
	font: bold 18px Arial, Helvetica, sans-serif;
   	letter-spacing: -0.07em;
	line-height: 49px;
	color: #fff;
	margin-bottom: 6px;
	margin-top: 6px;
}

li.submeny a {
	display: block;
	width: 218px;
	height: 49px;
	font: inherit;
	color: #fff;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: right;
	background-color: #15C45F;
	background-image: url(gfx/button_bg.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='gfx/button_bg.png');
}

li.submeny a:hover {
	background-color: #CE2B34;
}

#meny {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 218px;
	margin-left: 10px;
	margin-right: 20px;
}

li.link {
	display: block;
	width: 218px;
	margin-bottom: 6px;
	margin-top: 6px;
	font: bold 18px Arial, Helvetica, sans-serif;
   	letter-spacing: -0.07em;
   	color: #fff;
}

li.meny {
	display: block;
	width: 218px;
	height: 49px;
	font: bold 18px Arial, Helvetica, sans-serif;
   	letter-spacing: -0.07em;
	line-height: 49px;
	color: #fff;
	margin-bottom: 6px;
	margin-top: 6px;
}

li.meny a {
	display: block;
	width: 218px;
	height: 49px;
	font: inherit;
	color: #fff;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: right;
	background-color: #0261A7;
	background-image: url(gfx/button_bg.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='gfx/button_bg.png');
}

#meny span {
	margin-right: 12px;
}

li.meny a:hover {
	background-color: #CE2B34;
}

#hoved {
	font: inherit;
	float: left;
	width: 574px;
}

.hovedinnhold {
	margin-bottom: 30px;
}

#hoved a {
	font: inherit;
	text-decoration: none;
	border-bottom: 1px solid #0261A7;
	color: #0261A7;
}

#hoved a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CE2B34;
	color: #CE2B34;
}

#skip {
	display: block;
	top:0;
	left:0;
	width: 100%;
	text-align:center;
	color: #000000;
	background-color: #ffffff;
}

.tekst {
	padding-left: 15px;
	padding-right: 15px;
}
