/* Allgemeine Klassen */

.headline{
	font-size:12px;
	font-family:ms sans serif;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.subtitle{
	font-size:10px;
	font-family:ms sans serif;
	font-weight:bold;
	color:#000000;
}

.text{
	font-size:10px;
	font-family:ms sans serif;
	font-weight:normal;
	color:#000000;
}

.menue{
	font-size:11px;
	font-family:ms sans serif;
	font-weight:bold;
	color:#000000;
}

.copyright{
	font-size:3px;
	font-family:ms sans serif;
	font-weight:normal;
	color:#ffffff;
}

.zeit{
	font-size:4px;
	font-family:ms sans serif;
	font-weight:normal;
	color:#000000;
}

a:link{
	color:#000000;
	text-decoration:none;
}

a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

a:active{
	color:#000000;
	text-decoration:none;
}

a:focus{
	color:#000000;
	text-decoration:none;
}

.infobox-title {
	background-color:#ffbd00; 
	font-family:arial; 
	font-size:12px; 
	color:#000000; 
	font-weight:bold; 
	padding:0px 2px; 
	border-bottom:1px #000000 dashed
}

.infobox-txt {
	background-color:#f1dd45; 
	font-family:arial; 
	font-size:11px; 
	color:#000000; 
	padding:1px 3px
}

.infobox-border {
	border:1px #000000 solid
}
