/* CSS diegumbrecht */
html {
	height: 100.5%;
	font-size: 62.5%;
	color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 1.1em/1.5em Verdana, sans-serif;
	background: #FFFFFF;
	}

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



a:link { text-decoration: underline; color: #000000 }
a:active { text-decoration: underline; color: #e20026 }
a:visited { text-decoration: underline; color: #000000 }
a:hover { text-decoration: underline; color: #e20026 }

span.haupt {
	font-weight: bold;
	}
	
span.haupt a{
	text-decoration: none;
	}

span.haupt a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}


a img { border: none; }

div#wrapper {
	border:#FFFFFF solid 1px;
	width: auto;
	height: auto;	
	margin: 0px;
	padding: 0px;
	
}

div#logo{
	position: fixed;
	height: 21px;
	width: 2000px;
	margin: -1px;
	padding: -1px;
	background: url(../img/diegumbrecht-footer.gif) top left no-repeat;
}



div#menu {
    width: 300px;
    overflow: auto;
    top: 70px;
    bottom: 0px;
	left: 10px;
    position: fixed;
    height: 90%;
}

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

div#menu li.active a {color: #e20026;}
div#menu a:link {text-decoration: none; color: #000000;}
div#menu a:visited {text-decoration: none; color: #000000;}
div#menu a:hover {text-decoration: none; color: #e20026;}

div#menu ul li.section-title {
	font: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	}

span.hl {
	font: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	}
	

div#content {
    height: 100%;
    margin: 78px 0px 0px 250px;
    top: 0px;
}

.container {
    padding: 30px 5px 5px 80px;
}

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

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


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

div#once { clear: left; }


div#footer {
	padding: 30px 0px 0px 0px;
	color: #999999;
	font-size: 0.8em;
	line-height: 1.2em;
}

div#footer a:link { text-decoration: none; color: #999999; }
div#footer a:active { text-decoration: none; color: #999999; }
div#footer a:visited { text-decoration: none; color: #999999; background: none; }
div#footer a:hover { text-decoration: underline; color: #999999; }

div#end {
	height: 3px;
	width: 2000px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(../img/diegumbrecht-footer.gif) bottom left repeat-x;
}

div#end img{ margin:0px; padding:0px;
}


