/******************************************************
	Grundlæggende formatering
*******************************************************/
body	{
	margin: 0;
	color: black;
	background-color: #fdfdfd;
	font-family: geneva, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: "lucida sans unicode", sans-serif;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

p {
	font-family: geneva, sans-serif;
	font-size: 13px;
}

ul li {
	list-style: square;
	font-size: 13px;
}

a, a:link, a:visited {
	color: #006699;
	background-color: inherit;
	font-family: geneva, sans-serif;
	font-size: 13px;
}

a:hover	{
	color: red;
	background-color: inherit;
}

.border	{
	border: 1px solid silver;
	padding: 3px;
}

.center	{
	text-align: center;
}


/******************************************************
	Banneret
*******************************************************/
#banner {
	margin: 0px;
	padding: 5px;
	background-image: url("/design/images/banner.2.png");
	background-repeat: no-repeat;
	height: 80px;
	}

#banner p.banner {
	visibility: visible;
	font-family: impact, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #336699;
	background-color: inherit;
	margin: 0px 0 0 25px;
	position: relative;
	z-index: 2;
	}

#subBanner {
	position: absolute;
	top: 76px;
	left: 0;
	color: white;
	background-color: silver;
	width: 100%;
	height: 11px;
	font-size: 11px;
	border-bottom: 3px solid #999999;
	}

#bannerSpot {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 400px;
	height: 70px;
	font-size: 10px;
	border: 1px solid silver;
	}

#bannerSpot h3 {
	font-size: 12px;
	margin: 5px;
	}

#bannerSpot p, #bannerSpot a, #bannerSpot a:visited {
	font-size: 10px;
	margin: 5px;
	}



/******************************************************
	Placering og layout af hovedmenuen (menuboksen)
*******************************************************/
#menu {
	width: 180px;
	height: auto;
	margin: 7px 0 5px 0;
	padding: 0 0 10px 5px;
	float: left;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #6699cc;
	background-color: #F0F0F0;
	}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu ul a {
	display: block;
	width: auto;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 3px 6px 3px 8px;
	}

#menu a:link, #menu a:visited {
	color: #666666;
	background: inherit;
	}

#menu a:hover {
	color: #6699cc;
	background: #ebebeb;
	}

#menu a.active {
	color: #6699cc;
	background-color: #ebebeb;
	}

.leftCol {
	margin: 10px auto 10px auto;
	}



/******************************************************
	Containerne til forsiden og alt dynamisk indhold
*******************************************************/
#content {
	margin: 0 10px 0 185px;
	padding: 5px 10px 10px 20px;
	}

#content p {
	text-align: justify;
	}



/******************************************************
	Footer
*******************************************************/
#footer {
	height: 14px;
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px;
	color: inherit;
	background-color: #e6e6e6;
	border-style: solid;
	border-color: silver;
	border-width: 1px 0 1px 0;
	}

#footer p {
	text-align: center;
	color: #808080;
	background-color: inherit;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	}

#footer a, #footer a:visited {
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	background-color: inherit;
	}

#footer a:hover {
	color: red;
	background-color: inherit;
	}
	


/******************************************************
	Kolonne til venstre under menuen
*******************************************************/
#searchform {
	margin: 30px 5px 5px 20px;
	}

#searchform input {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	}



/******************************************************
	Her defineres nyhedsboksen/frontspottet
*******************************************************/
#rightCol {
	float: right;
	clear: none;
	margin: 10px 15px 15px 15px;
	width: 180px;
	max-width: 180px;
	height: auto;
	min-height: 300px;
	border: 0;
	}

/*
#rightCol {
	float: right;
	clear: none;
	width: auto;
	height: auto;
	border-color: silver;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin: 10px 0px 10px 15px;
	}

#rightCol h2 {
	width: auto;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
	color: #ffffff;
	background-color: #6699cc;
	}

#rightCol p {
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
	font-size: 12px;
	text-align: left;
	}

#rightCol h3 {
	margin: 5px 5px 5px 10px;
	font-size: 12px;
	text-align: left;
	}
	
#rightCol a, #rightCol a:visited {
	font-size: 12px;
	text-align: left;
	}
*/

/******************************************************
	Elementer i formularer
*******************************************************/
fieldset {
	padding-left: 10px;
	padding-right: 10px;
	}

.fieldset-form {
	width: 65%;
	}

legend {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 10px;
	}

label {
	width: 110px;
	float: left;
	font-size: 11px;
	font-family: verdana, sans-serif;
	}

.width170 {
	width: 170px;
	}

input, textarea {
	font-family: arial, sans-serif;
	font-size: 13px;
	}

.knapper {
	font-family: arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	}

#f1, #f2, #f3, #f4, #f5, #f6, #f7, #f8, #f9, #f10 {
	margin-bottom: 5px;
	}


/******************************************************
	Besked ved afsendte mail fra kontaktformularen
*******************************************************/
.besked {
	width: 75%;
	border: 1px solid silver;
	color: black;
	background-color: #eee;
	padding: 5px 10px 5px 10px;
	}

.besked td {
	padding-left: 10px;
	}

td.labl {
	width: 85px;
	}

.red {
	color: red;
	background-color: inherit;
	}

.green {
	color: green;
	background-color: inherit;
	}


/******************************************************
	Pristabeller
*******************************************************/
table.priser {
	border: 1px solid silver;	
	}

table.priser th {
	font-weight: bold;
	font-size: 16px;
	}

table.priser td {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	}

table.priser .bggray {
	color: inherit;
	background-color: #cccccc;
	}

