/* CSS til layout af www.serdu.dk */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	}

.clr {
	clear: both;
	}
	
#container {
	background-image: url('images/black75.png');
	}

img, a img {
	border: 0;
	}


#entirepage {
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url('images/top.png');
	background-repeat: repeat-x;
	background-position: top;
	}

#pagewrapper {
	width: 900px;
	margin: 0 auto;
	}

#logo {
	padding: 25px 0 0 0;
	height: 25px;
	float: left;
	}

#topnav {
	height: 50px;
	float: right;
	}

#topnav ul li {
	float: left;
	list-style: none;
	padding: 5px 10px;
	margin: 5px 5px 0 5px;
	background-image: url('images/black10.png');
	}
	
#topnav ul li.active {
	background-image: url('images/black25.png');
	}

.carousel {
	width: 100%;
	height: 100%;
	}

div.carousel {
	width: 900px;
	height: 250px;
	}

#spacer {
	height: 300px;
	width: 100px;
	float: left;
	}

#content {
	float: left;
	width: 700px;
	margin: 10px 0 30px 0;
	}

#content ul {
	margin: 0;
	}

#content table, #content table td {
	padding: 0;
	margin: 0;
	}

#content table th {
	text-align: left;
	padding: 0;
	margin: 0;
	}
