/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #000;
	background: #fff;
	line-height:16px;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 45px 0 0 235px;
    top: 0;
}

.container {
    padding: 0 0 25px 30px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 15px 0 9px 0;
}

h1 { 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #000;
}

.headline { 
	font-size: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #000;
	line-height: 37px;
}

.headline_s { 
	font-size: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: 80px;
}

.headline_b { 
	font-size: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: 80px;
}

img {
	border: solid;
	border-width: 5px;
	color: #000;
	margin-top: 5px;
}

.stoerer {
	position: absolute;
	border-width: 0px;
	margin-left: 350px;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#logo {width: 165px; height: 65px; background: url(http://dennisfeldhus.com/ndxz-studio/site/dennis/dennis.jpg); margin: 50px 0 20px 30px;}
