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

body {
	font-size: 13px;
	line-height: 16px;
	font-family: Courier New, Palatino Linotype, Book Antiqua, Palatino, serif;
	background: #F4EAC6;
}

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

a:link { text-decoration: none; color: #F4EAC6; background-color: #653600; }     
a:active { text-decoration: none; color: #F4EAC6; background-color: #653600; }
a:visited { text-decoration: none; color: #F4EAC6; background-color: #653600; }
a:hover { text-decoration: none; color: #9b5606; background-color: #F4EAC6; }

a img { border: 0px; }

#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #F4EAC6;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 30px 0 0 270px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

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

.ret {
background: #F4EAC6;
color: #000;
}

.ret2 {
background: #663300;
color: #F4EAC6;
}

.ret3 {
background: #F4EAC6;
color: #8a5420;
}

.overskrift {
background: #8a5420;
color: #F4EAC6;
}


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

#once { clear: left; }