

body {
	background: #000;
	font-size: 9px;
/*	font-family: Tahoma, Verdana;*/
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

a {
	color: #080;
	text-decoration: none;
/*	border-bottom: 1px dotted #080;*/
}


.menu li a, .menuitem a {
/*	border: none;*/
}


a:hover {
	text-decoration: underline;
}

h4 a {
	color: #0f0;
}

h1 {
	font-size: 47px;
	padding: 0.08em 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: 1px solid black;
/*	font-variant: small-caps;*/
}

h3 {
	font-size: 16px;
	margin-bottom: 4px;
/*	font-size: 1.3em;*/
}

h4 {
	margin-top: 16px;
	margin-bottom: 4px;
}

p {
	margin: 0px 0px 8px 8px;
}


.logo {
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: 0px 0px 4px 0px;
	letter-spacing: 8px;
}

.nologo1 {
	font-size: 0.4em;
}
.nologo2 {
	font-size: 0.5em;
}

.sublogo {
	font-variant: small-caps;
}

#header {
	width: 100%;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid white;
	border-left: none;
	border-right: none;
}

/* input label (nyhetsbrev */

#newsdiv0 {
/*	width: 60%;*/
}

.news a {
/*	color: #00f;*/
/*	text-decoration: underline;*/
}

div.form {
	display: block;
	float: right;
	display: inline;
}

.formbox {
	color: #000;
	font-size: 9px;
	border: 1px solid black;
	background-color: #cfc;
	margin: 0px;
/*	padding-left: 7px; */
	display: inline;
	text-align: left;
}

.rightfloat {
	float: right;
}

#gbform {
	width: 540px;
	text-align: left; /* to support older browsers */
}

.gbbox {
	margin: auto;
	margin-top: 13px;
	margin-bottom: 13px;
	display: block;
	width: 270px;
/*	margin-left: 100px;*/
}

legend {
	font-weight: bold;
}

label {
/*	width: 100px; */
/*	float: left; */
	text-align: right;

	font-size: 10px;
	display: block;
}

.left {
	text-align: left;
}

.sameline {
	display: inline;
}

textarea {
	font-family: Tahoma, Verdana;
	margin: 2px;
	font-size: 9px;
}

input {
	font-family: Tahoma, Verdana;
	margin: 2px;
	font-size: 9px;
}

.field {
	border: 1px solid black;
}

input.newsletter {
	width: 125px;
}

input.submit {
	
	border: 1px solid black;
}

/* end of input label */

img.standard {
	float: right;
	margin: 5px 5px 5px 5px;
}

.centerit {
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/* Menu style */
div#menu {
	color: #fff;
	margin: 0px auto;
}

div#menu li a {
}

div#menu li a:hover {
	color: #0f0;
}

div#menu ul {
	text-align: center;
	list-style-type: none;
	border: none;
	vertical-align: center;
	padding: 0;
}

div#menu ul li {
	display: inline;
	font-size: 14px;
	margin: 0px 20px;
	}

.submenu li a:hover {
	color: #0f0;
}

.submenu li a.marked {
	color: #0f0;
}

li.submenuitem a {
}

li.submenuitem a:hover {
	color: #0f0;
}

/* End of menu style */


li.menuitem a {
	color: #fff;
}

li.menuitem a.marked {
	color: #0f0;
}

div#outsidefull {
	background-color: #fff;
	height: 100%;
	border 0px;
	text-align: left; /* to support older browsers */
	width: 660px;
}

.page {
/* old iecenter */
	text-align: center; /* to support older browsers */
	margin-left:auto;
	margin-right:auto;
	width: 910px;
}

#centerpart {
/* old outside */
	background-color: #fff;
	width: 660px;
	height: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	border 0px;
	vertical-align: bottom;
	text-align: left; /* to support older browsers */
	float: left;
}

#leftpart {
	float: left;
	width: 125px;
}

#rightpart {
	float: left;
	width: 110px;
}

div.content {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 20px;
	padding-right: 40px;
	line-height: 1.4;
	font-size: 12px;
}


hr {
	height: 0px;
}


/* For tooltips */

.ttinfo{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
	border-bottom: 1px dashed #0f0;
}

