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

body {
	font: normal 15px garamond, georgia;
	text-transform: none;
	color: #000000;
	background: #ffffff;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #ffff00; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; background: #000000; color: #ffffff; }

a img { border: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

/* menu - venstre-spalten */

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { 
	font: bold 15px garamond, georgia;
	color: #000000;
}

/* menu - rubrik styles */

#menu li.active a {
	text-decoration: bold;
	color: #9acd32;
}

#content {
    height: 100%;
    margin: 64px 0 0 260px;
    top: 0;
}

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

#content p { width: 600px; 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; }

#img-container	{ margin: 10; padding: 10; }

/* billedtekster */
#img-container p {
	font: normal 10px arial, helvetica, non-serif;
	color: #000000; 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

#once { clear: left; }

/* billedramme */
img {
    border: 0px solid #dbdbdb;
    padding: 40px 0 10px 0;
}
