@import "rte.css";
@import "hacks.css";

html{
	min-width: 780px;
}
body{
	background: #666666;
	color: #5E5D5A; /*-----tekst farve----*/
	font: 78%/1.5 Trebuchet MS, Verdana, Arial, san-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #666666;
}
a:hover {
	background: #d2e7ff;
}
h1,h2,h3 {
	clear: both;
	color: #003366;
	margin: 0 0 0.7em 0;
	text-align: left;
}
h1 {
	font-size: 1.9em;
	font-weight: normal;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
}
h3{
	font-size: 1.5em;
}
p, table, ol, ul {
	font-size: 1em;
}
a img {
	border: 0;
}
/* -----structure----*/
#wrapper {
	background: #DEE0CB;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 780px;
}
#header {
	background: url(../images/topbanner2.jpg) #6E7269 repeat-y;
	height: 150px;
}
#logo img{
	margin: 40px 0 0 50px;
}
#logo a:hover {
	background: none;
}
#left {
	float: left;
	margin-right: 1em;
	width: 65%;
}
#right{
	float: right;
	width: 30%;
}
#main {
	font-size: 1em;
	height: 200px;
	min-height: 200px;
	padding: 0 1em 1em;
}
#main p{
	text-align: left;
}
#footer {
	background: #292B2A;
	color: #868A8C;
	font-size: 1em;
	padding: 0.1em 0 0.8em;
	text-align: center;
}
#footer p{
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ----top links---- */
#topnav {
	background: url(../images/topnav_bg.jpg) #927F3A repeat-y;
	position: relative;
}
#topicons{
	font-size: 10px;
	height: 16px;
	padding: 8px 10px;
}
#topnav a{
	color: #FFFFFF;
}
#topnav a:hover{
	color: #5E5D5A;
}


/* ----search form---- */
#search {
	position: absolute;
	right: 1em;
	top: 5px;
}
#search form {
	display: inline;
	margin: 0;
	padding: 0;
}
#search input{
	background: #FFECA8;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#search input.topsearch {
	background: #903000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #FFC0CB;
	border-top: 1px solid #FFC0CB;
	color: #FFFFFF;
}

/* ----breadcrumbs----- */
#breadcrumbs {
	float: right;
}
#breadcrumbs ul {
	font-size: 0.8em;
	margin: 0;
	padding: 0 1em 0;
	text-align: right;
}
#breadcrumbs li{
	display: inline;
	list-style: none;
	margin-right: 0.3em;
}


/* ----news---- */
.news-title{
	margin: 0;
	font-size: 1em;
}
.news-list-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container p{
	margin: 0.2em 0 1em;
	font-size: 0.9em;
}
.news-date{
	color: #993300;
	display: block;
	font-size: 0.8em;
	padding: 0.2em 0 0;
}

/* ----404 page----- */
#pagenotfound {
	background: #E6E4D8;
	margin-bottom: -30px;
	padding: 30px;
	position: relative;
}
#pagenotfound h1 {
	margin: 0;
	padding: 0;
}

/* ----dropdown menu----- */
TD#menu ul {
	background: #292B2A;
	color: #FFFFFF;
	float: left;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 780px;
}
TD#menu a, #menu span {
	color: #FFFFFF;
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	width: auto;
}
TD#menu ul li span {
	background: #903000;
}
TD#menu ul ul li span {
	background: none;
	color: #B79F48;
	font-weight: bold;
}
TD#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
TD#menu li ul {
	background: url(../images/tr.png);
	font-size: .9em;
	height: auto;
	left: -999em;
	margin: 0;
	position: absolute;
	width: 172px;
}
TD#menu li ul ul{
	background: none;
	font-size: 1em;
	height: auto;
	position: relative;
	width: auto;
}
TD#menu li li {
	background: transparent url(../images/plus.gif) no-repeat 6px 9px;
	border-top: 1px solid #DEE0CB;
	padding: 0;
	width: 172px;
}
TD#menu li li.level2 {
	background: transparent url(../images/plus2.gif) no-repeat 13% 50%;
	border-top: none;
}
TD#menu li ul a {
	width: 172px;
}
TD#menu li ul li.ifsub a {
	font-weight: bold;
}
TD#menu li.level2 a, #menu li.level2 span {
	font-weight: normal !important;
	padding: 0px 15px 3px 30px;
	width: 172px;
}
TD#menu ul li a:hover{
	background-color: #B79F48;
}
TD#menu ul ul li a:hover {
	background-color: #867435;
	color: #FFFFFF;
}
TD#menu li:hover ul, #menu li.sfhover ul{
	left: auto;
}
TD#menu li.actifsub,
TD#menu li:hover, 
TD#menu li.sfhover{
	background-color: #903000;
}
TD#menu ul ul li:hover, #menu ul ul li.sfhover {
	background-color: transparent;
	color: #FFFFFF !important;
}

/* ----bottom menu----- */
#bottommenu, 
#bottom2, 
#bottom3 {
	color: #339999;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#bottommenu li, 
#bottom2 li, 
#bottom3 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#bottommenu span, 
#bootom2 span, 
#bottom3 span{
	color: #FFECA8;
	padding: 0 0.6em;
}
#bottommenu a:hover,
#bottom2 a:hover{
	background: none;
}
#bottommenu a {
	color: #FFFFFF;
	padding: 0 0.6em;
}
#bottom2  ul, #bottom3 ul {
	margin: 0;
	padding: 0;
}
#bottom2  a, #bottom3 a {
	color: #FFECA8;
	padding: 0 0.6em;
}
#bottommenu li span {
	color: #FFECA8;
}
#bottom3 a {
	color: #339999;
}


.clear {
	clear: both;
}

/* -------contact mailform-------- */
.csc-mailform {
	border: none;
}
.csc-mailform label {
	float: left;
	display: block;
	width: 100px;
}


/* -------indexed search-------- */
.tx-indexedsearch-redmarkup {
	color: #FF0000;
}

.tx-indexedsearch fieldset{
	border: none;
}
.tx-indexedsearch legend{
	display: none;;
}

.tx-indexedsearch div{
	margin: 1em 0;
}

.tx-indexedsearch label{
	display: block; float: left;
	width: 100px;
	text-align: right;
	margin: 0 10px;
}

.tx-indexedsearch-browsebox{
	margin: 1em 0;
}

.tx-indexedsearch-browsebox ul.browsebox{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-browsebox ul li{
	float: left;
	margin-right: 1em;
}
.tx-indexedsearch h3{
	background: none;
	font-size: 1.2em;
}

.tx-indexedsearch-res{
	margin-top: 20px;
	width: 95%;
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-percent{
	float: right; 
	font-weight: bold;
}

/*-----infobox----*/
.infoboxleftcell {
	background-image: url(http://tofko9270.tempdom.com/fileadmin/images/fireworks/infobox/left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.infoboxrightcell {
	background-image: url(http://tofko9270.tempdom.com/fileadmin/images/fireworks/infobox/right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.infoboxtable {	
	background-color: #efefef;
}
.infoboxtable p {
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 2px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
}