/**
* CSS
* 
*/

* {
margin: 0;
padding: 0;
}

body {
font: 11px arial, helvetica;
margin: 25px;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
border-bottom: 1px solid #ccc;
}

.kop {
font-weight: normal;
}


/* MENU */

#menu {
position: fixed;
top: 25px;
left: 25px;
overflow: auto;
height: 100%;
padding-right: 10px;
width: 225px;
}

#menu ul {
list-style: none;
}

#menu ul li {
margin-bottom: 2px;
}

#menu ul li.active a {
border-bottom: 1px solid #ccc;
}

#menu ul li.section-title {
text-transform: uppercase;
}

#menu ul#info {
margin-top: 0px;
}


/* CONTENT */

#content {
position: absolute;
top: 25px;
left: 275px;
margin-right: 100px;
}






img {
border: none;
}

a.thumb-img {
border-bottom: none;
}

.credit, .credit a {
color: #ccc;
}

#once { clear: left; }
