/* Copyright K-Media 2006 */

/* GENERAL */
body {
	margin:0;
	padding:0;
	background-color:#eaeaea;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}
li#general {
	list-style-type:square;
	margin: 0 0 0 0;
	margin-left:17px;
	margin-right:10px;
}
li#generalb {
	list-style-type:circle;
	margin: 0 0 0 0;
	margin-left:17px;
	margin-right:10px;
}
ul#general {
	margin-left:15px;
}
/* ----- */

/* LINKS */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover	{
	color: black;
}
a#grey	{
	color:#666666;
	border-bottom:1px solid #666666;
}
/* ----- */

/* BOTTOM LINE */
#bottomline, #bottomline a {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #909090;
	font-size:12px;
	text-align:center;
}
/* ----- */

/* BUTTONS */
#buttonmenu {
	color: #909090;
	background-color:#c5c5c5;
}
.button, .buttonActive, .button a, .buttonActive a {
	border-bottom: solid 1px #cfcfcf;
	cursor: pointer;
	font:bold 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	padding: 6px;
	text-align: left;
	height:16px;
	background-color:#DEDEDE;
}
.buttonActive
{
	background-color: #CFCFCF;
}
/* --- */

/* DOMAIN SEARCH */
.domain1 {
	color:#DEDEDE;
}
.domain2 {
	color:#000000;
}
/* --- */

/* LANGUAGE SELECTION */
ul#language {
	padding-left:6px;
	padding-bottom:4px;
	margin-bottom:12px;
}
ul#language li {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 3px;
}
ul#language li a {
	display: block;
	text-decoration: none;
	width: 18px;
	height: 12px;
	overflow: hidden 
}
ul#language a.en {
	background: transparent url(../img/lang_en.gif) no-repeat }
ul#language a.en:hover, ul#language a.valgt_en {
	background: transparent url(../img/lang_en.gif) 0 -13px no-repeat }
ul#language a.no {
	background: transparent url(../img/lang_no.gif) no-repeat }
ul#language a.no:hover, ul#language a.valgt_no {
	background: transparent url(../img/lang_no.gif) 0 -13px no-repeat }
/* --- */

/* DOMAIN SEARCH RESULTLIST */
table#domainsearch {
	border: 1px solid #000;
	font-family: verdana;
	font-size: 8pt;
	margin-top:10px;
	margin-bottom:14px;
	text-align: left;
}
table#domainsearch th {
	font-weight:bold;
	padding-left:3px;
}
table#domainsearch td {
	padding-left:3px;
}
table#domainsearch tr#odd {
	background-color: #ececec;
}
table#domainsearch tr#even {
	background-color: #ffffff;
}
table#domainsearch2 {
	width:500px;
	text-align: left;
}
table#domainsearch2 td#right input{
	font-weight:bold;
}
table#domainsearch2 input{
	font-family: verdana;
	font-size: 12px;
}
/* --- */

/* REFFERENCE LIST */
#refferencesite {
	width:350px;
	border-right: dotted 1px #cfcfcf;
	border-bottom: dotted 1px #cfcfcf;
	padding-bottom:10px;
	padding-top:5px;
}
#refferencesite div#refover{
	font-weight:bold;
}
#refferencesite div#refing{
	font-size:14px;
}
#refferencesite div.reflink{
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
}
#refferencesite div#refpic{
	float:right;
	margin:4px;
}
#refferencelist {
	width:150px;
	float:right;
	padding:5px;
	font-size:14px;
}
#refferencelist li {
	list-style-type:disc;
	margin-left:15px;
	padding-top:5px;
}
/* --- */

/* SERVICE LIST */
#list {
	font-size:14px;
	padding-top:10px;
}
#list li {
	list-style-type:disc;
	margin-left:30px;
}
/* --- */

/* ERROR */
div.error {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align:center;
	margin:4px;
}
/* --- */

/* SPECIAL LIST */
#speclist {
	font-size:13px;
	padding-top:10px;
	padding-bottom:5px;
}
#speclist li {
	list-style-image:url(../img/speclist.gif);
	margin-left:30px;
}
/* --- */


label {
	font: 10px verdana, sans-serif;
}

input#domene {
	border: 1px solid;
	border-color: #D5D59D #fff #fff #D5D59D;
	background: #fff;
	font: 10px verdana, sans-serif;
	width: 125px;
	padding: 2px 
}


#pagetop {
	font-size:11px;
	padding-top:1px;
	padding-left:2px;
	padding-left:10px;
	text-align:left;
}

#overskrift {
	color: #333333;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align:left;

}
#underover {
	color: #333333;
	padding-top:2px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align:left;
}


#kontakt {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top:15px;
	text-align:left;
	width:380px;
}
div#kontakt #normal {
	width:300px;
	border: solid 1px #cfcfcf;padding:2px;
}


div#sitemap {
	font-size:12px;
	margin-top:5px;
}
div#sitemap ul {
	margin-left:15px;
}
div#sitemap li#nrto {
	list-style-type:square;
	margin-left:15px;
}
div#sitemap li#nrtre {
	list-style-type:circle;
	margin-left:15px;
}


div#funklist {
	margin-bottom:10px;
}
