@import "rte.css";

html{
	min-width: 780px;
}
body{
	background: #666666;
	color: #333333;
	font: 78%/1.5 Arial, Verdana, Trebuchet MS, Tahoma, san-serif;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
a {
	color: #003399;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3 {
	clear: both;
	color: #000000;
	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: 12px;
}
a img {
	border: 0;
}
/* -----structure----*/
#wrapper {
	background: #DEE0CB;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 780px;
}
#header {
	background: url(../images/tofko_dk_top2.jpg) #6E7269 repeat-y;
	height: 150px;
}
#logo img{
	margin: 35px 0 0 10px;
}
#logo a:hover {
	background: none;
}
#left {
 float: left;
 width: 480px;
}
#right{
 float: right;
 width: 220px;
 margin-left: 20px;
 
} 
#main {
	font-size: 1em;
	min-height: 200px;
	padding: 0 1em 1em;
}
#main p{
	text-align: left;
}
#footer {
	background: #000000;
	color: #CCCCCC;
	font-size: 1em;
	padding: 0.1em 0 0.8em;
	text-align: center;
}
#footer p{
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#footer a{
	color: #4c99e6;
}
#footer a:hover {
	background: none;
	text-decoration: none;
}

/* ----top links---- */
#topnav {
	background: url(../images/topnav_bg_ny.jpg) #003399 repeat-y;
	position: relative;
}
#topicons{
	color: #cccccc;
	font-size: 10px;
	height: 16px;
	padding: 8px 10px;
}
#topnav a{
	color: #FFFFFF;
}
#topnav a:hover{
	color: #666666;
}


/* ----search form---- */
#search {
	position: absolute;
	right: 1em;
	top: 5px;
}
#search form {
	display: inline;
	margin: 0;
	padding: 0;
}
#search input{
	background: #cccccc;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#search input.topsearch {
	background: #4c99e6;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #97bee4;
	border-top: 1px solid #97bee4;
	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: 11px;
}
.news-list-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container p{
	margin: 0.2em 0 1em;
}
.news-date{
	color: #666666;
	display: block;
	font-size: 10px;
	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----- */
#menu ul {
	background: #336699;
	color: #FFFFFF;
	float: left;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 780px;
}
#menu a, #menu span {
	color: #FFFFFF;
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	width: auto;
}
#menu ul li span {
	background: #4c99e6; /* ----aktuel sektion farve----- */
}
#menu ul ul li span {
	background: none;
	color: #e6b24c;
	font-weight: bold;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu li ul {
	background: url(../images/tr_new.png);
	font-size: .9em;
	height: auto;
	left: -999em;
	margin: 0;
	position: absolute;
	width: 172px;
}
#menu li ul ul{
	background: none;
	font-size: 1em;
	height: auto;
	position: relative;
	width: auto;
}
#menu li li {
	background: transparent url(../images/plus_ny.gif) no-repeat 6px 9px;
	border-top: 1px solid #DEE0CB;
	padding: 0;
	width: 172px;
}
#menu li li.level2 {
	background: transparent url(../images/plus2_ny.gif) no-repeat 13% 50%;
	border-top: none;
}
#menu li ul a {
	width: 142px;
}
#menu li ul li.ifsub a {
	font-weight: bold;
}
#menu li.level2 a, #menu li.level2 span {
	font-weight: normal !important;
	padding: 0px 15px 3px 30px;
	width: 127px;
}
#menu ul li a:hover{
	background-color: #cc5302; /* ----hovedpunkter hover farve----- */
}
#menu ul ul li a:hover {
	background-color: #4c99e6; /* ----underpunkter hover farve----- */
	color: #FFFFFF;
}
#menu li:hover ul, #menu li.sfhover ul{
	left: auto;
}
#menu li.actifsub,
#menu li:hover, 
#menu li.sfhover{
	background-color: #4c99e6; /* ----aktiv undermenu hover farve----- */
}
#menu ul ul li:hover, #menu ul ul li.sfhover {
	background-color: transparent;
	color: #FFFFFF !important;
}

/* ----bottom menu----- */
#bottommenu  {
margin-bottom: 0.5em;
}
#bottommenu ul {
	color: #cccccc;
	font-size: .8em;
	margin: 0;
	padding: 0.5em;
}
#bottommenu li, 
#bottom2 li, 
#bottom3 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#bottommenu span, 
#bootom2 span, 
#bottom3 span{
	color: #cccccc;
	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: #cccccc;
	padding: 0 0.6em;
}
#bottommenu li span {
	color: #cccccc;
}
#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;
}