/* general stuff */

html {
	font-family: verdana, arial, helvetica, "Microsoft Sans Serif";
	font-size: 11px;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 11px; 
	border: none;
	color: #000;
	}

a:hover {
	text-decoration: underline; 
	border: none;
	color: #00AEEF; 
	}

/* Schriften */

#content h1 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 18px; 
	color: #000;
	}

#content h2 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 14px; 
	color: #000;
	}

#content p, #content ul, #content ol {
	font-size: 11px;
	line-height: 16px; 
	color: #333;
	}

#content ul {
	margin: 10px 0 10px 12px;
	list-style-image: url(../images/light_bullet.gif); 
	}

#content p.small {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	}

#content p.legende, #rightcol p.legende {
	margin: 0px 0px 10px 0px; 
	font-size: 10px;
	line-height: 12px;
	color: #666;	
	text-align: left;
	}

#content p.small a:link, #content p.small a:visited, #content p.small a:active {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	font-style: bold;
	}

p.clr {
	clear: both; float: none;
	}

#rightcol h2 {
	font-family: Verdana;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	}
	
#rightcol .module ul {
	margin: 20px 5px 0px 0px; padding: 0;
	list-style-type: none;
	width: 185px;
	}

#rightcol .module li {
	margin: 0 5px 15px 18px;
	}

#rightcol .module li a {
	font-size: 11px;
	}

#zubehoer .module ul {
	list-style-type: none;
	margin: 10px 0 0 0; padding: 0;
	}

#zubehoer .module li {
	margin: 10px 0 0 8px; padding: 0;
	}

#footer p {
	color: #666;
	font-size: 11px;
	margin-left: 200px;
	margin-top: 5px;
	}

#rightcol .logo_url {
	margin: 10px auto; 
	text-align: center;
	}
	
#rightcol .pdf_anzeige {
	margin: 25px 0px 25px 10px;
	}

#content table.quellen  {
	}

#content table.quellen tr {
	}
	
#content table.quellen td { 
	margin: 5px; padding: 5px; 
	}

