@charset "utf-8";
body {
	background-image: url(billeder/bagg-strimmel.jpg);
	background-repeat: repeat;
}

/* CSS Document */

#container {
	height: 760px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	position: relative;
}
#top {
	height: 130px;
	width: 950px;
}
#menu {
	height: 40px;
	width: 950px;
	background-color: #69758B;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-style: none;
	border-left-style: none;
}
#menubox {
	position:absolute;
	width:773px;
	height:40px;
	z-index:100;
	left: 90px;
	top: 133px;
}

#content {
	height: 544px;
	width: 950px;
	background-color: #666;
}
#designarea {
	height: 544px;
	width: 950px;
}

#addresses {
	height: 40px;
	width: 950px;
	background-color: #69758B;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#adressesbox {
	position:absolute;
	width:785px;
	height:24px;
	z-index:1;
	top: 735px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	left: 104px;
}
#adressesbox a {
	color: #FFF;
	font-weight: bold;
}
#aktivitetbox a {
	color: #FFF;
}
#koerselbox a {
	color: #FFF;
}

