@font-face {
font-family: 'BlackoutMidnight';
src: url('font/Blackout-Midnight-webfont.eot');
src: url('font/Blackout-Midnight-webfont.eot?#iefix') format('embedded-opentype'),
url('font/Blackout-Midnight-webfont.woff') format('woff'),
url('font/Blackout-Midnight-webfont.ttf') format('truetype'),
url('font/Blackout-Midnight-webfont.svg#BlackoutMidnight') format('svg');
font-weight: normal;
font-style: normal;
}

html {
padding: 0;
}

body{
background: #fff; 
margin: 0;
padding: 0;
height: 100%;
min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
overflow-y: auto;
font-family: 'Lucida Sans Unicode','Lucida Grande', 'Helevetica Neue', Helvetica, Arial, sans-serif;
color:#a0a0a0; 
font-size: 100%;
}

a {
border: 0;
outline: 0;
}

a:link {
color: #919bb3;
text-decoration: none;
}

a:visited {
color: #919bb3;
text-decoration: none;
}

a:hover {
background: #919bb3;
padding: 2px;
color:#fff; 
}

img {
border: 0;
margin: 0;
padding: 0;
}


/****Structure***/

#menu {
position: absolute;
top: 30px;
left: 30px;
width: 210px;
font-family: 'BlackoutMidnight', Helevetica Neue, Helvetica, Arial, sans-serif;
font-size: 1.2em;
letter-spacing: 0.01em;
}

 html>body #menu {  /* only for modern browser! */
 position: fixed;
 }

#menu ul {
list-style: none;
margin: 20px 0 0 0;
padding-left: 0;
}

#menu ul li {
margin: 0;
line-height: 1.3em;
}

#content {
margin: 30px 0 0 270px;
letter-spacing: 0.05em;
}

#content img {
vertical-align: bottom;
}

#content a:link {
color: #e59d5d;
text-decoration: none;
}

#content a:visited {
color: #e59d5d;
text-decoration: none;
}

#content a:hover {
background: #e59d5d;
padding: 1px;
color:#fff; 
}

#content p {
margin: 6px 0 120px 0;
}

#text {
max-width: 800px;
line-height: 1.5em;
padding: 0 20px 20px 0;
}

#text ul {
padding-left: 25px;
margin: 0;
}

#text ul li {
list-style: circle;
}

.name {
font-size: larger;
color: #b1b335;
}

.active {
background: #919bb3;
padding: 2px;
color:#fff; 
}

.small {
font-size: small; 
}

#navig p.name {
margin: 0 0 30px 0;
}

.text {
font-size: larger;
}

.title {
font-size: 12px;
line-height: 18px;
}

.space {
margin-top: 30px;
}

.bold {
font-weight: bold;
}

