/*
	Tag-Redefinitionen
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body a {
	color: #424d5f;
}
body a:hover {
	color: #7e8db5;
}
body a:active {
	color: #b1004e;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454C5E;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}


/*
	IDs, Klassen
*/
#topnav, #breadcrumbs, #menu, #pageHead, #pageFoot, #moodImage, #marginals {
	display: none;
}
#head {
	width: 100%;
	padding-bottom: 0.3cm;
}
#head h1 {
	display: none;
}
#head img {
	width: 100%;
}
#content a.external:after {
    /* Expand URLs for printing */
    content: " (" attr(href) ") ";
}
#content {
	padding: 0 0.5cm 0 0.5cm;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #999;	
	margin-bottom: 1em;
}
#content table th {
	text-align: left;
	border-bottom: 1px solid #999;
}
#content table td {
	border-bottom: 1px dashed #999;
}
#content span.sectionhead {
	display: block; 
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	font-weight: bold;
	margin-bottom: 0.2cm;
}
#content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content p img {
	float: left; 
	margin-right: 0.3cm;
}
#content table img {
	float: left;
	margin-right: 0.3cm;
}
#content a.details, #marginals a.details {
	display: block;
	float:left;
}
