* {
	margin: 0;
	padding: 0;
	border: none;
	color:#000;
	}
	
body {
	background:#fff;
	text-align: center;
	}	
	
#global {
	text-align: left;
	margin:20px auto;
	font:normal 10pt/16pt "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;	
	width:90%;
	}		
	
a {
	text-decoration: none;
	color:#7a1011;
	}
	
a:hover {
	color:#7a1011; 
	}	
	
#content a {
	border-bottom:1px dotted #7a1011;
	}
	
#content a:hover, #footer a:hover {
	border-bottom:1px solid #7a1011;
	}	
	
.aktiv a, .aktiv .aktiv a {
	color:#7a1011;
	font-weight: bold;
	}	
	
.aktiv li a {
	font-weight:normal;
	color:#000;
	}		
	
h1, ul#nav, #portrait, #content img, form {
	display:none;
	}		
	
li {
	list-style-position: inside;
	list-style-type: none;
	}	
 
#content { 
	float:right;
	width:100%; 
	}
 
img.hidden {
 	width:160px
 	height:34px;
 	}	
	
h2 {
	margin:60px 0 55px 0;
	font:normal 13pt/16pt Arial, Helvetica, sans-serif;
	}
	
h3 {
	font:normal 11pt/16pt Arial, Helvetica, sans-serif;
	padding-bottom:16pt;
	}		
	
h4 {
	font:normal 11pt/16pt Arial, Helvetica, sans-serif;
	}			
	
#content ul {
	padding-bottom:16pt;
	}	
	
#content li {
	padding-bottom:8pt;
	}	
	
p { 
	padding-bottom:16pt;
	}	
	
blockquote p {
	font:italic 12pt/16pt Palatino, Georgia, Times, "Times New Roman", serif;
	padding-bottom:0;
	color:#333;
	}	
	
cite {
	display:block;
	color:#333;
	font-style:normal;
	font-size:9pt;
	}	

address {
	font-style:normal;
	padding-bottom:20pt;
	}
 	
#person dt {
	float:left;
	width:18%;
	font-weight: bold;
	clear:right;
	text-align: right;
	}	
	
#person dd {
	float:right;
	width:78%;
	display:inline;
	}	
	
.trenner {
	color:#666;
	font-weight:bold;
	}	
	
#footer {
	clear: both;
	padding-top:20px;
	margin:20px 0 40px 0;
	}	
	
#footer p {
	font-size:8pt;
	color:#666;	
	padding-bottom:0;
	}	
	
#footer a, #footer span {
	display:none;
	}		
	
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */	
	