body {
	margin:5px;
}

html {
	font-family: Comic Sans MS;
}

a:link,a:visited {
	color: #ffff99;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff9900;
}
P {
	padding: 5px;
}
img {
	border-color: #ffffff;
}
h1 {
	font-family: verdana;
	font-size: 46px;
}
h2 {
	font-family: verdana;
	font-size: 30px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 160px;
	background-color:#444444;
}
#leftmenu {
	position:absolute;
	left:0px;
	top:160px;
	width:160px;
	height: 500px;
	font-size: 12px;
	margin: 3px;
	color: #dddddd;
	background-color:#222222;
}
#rightmenu {
	position:absolute;
	right:0px;
	top:160px;
	width:160px;
	height: 500px;
	font-size: 10px;
	margin: 3px;
	color: #dddddd;
	background-color:#222222;
}
#content {
	padding-top: 160px;
	margin-left:160px;
	margin-right:160px;
	font-size: 14px;
	color: #222222;
	background-color: #ffcc33;
background-image: url("Billeder/minisol.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}