.ttinfo:hover{z-index:25; background-color:#ff0}

.ttinfo span{
	display: none;
}

.ttinfo:hover span{ /*the span will display just on :hover state*/
	font-variant: normal;
    display:block;
    position:absolute;
    top:2em; left:2em; width:220px;
    border:1px solid #0f0;
    background-color:#cfc; color:#000;
    text-align: left;
	padding: 5px;
	letter-spacing: normal;
}

.ttinfo span img {
	border: 0px;
	float: right;
}

.hiddentooltip .ttinfo:hover span {
	font-size: 10px;
}

.hiddentooltip a {
	color: white;
	border: none;
}
/* end of for tooltips */


/* IN CONTENT */
/*li a {	
	color: #000;  /* links in list, such as faq */
/*}*/

li {
	list-style-type: circle;
}

.black {
	color: #000;
}

.right {
	float: right;
}

.block {
	display: block;
}

div.text {
	margin: 4px 4px 15px 4px;
	padding: 1px;
}

div.news {
	border: 1px dashed gray;
	margin: 4px 4px 15px 4px;
	padding: 4px;
}

div.obs {
	border: 2px dashed #0d0;
	margin: 4px 4px 15px 4px;
	padding: 4px;
	text-align: center;
/*	font-weight: bold;*/
}

div.obsred {
	border: 2px dashed red;
	margin: 0px 4px 8px 4px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

div.note {
	color: white;
	border: 2px dashed #e52042;
	margin: 4px 4px 15px 4px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #18a871;
}


div.obsred a {
	color: red;
	text-decoration: underline;
}


div.green {
	border: 1px dashed green;
}

.tiny {
	font-size: 10px;
	color: #aaa;
	display: block;
}

span.bigtopic {
	font-size: 16px;
	display: block;
	/*border-bottom: 1px solid black;*/
}

.extra {
	margin-left: 14px;
	margin-bottom: 10px;
}

span.topic {
	font-weight: bold;
	font-size: 15px;
	display: block;
}

div.news p {
	margin-left: 4px;
	margin-top: 4px;
	/*text-align: justify;*/
}

span.h4 {
	font-weight: bold;
}

.grey {
	color: #888;
}

.imgbox {
	float: right;
	font-size: 10px;
	/*color: #aaa;*/
	margin: 10px;
	margin-right: 0px;
    background-color:#cfa;
	color:#000;
	padding: 5px;
	border: 1px dashed #888;
}

/* IN SUBMENU */
div.submenu {
	padding-top: 30px;
	float: left;
}

ul.menu {
	width: 115px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	list-style: none;
}

.submenu p { /* submenu topic */
	color: #fff;
	font-size: 18px;
	text-align: right;
	letter-spacing: 8px;
	border-bottom: 1px solid #fff;
}

.submenu ul li {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	margin-top: 3px;
	color: #fff;
}

.submenu ul li a {
	color: #fff
}

/* IN GB */
input.code {
	width: 20px;
	text-align:center;
}

.gb {
	width: 200px;
}

div.gbentries {
	font-size: 10px;
}

div.gbentries p {
	display: inline;
}

.gbtext {
/*	margin-left: 15px;*/
}

div.gbentry {
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-right: 30px;
/*	line-height: 1.0; */
	padding-bottom: 4px;
	
}

p.head {	
	font-weight: bold;
	margin: 0 0 0 0;
}


p.gbanshead {
}

p.gbans {
	font-style: italic;
}

.error {
	border-bottom: 1px solid red;
	float: left;
	margin: 0px;
}

.success {
	border-bottom: 1px solid #0f0;
	float: left;
	margin: 0px;
}

div#g1 {
	width: 100%;
	display: block;
	margin-bottom: 0px;
}

table {
	font-size: 9px;
}

.tablebody tr, .tablebody td {
	border-top: 1px #aaa solid;
}

table.nicetable {
	border-collapse: collapse;
	}

.nicetable th {
	padding: 0 0.5em;
	text-align: left;
	}

.nicetable td {
	border-bottom: 1px solid #bfb;
	padding: 0 0.5em;
	}

.nicetable td:nth-child(2)  {white-space: nowrap;}

.nicetable td:first-child {
	}

.nicetable tr:first-child {
	font-size: 1.2em;
	font-weight: bold;
}

.nicetable td:last-child {
	text-align: left;
}

.nicetable td+td {
	border-left: 1px solid #bfb;
	text-align: center;
	}


/* style tables (only for admins? */

table.list {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #000;
	color: #0f0;
	border-bottom: 2px #fff solid;
}

table.list th {
	color: #0f0;
	text-align: left;
	border: 1px #aaa solid;
}

table.list td {
	color: #0f0;
	text-align: left;
	border: 1px #aaa solid;
}


span.news {
	color: #0f0;
}

span.news span {
	color: #f00;
	margin: 0px 3px;
}

blockquote {
	display: block;
	background: #afa;
	font-size: 90%;
	font-family: Courier, Monospace, Verdana;
	padding: 5px;
	width: 450px;
}

.larger {
	font-size: 130%;
}

.smaller {
	font-size: 80%;
}


.larger ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.subtitle {
	letter-spacing: 5px;
	font-weight: bolder;
}

#jarna1 {
}

.dred {
	color: #a00;
}
.red {
	color: #f00;
}
