/*Hauptschriftart bestimmen*/
html, body {
	font-size: 12px;
	color: #444444;
	font-family: Arial, Sans-Serif; 
}

/* Links in rootline menu */
#rootline_menu {
	font-size: 10px;
}

#rootline_menu a { 
	font-family: Verdana, Sans-Serif;
	color: #455799;
	text-decoration: none;
}

#rootline_menu a:hover {
	text-decoration: underline;
}

/*Links im Menü links */
#leftmenu a { 
	font-family: Verdana, Sans-Serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#leftmenu a:hover {
	text-decoration: underline;
	color: #000000;
}

#leftmenu2 a {
	font-family: Verdana, Sans-Serif;
	color: #455799;
	text-decoration: none;
	font-size: 11px;
}

#maindiv a { 
	font-family: Arial, Sans-Serif;
	color: #455799;
	text-decoration: none;
	font-size: 12px;
}

#maindiv a:hover {
	text-decoration: underline;
	color: #455799;
}

#newsdiv a { 
	font-family: Arial, Sans-Serif;
	color: #474747;
	text-decoration: none;
	font-size: 12px;
}

#newsdiv a:hover {
	text-decoration: underline;
	color: #474747;
}

#copy {
	font-size: 11px;
}

#copy a { 
	font-family: ARial, Sans-Serif;
	color: #474747;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

table
{
   font-family: Arial, Sans-Serif;
	font-size: 12px;
}

/*Überschriften formatieren*/
h1 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #474747;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #474747;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #474747;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #474747;
}

/*Formatierung Bilduntertext*/
.bildtext
{
	font-family: Verdana;
	color: #474747;
	font-size: 12px;
}

/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 0;
}

/*******************************************
* TYPO3 Mailformular
********************************************/
.csc-mailform-field label {
  color:#0060ad;
  display:block;
  font-size:0.8em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}