/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Ernst
*/

* {
	margin: 0;
	padding: 0;
}


html {
	margin: 0;
	padding: 0;
}


body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	
}

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

a:link { text-decoration: underline; color: #000}
a:active { text-decoration: none; color: white; background: #00CCFF;}
a:visited { text-decoration: none; color: #660033 }
a:hover { text-decoration: none; color: white; background: #00CCFF;}

a img { border: none; }

#menu {
    
	width: 180px;
    overflow: auto;
    top: 20px;
    bottom: 0;
    position: fixed;
    height: 90%;
}
/*Her kan du forandre menyens padding*/
#menu .container {
	/*padding: 5px 25px 25px 25px;*/
	margin:0 0 0 25px;
}

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

#menu ul li.section-title {
font-weight:bold;
font-size:13px; 
font-style:italic; 
 }

#menu p a { background: transparent; } 




#content {
    height: 100%;
    margin: 15px 0 0 170px;
	top: 0;
}

/*Her kan du forandre innholds padding og brede*/
#content .container {
    padding: 15px 0px 25px 30px;
	
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;font-style:italic; }
h2 { font-size: 14px;font-style:italic; text-decoration:line-through; font-weight: 300;}
h3 { font-size: 14px;font-style:italic; font-weight: 300; }
h4 { font-size: 16px;font-style:italic; }
h5 { font-size: 24px;font-style:italic; text-decoration: none; color: #666666;}

/*Denne koden tar vekk linjeskift etter h-tagger*/
h1,h2,h3,h4,h5,h6 {
display: inline;
}

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

#once { clear: left; }

.nav a:hover {
	background: #00CCFF;
	color: #FFFFFF;
}


#line {
	width: 140px;
	border-bottom: dotted 1px black;
	height: 2px;
	display: block;
}

#line2 {
	width: 400px;
	border-bottom: dotted 1px black;
	height: 2px;
	display: block;
}

#line3 {
	width: 140px;
	border-bottom: solid 2px  #333333;
	height: 2px;
	display: block;
}

#line4 {
	width: 400px;
	border-bottom: solid 1px  #000000;
	height: 2px;
	display: block;
	
}


#line5 {
	width: 600px;
	border-bottom: dotted 1px black;
	height: 2px;
	display: block;
	
}

#build {
	color:#666;
	position: fixed;
	bottom: 0;
}

#build a {
	color:#666;
}

#build a:hover {
	background:none;
	text-decoration: underline;
}
