#nav, #topnav, #buttons, #related, #footer, #netscape, #footerpopwin {
	display: none;
}
body, div, p, th, td, ul, li, title {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	vertical-align: top;
	color: #000000;
	background: transparent;
}
body { 
	padding: 0em 2em 0em 4em;
}
h1 { 
	font-size: medium; 
}
h2, h3, h4, h5 { 
	font-size: small; 
}
ul {
	list-style: square  url(/media/common/bullet_s.gif)  outside; 
}
img { 
	border: 0px;
}

/* - - - - - - - content - - - - - - - */

#content, #header, #aktuell {
	position: static;
	width: 100%;
	margin: 1em;
	clear: both; 
}
#aktuell { 
	border: 1px solid #cccccc;
	padding: 1em;
}
#content { 
	top: 2em;
}
#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: #996633;
}
#contentpopwin { 
	position: absolute;
	top: 0em;
	left: 0em;
	text-align: left;
	margin: 0em;
	padding: 0em;
}


/* - - - - - - - header - - - - - - - */

#header { 
	top: 20px;
}
#header a:link, #header a:visited { 
	font-size: medium;
	font-weight: bold;
	color: #ccddee;
	text-decoration: none; 
}


/* - - - - - - - classes - - - - - - - */

.subline { 
	font-weight: bold;
}
.right { 
	float: right; 
}
.left { 
	float: left; 
}
