h1 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0 10px 14px 0px;
	text-align: left;
	color: #000000;
}

h1.onTop { /* Sonderfall, wenn 'ne Seite mal ohne Bild startet */
	padding: 18px 10px 14px 10px;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 5px 0 0 0;
	padding: 14px 10px 10px 0px;
	text-align: left;
}

h2.block {
	padding: 3px 0 3px 10px;
	border-top: 1px solid #ddd;
	margin: 20px 20px 10px 0;
	background-color: #eaeaea;
}

h2.gradient {
	padding: 3px 0 3px 7px;
	margin: 30px 10px 10px 10px;
	border-top: 1px solid #ddd;
	background-image: url('base/bg_panel.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}


h3 {
	font-size: 11px;
	line-height:16px;
	color:#333;
	margin:0;
	padding:0 10px 10px 0px;
	text-align:left;
}	
		
h4 { /* Pressefooter */
	margin: 15px 10px 10px 0px;
	font-size:11px;
	color:#999;
	border-bottom: 1px solid #ddd;

}				

p, address, #entry div { /* #entry div sinnlos, muss aber wegen des alten applets gesetzt werden, da es Texte mit einem unnötigen DIV einschliesst */
	font-size: 12px;
	color: #333;
	line-height: 135%;
	margin: 0;
	padding: 0 0px 10px 0px;
	text-align: left;
}	

p.marker {
	margin: 5px 10px 5px 10px;
	padding: 0 0 2px 0;
	font-size: 11px;
	color: #999;
	border-bottom: 1px solid #ddd;
}

p.smooth {
	margin: 0 0px;
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #000000;
}

p.schedule {
	margin: 0 10px;
	padding: 0 0 4px 0;
	color: #2269B6;
}

.smooth {
	font-size: 11px;
	color: #999;
}

.author {
	/*margin: 0 10px;
	padding: 0 0 25px 5px;*/
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

p.top {
	margin: 0 10px 0 10px;
	border-top: 1px solid #ddd;
	background: url('base/icon_toplink.gif') 0 3px no-repeat;
	font-size: 11px;
	padding-left: 15px;
}

address {
	text-align:left;
	font-style:normal;
}		
		
cite {
	display: block;
	background-image: url('base/cite_marks.gif');
	background-repeat: no-repeat;
	padding: 10px;
	margin: 10px 0 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 130%;
	color: #666;
}


label {
	font-size:11px;
	font-weight:normal;
	color:#333;
	padding:2px 5px 2px 10px;
	margin:0;
	line-height:14px;
	display:block;
	text-align:left;
	}			

small {
	font-size: 10px;
	line-height:14px;
	text-align: left;
}

sup {
	font-size: 10px;
	color: #999;
}

h1 sup { 
	font-size: 10px;
	color: #2269B6;
}

.help {
	cursor: help;
	border-bottom: 1px dotted;
}

.highlight { /* Suchergebnis */
	background-color: #DE800D;
	font-weight: bold;
	padding: 0 4px;
	color: #fff;
}
.desc
{
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    font-size:11px;
}

.dateline
{
    font-size: 11px;
    color: #808080;
    line-height: 135%;
    margin: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}






