
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 1.25em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Helvetica, "Geneva", Arial, sans-serif;
	font-weight: 300;
	color: #FEFEFE;
	background: #474746;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}

STRONG{
	font-weight: bold;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }


* A:link { text-decoration: none; color: inherit;}
* A:active { text-decoration: none; color: inherit;}
* A:visited { text-decoration: none; color: inherit;}
* A:hover { text-decoration: underline; color: inherit;}

a img { border: none; }

#menu {
    padding-top: 32px;
    padding-left: 16px;
	padding-right: 16px;
    width: 228px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #707070;
/*	color: #FFF;*/
}

#menu ul {
	list-style: none;
	margin-top: 48px;
}

#menu ul li A {	
	margin-top: 12px;
	margin-bottom: 6px;
	padding-top:4px;
	border-top: 1px solid #CCC;
	width: 100%;
	display: block;
}

#menu ul li.active A{
	font-weight: bold;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
    padding-top: 98px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

#content h1 { font-size: 32px; margin-top: 1.5em; margin-bottom: 0.5em;}
#content h2 { font-size: 24px; margin-top: 1.5em; margin-bottom: 0.5em;}
#content h3 { font-size: 16px; margin-top: 1.5em; margin-bottom: 0.5em;}
#content h4 { font-size: 12px; margin-top: 1.5em; margin-bottom: 0.5em;}

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

#once { clear: left; }





#siteTitle{
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 16px;
	color: #474746;
}

#siteTitle > A, 
#siteTitle > A:link, 
#siteTitle > A:visited, 
#siteTitle > A:active, 
#siteTitle > A:hover, 
A#siteTitleLink, 
A#siteTitleLink:link, 
A#siteTitleLink:visited, 
A#siteTitleLink:active, 
A#siteTitleLink:hover
{	
	color: #474746;
	text-decoration: none;
	border: none;
	background-color: none;
}



#impressum{
	position: fixed;
	left: 0;
	bottom: 0;
	float: left;

	font-size: 4px;
	line-height: 4px;
	font-weight: normal;
	font-style: normal;
}


#impressum {
	font-size: 5px;
	color: #F8F8F8;
}

#impressum > A, 
#impressum > A:link, 
#impressum > A:visited, 
#impressum > A:active, 
#impressum > A:hover, 
A.impressumLink, 
A.impressumLink:link, 
A.impressumLink:visited, 
A.impressumLink:active, 
A.impressumLink:hover
{
	color: #F8F8F8;
	text-decoration: none;
	border: none;
	background-color: none;
}


.captioning {
	padding-top: 30px;
	text-align: justify;
}

#img-container #text {
	text-align: justify;
}
#content p {
	text-align: justify;
}