
.sidebar {background-color: #006699;}

.sidebar a:link,
.sidebar a:visited { color: #fff; text-decoration: none; }
.sidebar a:hover   { color: #ffff00; text-decoration: none; }	

#sidebarwithlogo {
	background-color: #006699;
	background-image: url('images/layout/sidebar.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 10px;
	
	text-align: left;
	vertical-align: top;
	width: 140px;
	height: 380px;
	}
#sidebarwithlogo a:link,
#sidebarwithlogo a:visited { color: #fff; text-decoration: none; }
#sidebarwithlogo a:hover   { color: #ffff00; text-decoration: none; }	


/* Links in rootline menu */
#rootline_menu a:link, 
#rootline_menu a:visited {color:black; text-decoration:none;}
#rootline_menu a:hover {
   color: #0060AD;
   text-decoration:none;
   border-bottom-style:solid;
   border-bottom-width:thin;
   border-color:white;
}

/* Spacer between rootline menu and page content */
#rootline_content_spacer {
	height:5px;
}

/* Formatierung Inhalte */
.main {
	background-color: #d7e5f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
}
.main a:link,
.main a:visited,
.main a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #0060ad;
} 
.main a:hover  {
	text-decoration: underline;
} 

table {
    font-family: Arial;
	 font-size: 9pt;
}
p {
	font-family: Arial;
	font-size: 9pt;
}

h1 {
	font-size:13pt;
	font-weight:bold;
	text-decoration:underline;
}

h2 {
   font-size:12pt;
   font-weight:bold;
   text-decoration:underline;
}

h3 {
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:11pt;
	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;
}




#normal-1 {
  list-style-type: circle;
  list-style-image: url('images/menu/menu-leaf.gif');
  padding: 0.2em 0 0.2em 0;
  margin: 0 0 0 -20;
}
#openmenu-1 {
  list-style-type: disc;
  list-style-image: url('images/menu/menu-collapsed.gif');
  padding: 0.2em 0 0.2em 0;
  margin: 0 0 0 -20;
}
/* ************************************************* */
