#menu, #footer {
    display: none;
}

body, #highlight, #pageContent {
    background: white;
    color: black;
    width: auto;
    margin: 0pt;
}

#header {
    position: absolute;
    top: 5px;
    left: 0;
}

#content, h1, h2, h6 {
	color: black;
	background: white;
	font-family: Times, serif;
	line-height: 1.1em;
	font-size: 12pt;
}

#content {
    margin: 0pt;
    padding: 0pt 2em;
    width: auto;
    position: relative;
    top: 80px;
    left: 0;
}

h1 {
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    margin: 0px 0px 1ex 0px;
}

h2 {
    font-size: 1.1em;
    font-family: Arial, sans-serif;
    margin: 0px 0px 1ex 0px;
}

h6 {
    float: right;
	margin: 0px 0px 1ex 1em;
	font-size: 0.8em;
    font-family: Arial, sans-serif;
}

#content p {
    text-align: justify;
    font-size: 1em;
    margin: 0px 0px 1ex 1em;
}

#content hr {
	height: 2pt;
	width: 70%;
	margin: 2ex auto;
}

#content ol {
    margin: 0px 2em 1ex 1em;
    padding-left: 2em;
}


#content a {	
    color: black;
    background: white;
    font-family: Times, serif;
    font-size: 1em;
    text-decoration: none;
}

#content a.external-link, #content a.mail, #content a.download {
    white-space: nowrap;
    color: black;
    background: white;	
    padding: 0px;
}

#content a.external-link img, #content a.mail img, #content a.download img, #content a.internal-link-new-window img {
	display: none;
}

#content ul {
	list-style-type: none;
	margin-bottom: 2ex;
}

/* Layout 3 der Bullet-Lists fr Literaturliste benutzt */
.csc-bulletlist-3 li {
	margin-left: 2em !important;
	text-indent: -2em;
	margin-bottom: 1.2ex !important;
}

/* Alternatives Punktlistenlayout */
.csc-bulletlist-2 {
    list-style-type: circle !important;
    margin-left: 30px;
}

/*#content a.internal-link-new-window {
font-size: 12px;
line-height: 17px;
}*/

