* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12pt;
	font-family: Arial, Arial, Verdana, sans-serif;
	color:  #666;
	background: #000;
	
}

#container {
	width: 700px;
	text-align: left;
	margin: 35px auto 8em auto;
	background-color: #000;
}

#header_1 {
	height: 120px;
	overflow: hidden;
	background-image: url(../img/den_logo.png);
	background-repeat: no-repeat;
	background-color: #000;
}

.padding {
	margin: 0 4px;
	padding: 40px 0 40px 0;
	background-color: transparent;

}

h3 {
	margin-bottom: 1.3em;
	color:  darkred;
	font-weight: normal;
	font-size: 16pt;	
}

h4 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 1em;
}

p {
	line-height: 1.6em;
	margin-bottom: 2em;
}

#list {
	margin-bottom: 2em;
	border: 3px solid #990000;
	background-color: #202020;
	
}

ul {
	line-height: 1.6em;
	margin: 1.6em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.8em;
	list-style-type: square;
	color: #999;
}

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

a:hover {
	color:  #990000;
	text-decoration: underline;
}


#footer_1 {
	height: 2em;
	padding-top: 0.3em;
    background-image: url(../img/den_logo.png);
	background-repeat: no-repeat;
	background-position: 0 -110px;
	background-color: #000;
	margin-bottom: 3em;
}

.links {
	text-align: center;
	font-size: 10pt;
	margin: 1em;
}

#linksammlung ul {
    margin-left: 2em;
}

.impressum {
	text-align: center;
	font-size: 10pt;
	margin: 0;
}
