@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;

}


#wrapper {
	width:100%;
	height: 100%;
}

#left {
	width: 310 px;
	height: 100%;
	float:left;
	padding-right: 50px;
	padding-left: 10px;
}

#content {
	width: 680 px;
	height: auto;
	float: left;
	padding-top: 100 px;
}

.opgaver {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

.opgaver img {
	margin-bottom: 5px;
}

#content img {
	margin-right: 10 px;
}

#left ul {
margin-top: 10 px;
padding:0;
}

#left li {
line-height:30px;
list-style-type:none;
text-align:center;
}


h1 {
	font-size:12px;
}

#content h2 {
	font-size: 9px;
	font-weight:bold;
	margin-top: 10px;
}


#content h3 {
	font-size: 9px;
	margin-top: 10px;
	font-weight:100;
	color:#666;
}

#content p {
	font-size:9px;
}

a:active {
	outline: none;
	text-decoration:none;

}
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#ffffff;
}


a:focus {
	-moz-outline-style: none;
}