body {
	font-family: Acumin Variable Concept, sans-serif; 
	line-height: 1.7em;
	font-size: 1em;
        letter-spacing: 1px;
}

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

/* mouse over link */
a:hover {
  color: hotpink;

}

/* selected link */
a:active {
  color: hotpink;

}

/* visited link */
a:visited {
  color: hotpink;

}

#content a {
	color: #00f;
	text-decoration: underline;
}

h1 {
	margin: 0;
	font-size: 1.3em;
}

#header {
	width: 800px;
	color: #000;
	margin-top: 30px;
	margin-left: 100px;
}

#header h1 a {
	display: block;
}

#container {
	clear: both;
	width: 1200px;	
	margin-left: 30px;
	margin-top: 100px;
}

#navigationbox {
	float: left;
	width: 350px;
        font-family: MS Mincho,sans-serif;         
        line-height: 1.5em;
	font-size: 0.9em;
        letter-spacing: 1.5px;

}

#navigationbox div {
	margin-top: 10px;
	width: 800px;	
	margin-left: 30px;
	margin-top: 100px;
}

#navigationbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigationbox ul ul {
	padding-left: 50px;
}

#navigation li {
	line-height: 1.3em;
	padding-top: 2px;
	padding-bottom: 6px;
}

#content {
	margin-left: 400px;
}

.subpages {
	list-style: none;
}

#content .subpages a {
	color: #000000;
	text-decoration: none;
}

/*
Dreckiger Hack per CSS, um Ein-/Ausblendung von Untermenues zu realisieren.
Die Untermenues, die sich so verhalten sollen (wenn welche hinzugefuegt werden) muessen hier definiert werden:
*/

.children { list-style: none; }
.submenu-Archivenew,
.submenu-Texts {
	display: none;
}
.parent-Archivenew .submenu-Archivenew,
.current-Archivenew .submenu-Archivenew, 
.parent-Texts .submenu-Texts,
.current-Texts .submenu-Texts, 
.parent-dsgvo .submenu-dsgvo,
.current-dsgvo .submenu-dsgvo {
	display: block;
}
