body,
html {
	margin: 0px;
	padding: 0px;
}

/* normalen Absatz formatieren */

p {
	line-height: 2.0em;
}

/* Ende normalen Absatz formatieren */

h4 {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
}

/* Links im Text formatieren */
a {
	color:#061467;
}

a:link {
	color:#061467;
}

a:visited {
	color:#061467;
}

a:hover {
	color:#CC0000;
}

/* Ende Formatierung von Links */

/* Bildbeschreibung formatieren */
.csc-textpic-caption {
	font-style: italic;
	padding-top: 10px;
}
/* Ende Formatierung Bildbeschreibung */

/* Listenformatierung im Inhaltstyo "Bild mit Text" */
.csc-textpic-text ul {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
}

.csc-textpic-text ul li {
	/* display: block; */
	list-style-position: inside;
	margin: 0 0 0 15px;
	text-indent: -12px;
}
/* Ende Listenformatierung "Text mit Bild" */

.menu_oben {
	/* text-align: center; */
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	/* text-align: justify; */
}

.menu_oben a {
   text-decoration: none;
   color: #FFFFFF;
}

.menu_oben a:hover {   
   text-decoration: underline;
   color: #D3E2F9;
}

.inhalt_oben {
	margin-top: 15px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 10px;
}

.inhalt_oben a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}

.inhalt_oben a:hover {
	text-decoration: underline;
        color: #061467;
}

.rootline a {
        text-decoration:none;
        font-weight:bold;
}

.rootline a:visited {
	color: #AAAAAA;
}

.rootline a:hover {
	color: #061467;
	text-decoration: underline;
}

.sprache {
	float: right;
}

#teambilder {
	margin: 0;
	padding: 0 0 20px 3px;
	width: 532px;
}

#teambilder img {
	padding: 0 10px 8px 0;
}
	
.inhalt {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 12px;	
}

.inhalt h1 {
	font-family: verdana, arial, helvetica, sans-serif;	
	color: #061467;
	margin: 0px;
	/* font-weight: lighter; */
	font-size: 14px;
}

.inhalt p {
	line-height: 120%;
}

img {
	margin: 0 auto;
	text-align: center;
}

a img {
	border: 0;
}

/* Contenttable formatieren */

table .contenttable {
	border-collapse: collapse;
	margin: auto;
}

.contenttable th {
	border-color: #061467;
	border-bottom: solid;
	border-bottom-width: 2px;
}
.contenttable td {
	padding: 2px;
}

.suchergebnis {
        text-align:left;
}

.fusszeile {
	margin-top: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #AAAAAA;
	line-height: 120%;
	font-weight: normal;
	font-size: 10px;
}

#tabsmenu {
	/* text-align:center; */
	background: #EEEEEE;
	height: 28px;
	padding: 10px 0px 10px 0px;
}

html > #tabsmenu {
	height: 48px;
}

.item {
	float: left;
	background: #810027;
}

.item2 {
	float: left;
	background: #FFFFFF;
}

.item a {
	padding: 0px 10px;
	line-height: 28px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
}

.item2 a {
	padding: 0px 10px;
	line-height: 28px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	color: #000000;
}

.item a:hover {
	text-decoration: underline;
}

.item2 a:hover {
	text-decoration: underline;
}

#tabs1 {
	/* float:left; */
	width:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#061467;
	background:#EEEEEE;
	font-size:70%;
	line-height:20px;
}

#tabs1 ul {
	margin:0;
	padding:10px 10px 5px 10px;
	list-style:none;
	text-align:center;
}
 
#tabs1 li {
	display:inline;
	margin:0;
	padding:5px 0 0 0;
}

#tabs1 a {
	/* float:left; */
	background:url(tableft1.gif) no-repeat left top;
	margin:0;
	padding: 5px 0 4px 4px;
	text-decoration:none;
}

#tabs1 a span {
	/* float:left; */
	/* display:block; */
	background:url(tabright1.gif) no-repeat right top; /* right top; */
	padding:5px 15px 4px 6px;
	color:#627EB7;
}
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */

#tabs1 a:hover span {
	color:#627EB7;
}

#tabs1 a:hover {
	background-position:0% -42px;
}

#tabs1 a:hover span {
	background-position:100% -42px;
}

.current {
	color: red;
	background-position:100% -42px;
}

/*------------------------------ Sitemap formatieren ------------------------------*/

/* Schriftformatierung Sitemap */

.csc-sitemap ul {
	list-style-type:none;
}

.csc-sitemap a {
	text-decoration: none;
	color:#061467;
}

.csc-sitemap a:link {
	text-decoration: none;
	color:#061467;
}

.csc-sitemap a:visited {
	text-decoration: none;
	color:#061467;
}

