/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Sletten & Østvold
*/
* {
	margin: 0;
	padding: 0;
}


/* DEFAULT BODY */

body {
	font: 12px/15px Helvetica, Helvetica neue, Arial, sans-serif; 
	color: #222222;
	background: #EEEEEE;
}

/* SECTION LAYOUTS */

body.section-1 { }
body.section-2 { }

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #999999;  }
a img { border: none; }

/* FULL BACKGROUND */

#the-background {
	width: 100%;
	height:100%;
	top:0;
	left:0;
	position: fixed;
	overflow: hidden;
	z-index: 0;
}

#wrapper { 
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	position: absolute;
	z-index: 1;
}



/* TYPO */

h1 { 
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

h2 { 
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

h3 { 
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}


/* MENU */

#menu {
    width: 168px;
    height: auto;
    overflow: auto;
    top: 0;
	left: 0;
	padding-right: 0;
    position: absolute;

}

#menu ul {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style: none;
}

#menu ul li.section-title {
	cursor: pointer;
}

#menu div.container ul li {
}

#menu div.container ul li.active {
}


/* CONTENT */

#content {
	width: 660px;
    height: auto;
    margin: 0 0 0 168px;
    top: 0;
}

.container {
	padding-top: 12px;
	padding-left: 12px;
}

#content p { width: 660px;
	margin-bottom: 12px;
}

p {
    margin: 0;
}

#img-container { 
	margin: 0; 
}

#img-container p { 
	width: 660px; 
	margin: 0; 
	padding: 0 0 12px; 
}


#once { clear: left; }