

body {
	font-family: georgia, serif;
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
}

/* * * * * * * * * font typography	* * * * * * * * */

h1 {font-size: 16pt; font-style: italic; font-weight: bold;}
h2 {font-size: 14pt; font-style: normal; font-weight: bold;}
h3 {font-size: 12pt; font-style: italic; font-weight: bold;}
a {color: #999;}
p, ul, td, th, address, ol {font-size: 0.8em;}

/* * * * * * * * * tables	* * * * * * * * */

table, td, th {
	border: 1px solid #a1aeab; /* wird unten überschrieben */ 
}
	
table {
	border-width: 0px 1px 1px 0px; 
	margin: 0.5em 1em 1.5em 1em;
	padding: 0px;
}

td, th  {
	border-width: 1px 0px 0px 1px; 
	padding: 3px 3px;
	margin: 0px; 
	vertical-align: top;
	text-align: left;
}
th {
	font-weight: normal;
	font-style: normal;
}


/* * * * * * * * * margins and paddings * * * * * * * * */

h1, h2, h3 {margin-left: 1em; }
p {margin: 1.2em 0.8em; padding: 0px;}


img {border: 0px; margin: 0px; padding: 0px;}

div#header { display: none; }

div#centered_container {
	width: 42.25em; 
}




/* * * * * * * * * Navigation	* * * * * * * * */

div#navigation {
	display: none;
}


div#text_content {
	clear: both;
	width: 100%;
	padding: 0px;
}

div#text_content h1 {margin: 12px;}
div#text_content p {
	margin: 5px;
	padding: 0.4em 0.8em;
}

p#footer {
 	border-top: thin solid #A1AEAB;
	font-size: 0.7em;
}

p.breadcrumbs {font-size: 0.7em;}

p.breadcrumbs a {color: black; text-decoration: none;}

#accesskeysSwitcher {display: none;}

/* * * * * * * * * Massensatz	* * * * * * * * */

div.massensatz {font-size: 1.2em;}

div.massensatz h1 {padding: 1em 0em; }

div.massensatz p {
	text-indent: 2em;
	position: relative;
	width: 28em;
	z-index: 99;
} 


div.massensatz p span {
	float: left;
	position: relative;
	left: -0.2em;
	padding: 0px;
	margin: 0px;
	top: -0.5em;
	width: 0.4em;
	height: 0.2em;
	font-size: 400%;
	color: #464C4B;
	display: block;
	z-index: 1;
	opacity: 0.5;
	font-family: Georgia;
	font-style: italic;
	font-weight: bolder;
}