.csc-sitemap a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/*---------------------------- Ende Sitemap formatieren ---------------------------*/

/*----------------------------------------------------------------------------------------------*/
/*--------------------------------- Formating indexedsearch  -----------------------------------*/
/*----------------------------------------------------------------------------------------------*/
 
/* Formatieren den Text "Suche nach:" von der Suchzeile */
.tx-indexedsearch TD {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 6px;
	font-size: 1.0em;
}

/* Formatieren den Button von der Suchzeile */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 80px;
}

/* Formatieren das Eingabefeld der Suchzeile */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 150px;
}

/* Formatieren der Anzeige vom eingegeben Suchwortes */
.tx-indexedsearch .tx-indexedsearch-whatis P.tx-indexedsearch-sw {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0,8em;
	font-weight: bold;
	background: #ffffff;
}

/* Formatieren der Anzeige von "Suche nach ..." */
.tx-indexedsearch .tx-indexedsearch-whatis {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0,8em;
	background: #ffffff;
	margin-top: 6px;
	margin-bottom: 5px;
}

/* Formatierung der Aufzählung der Gruppenergebnisse */
.tx-indexedsearch-sectionlinks {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
}

/* Formatieren der Aufzählung der Gruppenergebnisse mit LI */
.tx-indexedsearch li {
	margin-left: 15px;         
}

/* Formatieren der Aufzählung Gruppenergebnisse Link Texte */
.tx-indexedsearch .tx-indexedsearch-sectionlinks a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0,8em;
	text-decoration: none;
}

/* Formatiere Mousover für Aufzählung Gruppenergebnisse Link Texte */
.tx-indexedsearch ul li a:hover {
	text-decoration: none;
	background: #D0D4D6;
}

/* Formatieren der Anzeige von "Seite x" */
.tx-indexedsearch .tx-indexedsearch-browsebox-SCell {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0em; /* Anzeige von Seite wurde ausgeblendet */
	text-decoration: none; /* Anzeige von Seite wurde ausgeblendet */
}

/* Formatierung der Anzeige vom Suchergebnissen */
.tx-indexedsearch .tx-indexedsearch-res P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
}

/* Formatieren Gruppenüberschrift */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* Formatieren Gruppenüberschrift H2 */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Formatiere der Gruppenüberschrift Links */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 a {
	text-decoration: none;
}

/* Formatiere Mousover für Gruppenüberschrift Link */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 a:hover {
	text-decoration: none;
	background: #D0D4D6;
}

/* Formatieren Gruppe in einer Tabelle */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff;
}

/* Formatieren der Gruppe TD Definition */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background: #ffffff;
	vertical-align: middle;
}

/* Formatieren des ersten Zeile vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0,8em;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* Formatieren von weiteren Zeile vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	background: #ffffff;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* Formatiere nur das Icons vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-icon {
}

/* Formatiere nur die Nummer vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-number {
}

/* Formatiere nur den Titels vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-caption {
	font-size: 1.3em;
}

/* Formatiere nur den Titels vom Suchergebnis Link */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-caption a {
	text-decoration: none;
}

/* Formatiere Mousover nur fr Titels vom Suchergebnis Link */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-caption a:hover {
	text-decoration: underline;
	background: #D0D4D6;
}

/* Formatiere visited nur für Titels vom Suchergebnis Link */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-caption a:visited {
	text-decoration: none;
	color: #0000FF;
}

/* Formatiere nur die Prozent vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-idexedsearch-percent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #ffffff;
	font-weight: normal;
}

/* Formatieren der Beschreibung vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	background: #ffffff;
}

/* Formatieren der gefundenen Suchtexten in der Beschreibung vom Suchergebnis */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: red;
}

/* Formatieren der Inexed Search Info unterhalb der Beschreibung */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	background: #ffffff;
}

/* Formatieren Indexed Search Info unterhalb der Beschreibung */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info a {
	text-decoration: none;
}

/* Formatieren Mousover der Indexed Search Info unterhalb der Beschreibung */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info a:hover {
	text-decoration: none;
	background: #D0D4D6;
}

/* Formatieren des Textes wenn nichts gefunden wird */
.tx-indexedsearch P.tx-indexedsearch-noresults {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	background: #ffffff;
	font-weight: bold;
	text-align: left;
}

/* Macina Suchbox */
.tx-macinasearchbox-pi1 {
	width: 190px;
	height: 11px;
}

.news-single-subheader {
	font-size: 1.2em;
}

.news-single-subheader IMG {
	float: right;
}

.news-list-date {
	font-size: 0.8em;
	font-weight: normal
}
.news-list-title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

/* Newloginbox Schriftgestaltung */
.tx-newloginbox-pi1 th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
}

.tx-newloginbox-pi1 td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
/* Ende der Newloginbox Beschriftung */
