.head, .nav, .footer {
	display: none;
}
body, td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	vertical-align: top;
	color: #000000;
	background: transparent;
}
h1 { 
	font-size: medium; 
	height: 16px; 
}
h2 { 
	font-size: small; 
}
h3 { 
	font-size: small; 
	color: #666666;
	background: inherit;
}
li {
	list-style: disc outside; 
}
img { 
	border: 0px;
}
a { 
	text-decoration: none; 
	color: #CC0000;
	background: inherit;
}
p, div {  
	padding: 4px;
	margin: 0px; 
}
table { 
	text-align: left;
	padding: 4px; 
}

/* definitionen fuer den bereich content */

.content { 
	padding: 20px; 
}
.content div, .content h1 { 
	margin: auto;
	text-align: left;
	padding: 4px; 
}
.content h1 { 
	margin-bottom: 4px;
	font-size: small;
	padding: 4px;
}
.content div { 
	margin-top: 0px;
}



.subline { 
	font-weight: bold;
	padding: 4px; 
}
.list { 
	color: #667788;
	background: inherit;
}



/* navigationsteile etc  */

.nav {  
	text-align: left; 
}
.head {
	height: 60px; 
	text-align: right; 
	padding: 20px 12px 12px 12px; 
	vertical-align: bottom;
}
.bilder {
	clear: both;
}
