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

body { color: black; font-size: 11px; font-family: Courier; line-height: 17px; background: #fff url(none); position: static; top: 10px; left: 10px; margin-top: 10px; margin-left: 10px; padding-top: 10px; padding-left: 10px; }

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

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

a img { border: none; }

#menu { font-size: 11px; font-family: Courier; width: 220px; overflow: auto; top: 0; bottom: 0; left: 50px; position: fixed; line-height: 17px; background-image: url(http://www.elinvennerbring.com/elinvennerbring_malad.jpg); background-repeat: no-repeat; background-position: 0 0; height: 100%; margin-top: 35px; margin-left: 15px; padding-top: 120px; }

#menu ul { font-size: 11px; line-height: 17px; background-color: transparent; margin: 0; padding-top: 7px; list-style-type: none; list-style-image: none; }

#menu ul li.section-title { font-size: 11px; font-weight: bolder; }

#content { height: 100%; line-height: 16px; height: 100%; font-size: 11px; top: 0; margin-top: 30px; margin-bottom: 0; margin-left: 290px; padding-left: 0; }

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

#content p { width: 450px; 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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
