/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans serif; 
	font-style: normal;
	font-weight: 100;
	text-align: center;
	background-color: #f9f9f9;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black; }
a:active { text-decoration: line-through; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: line-through; }

#menu a:link {
	font-size: 10px;
	font-weight: 200;
	margin: 0;
	line-height: 80%;
}


a img { border: none; }

#menu {
	width: 160px;
	top: 30px;
	left: 60px;
   	position: fixed;
  	height: 100%;
}

#menu ul {
	list-style: none outside none;
	margin: 20px 0 0 0;
}

#menu ul li.section-title {
	font-weight: 580;
}


#content {
    	margin: -5px 0px 0px 400px;	//placering af projected, top, x, x, fra venstre//
    	top: 0px;
}

.container {
	padding: 5px 5px 25px 5px;
	background-color: none;
}

#content p { width: 800px; margin-bottom: 9px; } //width er breeder pŒ content-boxen//

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
