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

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

}


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

#left {
	width: 310px;
	height: 600px;
	float:left;
	padding-left: 10px;
	position: fixed;
	margin-right: 10px;
	text-align:center;
}


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

.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;
	color: #333;
}


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

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

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

}
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#333;
	font-size: 9px;
}

#left a { padding-left: 60px; }

a:hover { text-decoration:underline;}

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

a.fontface {font: 12px/16px 'DaysRegular', Arial, sans-serif;letter-spacing: 0; color:#05adeb}
h1.fontface {font: 30px 'DaysRegular', Arial, sans-serif;letter-spacing: 0; color:#333}



@font-face {
    font-family: 'DaysRegular';
    src: url('../Days-webfont.eot');
    src: url('../Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Days-webfont.woff') format('woff'),
         url('../Days-webfont.ttf') format('truetype'),
         url('../Days-webfont.svg#DaysRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

