* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
        color: #a0a0a0;
}

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

a {
color: #a0a0a0;
}

}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 23px;
    background-color: #ffffff;
    border-bottom: 1px dotted #d9d9d9;
    opacity: 0.8;
}

#menu ul a {
color: #a0a0a0;
text-decoration: none;
}

#menu ul {
margin-top: 2px;
list-style-type: none;


}

#menu li.active a { text-decoration: underline;}

#menu ul li {

padding-right: 7px;
display:inline-block;

}


#oben {
font-family: georgia;
font-style: italic;
float: left;
padding-right: 20px;
text-transform: uppercase;
font-size: 15px;
}

#oben a {
text-decoration: none;
color: #a0a0a0;
}

#oben a:hover {
text-decoration: none;
color: #a0a0a0;
}


#content {
width: 100%;
  
   height: 100%;
   margin-top: 30px;
overflow: hidden;
}

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

#content p {
 width: 400px;
margin-bottom: 9px; 
margin-left: 130px;
font-size: 10px;
line-height: 1.6em;
color: #a0a0a0;
}

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; }