/* Default CSS */

/* General Layout */
body {
	margin: 10px 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727b7e;
	background: #9da4b5 url(/images/bg.gif) repeat left top;
	text-align: center;
	}
p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	/* Be kind to Netscape 4 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727b7e;
	}

#wrapper	{
	color: #000;
	background: #fff url(/images/wrapper.jpg) repeat left top;
	border: 0;
	margin: 0 auto; /* auto er anden del af centreret wrapper */
	padding: 0;
	text-align: left; /* sørger for at alle elementer i wrapper bliver venstrejusteret, efter at wrapper er blevet centreret*/
	width: 760px;
	}

#header {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 755px;
	height: 115px;
	background: #fff url(/images/header.jpg) no-repeat 15px 15px;
	}

#menu {
	background: transparent url(/images/menu.jpg) no-repeat left top;
	margin: 0 16px 0 15px;
	padding: 0;
	width: 174px;
	float: left;
	height: 500px /* midlertidig testhøjde */
	}

#content {
	background: transparent url(/images/content.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 540px;
	float: left;
	}
	
/* Fonts */

h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0 0 20px 8px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0;
	margin: 10px 100px 0px 20px;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin: 30px 100px 10px 20px;
	}
	
p {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 0;
	margin: 0 100px 10px 20px;
	}

#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #727b7e;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	}

#content a:hover {
	color: #fff;
	text-decoration: underline;
	}
		
#header h1 {
	padding: 0;
	margin: 0;
	}
	
#header h1 a {
	display: block;
	width: 730px;
	height: 85px;
	color: #cbccce;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 15px;
	}

/* Menu */

#menu ul {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #727b7e;
	border-top: 1px #fff solid;
	list-style: none;
	padding: 0;
	}
	
#menu ul li {
	border-bottom: 1px #fff solid;
	margin: 0;
	padding: 0;
	}

#menu ul a:link, #menu ul a:visited, #menu ul a:active, #menu ul a:hover {
	display: block;
	height: 20px;
	width: 174px;
	color: #727b7e;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 10px;
	}

#menu ul a:hover {
	color: #fff;
	}
		
/* Copyright notice */

#copyright {
	text-align: center;
	background: #fff url(/images/footer.jpg) no-repeat left top;
	padding: 10px 0 0 0;
	clear: both;
}

#copyright p, #copyright a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
	}

/* List Items */

#content ul {
	list-style: none;
	margin: 0 100px 5px 20px;
	padding: 0;
	font-size: 12px;
	}
			
/* Display none class */

.alt {
	display: none;
	}
