
/* Gesamtüberschrift */
#allheadline {
	float: left;
	width: 595px;
	height:20px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #505050;
	margin-left:10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #505050;
}
/* News Einzelüberschrift */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #505050;
	margin-bottom: 10px;

}
.csc-header-date {
	font-size: 12px;
	font-weight: bold;
	color: #1E50AF;
	height: 1px;
}
/* Beschreibung */
#allcontent {
	float: left;
	width: 595px;
	height:405px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	overflow:auto; /* Für Scrollbalken */
}


strong {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}

/* Jobseite */
h4 {
	font-size: 12px;
	color: #666666;
}
/*****************/
/* Webcam        */
/*****************/

#bbcam {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
}

/*****************/
/* Dokumentation */
/*****************/

/* Überschrift */
#bbdokuhead {
	font-size: 14px;
	font-weight: bold;
	color:  #666666;
}
/* Dateitext */
#bbdoku {
	font-size: 12px;
	color: #000000;
	height: 20px;
}
/* Dateilink */
#bbdokua {
	font-size: 12px;
	color: #000000;
}

/* Trennlinie */
#bbdoksep {
          background-color: #C0C0C0;
          height: 1px;
}
