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

html {
    overflow: auto;
}

body {
	background-color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-repeat: no-repeat;
	background-image: url(./bakgrunn.jpg);
	font-size: 12px;
}

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

a:link { color: #990000; text-decoration: none; }
a:active { color: #990000; text-decoration: none; }
a:visited { text-decoration: none; color: #990000; }
a:hover { color: white; background-color: #666633; text-decoration: none; }

a img { border: none; }

#menu {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    width: 250px;
    overflow: auto;
    position: absolute;
    left: 100px;
    top: 200px;
	right: 0px;
	bottom: 0px;
    height: 100%;
}

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

#menu ul li.section-title { }

#content {
 	margin-top: 200px;
 	margin-left: 400px;
    margin-bottom: 0;
    margin-right: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { color: #993300; text-transform: uppercase; font-weight: bold; font-size: 16px; }
h4 { font-style: normal; font-weight: normal; font-size: 9px; }

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

#once { clear: left; }