/** BASIC */

html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background: #9cb6b6 url(/css/images/bg-gridy01.jpg) repeat-x center top;
}
/** HEADINGS */

h1, h2 {
	margin: 0px 0px 10px 0px;
	/*	text-transform: lowercase; */
	font-weight: normal;
	color: #665946;
}
h1 {
	border-bottom:solid 1px #665946;
	letter-spacing: -1px;
	font-size: 24px;
}
h2 {
	letter-spacing: -0px;
	font-size: 20px;
}
h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #594e3e;
}

.line {
	border-bottom:solid 1px #665946;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #4d4335;
	font: 12px Arial, Helvetica, sans-serif;
}
p, ul, ol, dl {
	padding:0px;
	margin:0px;
	margin-bottom: 0.75em;
	line-height: 125%;
}
ul {
	margin-left:25px;
}
li {
	list-style: square;
	margin:0px;
	padding:0px;
}
/** LI UL og LI LI virker ikke i IE8 og FF **/

li ul {
	margin-bottom: 0.25em;
}
li li {
	list-style: circle;
	margin:0px;
	padding:0px;
}
/** LINKS */

a {
	color: #484;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6a6;
}
/** STYLES */

.style1 {
}
/** MISC */

.align-justify {
	text-align: justify;
}
.align-right {
	text-align: right;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
img.border {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #807058;
}
hr {
	display: block;
	margin-top:-4px;
	margin-bottom:2px;
	height:1px;/*	page-break-after:avoid; */
	
}
/** WRAPPER */

#wrapper {
	width: 930px;
	margin: 0px auto 0px auto;
	padding:0px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #111111;
	border-right:solid 1px #111111;
}
/** HEADER */

#header {
	width: 930px;
	height: 55px;
	margin: 0px auto 0px auto;
	background: #aaaaaa;
	border:0px;
	border-bottom:solid 1px #665946;
}
/** LOGO */

#logo {
	float: left; 
	width: 250px;
	height: 40px;
	padding:0px;
	margin:5px;
	position:relative;
}

#toptekst{
	float: right;
	text-align: right; 
	height:20px;
	font-size:9px;
	color: #333333;
	margin-right:12px;
	margin-top:10px;
	position:relative;
	width: 650px;
}
/** MENU */

#menu {
	float: right;
	margin:0px;
	margin-right:12px;
	padding:0px;
	position:relative;
	top:7px;
	width: 650px;
	z-index:2000;
}
#menu ul {
	width:auto;
	float:right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	width:auto;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #222222;
	border-bottom:solid 1px #222222;
	background-color:#9e9a97;
	float: left;
	padding: 0px 1px 1px 2px;
}
#menu li li, #menu li ul{
	width:155px;
}

#menu li ul{
	position: absolute;
	margin: 0 0 0 -10px;
}

#menu li li li, #menu li li ul{
	width:125px;
}

#menu li li ul{
	position: absolute;
	margin: 5% 0 0 97%;
}

#menu a {
	text-decoration: none;
	/*	text-transform: lowercase; */
	line-height:14px;
	font-weight: bold;
	font-size: 13px;
	color: #EEEEEE;
	margin: 0px 4px 1px 2px;
}
#menu a:hover, #menu li:hover {
	text-decoration: none;
	color: #000000;
	background-color:#bbbbbb;
}
#menu li:hover {
	border-top:solid 1px #222222;
	border-left:solid 1px #222222;
	border-right:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
}

#menu a.gul {
	color:#FFFF00;
} 
#menu a.gul:hover {
	color:#aa6600;
} 
#menu ul.lille li a{
	font-size: 11px;
	line-height:12px;
	margin: 0px 2px 1px 0px;
	padding: 3px 2px 2px 3px;
}

/** BACKGROUNDS */

#headimage {
	width: 930px;
	height:180px;
	padding:0px;
	margin: 0px auto 0px auto;
}
#headimage2 {
	width: 930px;
	height: 180px;
	margin: 0px auto 0px auto;
	padding:0px;
	position:absolute;
	z-index:-10;
}

#topbanner {
	width: 930px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}


/** BANNER */

#banner {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
}


/** PAGE */

#page {
	float: left;
	margin: 0px auto 0px auto;
	padding: 10px 18px 10px 18px;
	min-height: 425px;
	_height: 425px;
	background: #e8e8e8;
	width:583px;
}

#RightBar{
 	float: right;
	margin: 0px auto 0px auto;
	padding: 10px 5px;
	width:301px;
}

/* RightBar 2 RightList */

