body, p, th, td {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		150%;
}

a {
	color:				#000000;
}

a:hover {
	color:				#000000;
	background-color:	#FFF000;
}

h1, h2 {
	color:				Gray;
	font-weight:		normal;
	line-height :		150%;
}

h1 {
	font-size:			18px;
}

h2 {
	font-size:			12px;
	font-weight:		bold;
}

li {
	list-style:			square outside;
	margin:				0 0 0 -25px;
}

.txt {
	/* veraltet; Style soll helfen, noch bestehende Verwendungen zu sehen */
	border-left:		40px solid #fff001;
	padding-left:		8px;
}

.teaser {
	border-left:		8px solid #fff001;
	padding-left:		8px;
}

.teaser a {
	font-weight:		bold;
}

/* Menu of Subpages wie Teaser formatieren */
ul.csc-menu li {
	list-style:			none;
	margin:				0 0 0 -40px;
	border-left:		8px solid #fff001;
	padding-left:		8px;
	margin-bottom:		12px;
	font-weight:		bold;
}

.autor {
	text-align:			right;
	font-style:			italic;
	font-size:			90%;
}

.lead {
	font-size:			12px;
	font-weight:		bold;
}

.legende {
	font-size:			11px;
}

.zitat {
	font-style:			italic;
	margin:				0 0 0 16px;
	border-left:		4px solid #919191;
	padding-left:		8px;
}

.form_fieldset {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#DCDCDC;
	border:				1px solid White;
	margin-bottom:		16px;
	padding:			10px 10px 20px 16px;
}

/* Default-Klasse für Tabellen */
table.contenttable {
	background-color:	#DCDCDC;
	border:				1px solid #ffffff;
	border-collapse:	collapse;
	width:				100%;
}

table.contenttable td {
	border:				1px solid #ffffff;
	padding:			4px 4px 4px 4px;
	vertical-align:		top;
}

.contenttable td p, .contenttable td li {
	font-size:			11px;
}

/* für Tabellen-Layouts */
table.unsichtbar {
}

table.unsichtbar td {
	padding:			0px 0px 0px 0px;
	vertical-align:		top;
}

.unsichtbar td p, .unsichtbar td li {
}

/****************************************************************************************************
Formulare
****************************************************************************************************/

.form {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#DCDCDC;
}

.form_legend {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
}

.form_row_div {
	padding:			6px 0px 6px 0px;
}

.form_label_div {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	width:				120px;
	float:				left;
}

.form_input, .form_input_short {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#FFFFFF;
	width:				280px;
}

/* z.B. für PLZ-Felder */
.form_input_short {
	width:				80px;
}

.form_input_high {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#FFF000;
}

.form_radio_high {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:				2px solid #FFF000;
}

.form_button {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	background-color:	#FFF000;
	height:				24px;
}

/****************************************************************************************************
Fehlermeldungen
****************************************************************************************************/

.form_error {
	font-weight:		bold;
	color:				#cc0000;
	margin-left:		120px;
}

.error_title {
	font-size:			12px;
	background:			#FFF000;
	font:				bold;
}

.error_text {
	font-size:			12px;
	background:			#FFFFFF;
}

.error_code {
	font-size:			11px;
	background:			#FFFFFF;
}

.img {
	border:				1px solid white;
}
