{
	margin: 0;
	padding: 0;
}

body    { 
	color: #707173; 
	font-size: 9px; 
	font-family: helvetica neue, arial, Verdana, sans-serif; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	}
	
div.container p {
	padding-left: 40px;
} 

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

a:link  { color: #707173; text-decoration: none }
a:active  { color: #707173; text-decoration: none }
a:visited  { color: #707173; text-decoration: none }
a:hover   { color: #000000; text-decoration: none }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 90%;
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	margin-left: 00px;
	margin-top: 10px;
	overflow:hidden;
	text-align:right;
	
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;;
	line-height: 1.7;
	
}

#menu ul li.section-title  { 
	font-size: 9px; 
	font-weight: ;
	color: #000000;/*#5b5b5b; */
	border-bottom: 0px dotted silver;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*font-family: Georgia, "Times New Roman", Times, serif; /*AB UND MIT DIESER ZEILE WAR KOMMENTAR
	font-size: 9.9px;
	font-style: italic*/
	text-decoration:;
}

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
    padding-left: 0px;
    padding-top: 120px;
}

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

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	 /* "prev/next"-kästchen oberhalb eines bildes 1 */	{ 
	margin: 0; 
	padding: 0; 
	
}

#img-container p /* "prev/next"-kästchen oberhalb eines bildes 2 */	{ 
	width: 150px; 
	margin: 0; 
	padding: 0 0 7px 0; 
}

#once { clear: left; }