#RightList{
	margin: 0px;
	padding: 0px;
/*	z-index:1100; */
}
#RightList p{
	font-weight:normal;
	font-size: 12px;
	color: #594e3e;
	margin: 0px;
	padding: 0px;
	line-height: 125%;	
	margin-bottom: 0.66em;
}

#RightList ul{
	width:295px;
	float:left; 
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	list-style: none;
}
#RightList li{
	float:left;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #594e3e;
	margin: 1px;
	cursor:default;
	width:94px;
}
#RightList li li, #RightList li, #BottomBar li{
	display: block;
	list-style:outside;
	list-style:none;
	padding:1px 0px;
	background:#CCCCCC;
	border-top:solid 1px #eeeeee;
	border-left:solid 1px #eeeeee;
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
}
#BottomBar ul{
	width:463px;
	float:left; 
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#BottomBar li{
	float:left;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #594e3e;
	margin: 1px;
	cursor:default;
	width:62px;
}
#RightList li li{
	width:73px;
	margin:0px;
}
#RightList li ul{
	width:155px;
 	float:left;
	z-index: 1020;
	cursor: default;
	position: absolute;
	margin: 0px 0px 0px -25px;
}
#RightList li a, #RightList li li a, #BottomBar li a{
	display: block;
	text-decoration: none;
	font-weight:normal;
	color: #594e3e;
	margin: 0px 4px;
}
#RightList li:hover, #RightList li.darkDrop li a:hover, #RightList li.darkDrop li:hover, #BottomBar li:hover , #BottomBar li a:hover{
	text-decoration: none;
	color: #000000;
	background-color:#eeeeee; 
}
#RightList li:hover, #RightList li li:hover, #BottomBar li:hover{
	border-top:solid 1px #bbbbbb;
	border-left:solid 1px #bbbbbb;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}
#RightList li li a{
	font-size: 9px;
}
#RightList li.darkDrop{
	background:#bbbbbb;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	width:64px;
}
#RightList li.darkDrop a:hover, #RightList li.darkDrop:hover {
	text-decoration: none;
	color: #000000;
	background-color:#aaaaaa; 
}
#RightList li.darkDrop:hover {
	border-top:solid 1px #888888;
	border-left:solid 1px #888888;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
/* */

#sideinfo{
	font-size:10px;
	padding:0px 5px 10px 10px;
}

#container {
	background: #dddddd;
}
#map iframe {
	border-top:solid 2px #ffffff;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #aaaaaa;
	border-bottom:solid 2px #aaaaaa;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
form input, form textarea {
	background-color:#f8f8f8;
	border:solid 1px #807058;
}
/** CONTENT */

#content {
	float: right;
	width: 625px;
}
.subpage #content {
	width: 650px;
}
/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	padding-top: 10px;
}
.subpage #sidebar {
	width: 255px;
}
/** FOOTER */

#footimage {
	width: 930px;
	height: 92px;
	margin: 0px auto 0px auto;
	padding:0px;
	background: #eeeeee;
/*	background: #eeeeee url(http://www.contentdepot.dk/images/banner/banner-930x90.jpg) no-repeat center top; */
}
#footer {
	width: 930px;
	margin: 0px auto 0px auto;
	padding:0px;
	background: #9e9a97;
	border:0px;
	border-top:solid 1px #ffffff;
}
#footspace, #headspace {
	height:30px;
	font-size:5px;
	width: 940px;
	margin: 0px auto 0px auto;
	padding:0px;
	border:0px;
}
#footer p {
	padding: 3px;
	padding-bottom:3px;
	margin:0px;
	text-align: center;
	color: #FEFEFE;
}




img.profil{
	margin-left:10px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
}

#profil p{
	line-height: 175%;
}

#cloud {line-height: 20px;}
#cloud a{color: #aaa;}
#cloud a.tag1 {font-size: 0.7em;font-weight: 100;}
#cloud a.tag2 {font-size: 0.8em;font-weight: 200;}
#cloud a.tag3 {font-size: 0.9em;font-weight: 300;}
#cloud a.tag4 {font-size: 1.0em;font-weight: 400;}
#cloud a.tag5 {font-size: 1.2em;font-weight: 500;}
#cloud a.tag6 {font-size: 1.4em;font-weight: 600;}
#cloud a.tag7 {font-size: 1.6em;font-weight: 700;}
#cloud a.tag8 {font-size: 1.8em;font-weight: 800;}
#cloud a.tag9 {font-size: 2.2em;font-weight: 900;}
#cloud a.tag10 {font-size: 2.5em;font-weight: 900;}
