body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

/* main menu */
#main_menu a:link {text-decoration: none;} 
#main_menu a:visited {text-decoration:none;}
#main_menu a:hover {text-decoration:none;}

/* login - nicht über CSS definiert, da Textfelder mit versch. Browsern problematisch zu sein scheinen*/
#login a:link {text-decoration: none;} 
#login a:visited {text-decoration:none;}
#login a:hover {text-decoration:none;}

/* Links in rootline menu */
#rootline_menu,
#rootline_menu a:link,
#rootline_menu a:visited {color:gray; text-decoration:none; font-weight: normal;}
#rootline_menu a:hover {
   color: #e6560d;
   text-decoration: underline;
}

/* Spacer between rootline menu and page content */
#rootline_content_spacer {
	height:5px;
}

/* Formatierung Inhalte */
table a:link, a:visited, a:active {
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color: #e6560d
} 

table a:hover {
	text-decoration: underline;
} 

table
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #e6560d;
}

h2 {
   font-size:13px;
   font-weight:bold;
   text-decoration:underline;
}

h3 {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/*Formatierung Bilduntertext*/
.bildtext
{
	font-family: Verdana;
	color: #0060ad;
	font-size: 9px;
	font-style: normal;
}

/* 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;
}