/* Havde først brugt en brun som baggrund: 41210A, denne blev skiftet til 000 7/11-07 - LD */

* {
	margin: 0;
	padding: 0;
}

.align-right { text-align:right; }

#content {
	padding:30px 0px 20px;
	background-color:#000;
}

body {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:1.5;
	background-color:#000;
}

#container {
	border:1px solid #fefefe;
	background-color:#000;
	width:994px;
	margin:2px auto;
	text-align:left;
	position:relative;
}
#logo {
	height:80px;
}

#logo h1#headline {
	/* Background-image overrules via TS!! - indsætter ny style tag i headeren længere nede *//
	background: url('../../../../logo/logo2.jpg') no-repeat left center;	
	height: 100%;
	font-size: 1px;
	text-indent: -100em; 
	overflow: hidden;
	margin: 0;
	padding:0;
}
#logo h1#headline a {
	display: block;
	height: 100%;
}
#logo a:hover {
	text-decoration:none;
}

#top-space {
	height:20px;
}
#right-menu {
	float:right;
	width:215px;
}
#right-menu li {
	text-align:left;
	list-style: none;
	padding:0;
	height:100px;
	width:150px;
	margin:30px 0 100px 20px;
	font-size: 1px;
	text-indent: -1000em; 
	overflow: hidden;

}
#right-menu li img {
	float:left;
	vertical-align:middle;
}
#right-menu a {
	display:block;
	height:100px;
	text-decoration:none;
/*	border: 1px solid #000;*/
	color:#000; /* transparent - same as background if the fix above does not work */
}

.p-14 a { background: url('../images/billedserie_streets_graa.jpg') no-repeat left center; }
.p-13 a { background: url('../images/geografi_graa.jpg') no-repeat left center; }
.p-12 a { background: url('../images/billedserie_hunde_graa.jpg') no-repeat left center; }

.p-14 a:hover { background: url('../images/billedserie_streets.jpg') no-repeat left center; }
.p-13 a:hover { background: url('../images/geografi.jpg') no-repeat left center; }
.p-12 a:hover { background: url('../images/billedserie_hunde.jpg') no-repeat left center; }


.a-14 a { background: url('../images/billedserie_streets.jpg') no-repeat left center; }
.a-13 a { background: url('../images/geografi.jpg') no-repeat left center; }
.a-12 a { background: url('../images/billedserie_hunde.jpg') no-repeat left center; }

#p-6 a { background: url('../images/Om_billederne.jpg') no-repeat left center; }
#p-4 a { background: url('../images/om_brugerne.jpg') no-repeat left center; }
#p-3 a { background: url('../images/Om_dine_muligheder.jpg') no-repeat left center; }
#p-5 a { background: url('../images/om_os.jpg') no-repeat left center; }

.act a { border:1px solid black;  }

#separator {
	position:absolute;
	top:130px;
	left:750px;
	width:2px;
	height:500px;
	background-color:#fff;
}

#presentation {
	width:620px;
	min-height:533px;
	border:0px solid #fefefe;
	background-color:#000;
	margin:0px 0 0 60px;
	padding:0px;

text-align:left;
vertical-align:top;
}
 /* 
 * html #presentation { height:533px; }
*/

#slidemenu {
	margin:30px 0 0 -5px;
}
#slidemenu li {
	text-align:left;
	list-style: none;
	display: inline;
	float:left;
	padding:0;
	height:102px;
	width:102px;
	margin:0 0 0 65px;
	font-size: 1px;
	text-indent: -1000em; 
	overflow: hidden;
	border: 1px solid #000;
}

#slidemenu a {
	display:block;
	height:100px;
	text-decoration:none;
	border: 1px solid #000;
	color:#000; /* transparent - same as background if the fix above does not work */
}

#container #slidemenu a:hover { border:1px solid white; }

#footer {
	color: #fff;
	border-top: 0px solid #fefefe;
	padding: 0px 60px 10px;
	clear:both;
}
#footer p, #footer a,#footer a:hover {
	color: #fff;
}


table.contentarea-table {
	table-layout:fixed;
	width:100%;
}


SPAN.removeme { display: none; }

	.csc-sitemap  {
		margin-bottom:20px;
	}

	.csc-sitemap ul {
		list-style-type:none;
	}

	.csc-sitemap ul li  {
		padding:5px 0 5px 10px;
		margin:0;
	}

	.csc-sitemap ul li li {
		padding-left: 20px;
	}
	.csc-sitemap ul li li li {
		padding-left: 30px;
	}
	.csc-sitemap ul li li li li {
		padding-left: 40px;
	}	


.ruler {
	border-bottom:1px solid #e3e3e3; 
	height:15px; 
	width:100%; 
	margin-bottom:15px; 
}
