#nav, #topnav, #buttons, #related, #footer, .motto {
	display: none;
}


body, table, th, td, ul, li, title {  
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
}
#header h1 a {
	font-size: 1.6em;
}
h1, h2 {
	font-size: 1.4em;
}
.aktuell h3 {
	font-size: 1.4em;	
}
#header h1, h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
#content, .aktuell, .author {
	font-size: 1em;
}
#footer {
	font-size: 0.72em;
}

/* tags */

body { 
	padding: 0em 2em 0em 4em;
}
img {
	border: 0;
}
th, td {
	vertical-align: top;
}
ul {
	list-style: none url('/media/common/bullet_s10.gif') outside;
}
hr {
	height: 1px;
	border: 0;
	color: #666;
}

/* definitionen header content */

#content, #header, .aktuell {
	width: 100%;
	margin: 1em;
	clear: both; 
}
#content { 
	top: 23px;
}
#content a:link, #content a:visited { 
	text-decoration: underline; 
	color: #0066cc;
}
#content h3 a:link, #content h3 a:visited, #content h4 a:link, #content h4 a:visited { 
	color: #990;
}
#header h1 {
	margin: 0;
	line-height: 1.6em;
	font-weight: normal;
	color: #fff;
}
#header h1 span {
	display: block;
	margin-top: 1.2em;
}
#header h1 a:link, #header h1 a:visited {
	color: #8ac;
	text-decoration: none;
}
.motto {
	color: #990;
}
/* ---------- aktuell ---------- */

.aktuell {
	width: 240px;
	border: 1px solid #ace;
}
.aktuell h3 {
	margin: 0;
	padding: 4px 8px;
	color: #660;
	font-weight: normal;
}
.aktuell ul, .aktuell p {
	margin: 4px 8px;
}
.aktuell ul {
	list-style: none;
	padding: 0;
}
.aktuell li {
	border-top: 1px solid #ffffff;
}

/* sonstige */

.subline { 
	font-weight: bold;
}
.right { 
	float: right; 
	margin: 0 0 24px 24px;
}
.left { 
	float: left; 
	margin: 0 24px 24px 0;
}
