/*Stylesheet fuer Typo3 */

/*---------- allgemeine Styles -----------------*/
body {
	background-image:url(grafik/layout/hansa_bg.jpg);
	background-repeat:repeat;

	padding:0px;
	margin:0px;

	border:0px;
}

/* Vertikaler Scrollbar in Gecko & Firefox permanent anzeigen (damit Center-Design nicht springt ...) */
html, body {
	height:100%;
	padding-bottom:1px;
}

/* ---------- Die wichtigen Ebenen ....

/* Alles umschließender Container fuer die zentrierte Ausrichtung der gesamten Seite */
#ebcontainer {
	position:relative;
	width:950px;
	z-index:1;
	/* margin: auto; /* Für Zentriertes Design */
	margin:0px auto 0px 0px; /* Für Links Design */
	margin-top:0px; /* Für oben anstossendes Design Design */
}

/* ---------- Kopf / Oben-Ebenen ------------------------- */
#eboben {
	position:absolute;
	width: 950px;
	height: 320px;
	top: 0px;
	left:0px;

	background-color:#E4EDF0;
	background-image:url(grafik/layout/bg_standard.gif);
	background-repeat: repeat-y;
	z-index: 5;
}

/* ---------- Logo-Ebenen ------------------------- */
#eboben-logo-container {
	position:absolute;
	top:30px;
	left:0px;
	margin:0px;
	padding:0px;
	width: 170px;
	height:100px;

	text-align:center;
}


/* ---------- Kopf / Oben-Ebenen Formatieren ------------------------- */
#slogan{
	position: absolute;
	left: 200px;
	top: 10px;
	width:720px;
}

#merkzettel {
	position: absolute;
	top: 10px;
	left: 770px;
	width: 150px;
}

#ebobenhintergrund {
	position: absolute;
	left: 200px;
	top: 86px;
	width:720px;

	margin:0px;
	padding:0px;

	z-index: 4;
	
	background-image: url(grafik/layout/bg_kopf_standard.gif);
	background-position:top right;
	background-repeat: no-repeat;
	background-color:#375174;
}

#eboben-keyvisual{
	width:475px;
}

#eboben-text{
	float:right;
	width:230px;
	margin-top:18px;
	color:#FFFFFF;
}

#eboben-text p,
#eboben-text h1{
	background-image:none;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

#eboben-text h1{
	padding-bottom:10px;
}

#eboben-text p{
	padding-bottom:4px;
}

#eboben-eckeunten{
	margin:0px;
	padding:0px;
	clear:both;

	background-image: url(grafik/layout/bg_kopf_eckeuntenlinks.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}


/* ---------- Haupt-Menue-Ebenen ------------------------- */
#ebmenue {
	position:absolute;
	width:160px;
	z-index:7;
	left: 15px;
	top: 160px;
}

/* ---------- Loginbox Ebenen ------------------------- */
#eblogbox {
	position:relative;
	width:140px;
	left:0px;
	top:40px;
}



/* ---------- Ebenen Mitte ------------------------- */
#ebmitte{
	position:absolute;
	top: 242px;
	left: 0px;
	z-index:6;

	/* width + pad-left + pad-right = widht container (meist 950px) */
	width:500px;
	padding-left:255px;
	padding-right:195px;

	min-height:340px;
	_height:340px; /* wird nur von MSIE erkannt */

	background-color:#E4EDF0;
	background-image: url(grafik/layout/bg_text_mitte.gif);
	background-repeat: repeat-y;

	/* Wenn Fuss erwuenscht dann hier Hintergrund rein und Fuss in ebunten, ggf noch die Hoehe über min_hieght und _height steuern*/
}

/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #ebmitte {
	padding-right:0px;
	padding-left:200px;
	width:740px;
}


/* ---------- Ebenen Inhalt (beinhaltet den Content) ------------------------- */
#ebinhalt {
	padding:0px;
	margin:0px;
/*	_height:500px; /* wird nur von MSIE erkannt */
/*	min-height:500px; */
	z-index:5;
}

#ebinhaltmsie6{
	_height:312px; /* wird nur von MSIE erkannt */
	min-height:312px;
}


/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #ebinhaltmsie6{
	padding-left:55px;
	width:550px;
}


#eblinks{ /* Enthält die Teaser */
	padding:0px;
	margin:0px;
	width: 725px;
	height:90px;

	background-color:#e4edf0;
	margin-left:-55px;
	z-index:4;
}

/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #eblinks{
	margin-left:0px;
}

#ebueberinhalt {
	clear:both;
	margin-left:-54px;
	width:730px;
	height: 15px;
	background-image: url(grafik/layout/bg_text_oben.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#e4edf0;
}

/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #ebueberinhalt{
	margin-left:0px;
}


/* ---------- Meta-Menue-Ebenen ------------------------- */
#ebmenueoben {
	position:absolute;
	z-index:10;
	top: 46px;
	left: 200px;
	width: 710px;
	height:28px;

	text-align:right;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(grafik/layout/metanavi.gif);
	background-position:center left;
	background-repeat:no-repeat;
}


#suchemeta {
	position:absolute;
	z-index:11;
	top: 49px;
	left: 210px;
	width: 150px;

	text-align:left;
	vertical-align:middle;
}


/* ---------- Unten-Ebenen (Fuss) ------------------------- */
#ebunten{
	clear:both;
	text-align:right;
	margin:0px;
	padding:0px;

	width: 720px;

	margin-left:-255px;
	padding-left:200px;
	padding-right:30px;

	background-color:#E4EDF0;
	background-image:url(grafik/layout/bg_standard.gif);
	background-repeat: repeat-y;
}

/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #ebunten{
	margin-left:0px;
	padding-left:0px;
	width:720px;
	background-position:-200px 0px;
}


#ebunten p{
	padding:0px;
	margin:0px;
	padding-top:6px;
	color: #526c87;
	font-size:10px;
	font-weight:bold;
}

/*  --------  Grundeinstellungne für allgemeine HTML-Tags  */
body, html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
}

p,
p.bodytext,
.bodytext {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

a{
	color:#526c87;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
}

ol,
ul{
	padding-top:0px;
	margin-top:3px;
	padding-bottom:0px;
	margin-bottom:6px;
}

img{
	border:0;
}

.csc-textpic-caption {
	font-size: 10px;
	font-weight: normal;
	line-height:normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-bottom:6px;
}

table, tr, td {
	border:0;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	padding-top:2px;
	padding-bottom:2px;
	color: #000000;
}

li{
	/* nome */
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	vertical-align:baseline;
	color:#375174;

	background-repeat: no-repeat;
	background-position: top left;

	margin: 0;
	padding: 0px;
	
	padding-left: 0px;
	padding-top:24px;
	margin-bottom: 12px;

}

h1 {
	font-size:13px;
	text-transform:uppercase;
}

h2{
	padding-top:16px;
	font-size:12px;
	text-transform:uppercase;
}

h3{
	padding-top:12px;
	margin-bottom: 6px;
	font-size:12px;
	font-weight:bold;
}
h4, h6{
	padding-top:12px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
}

h1.csc-firstHeader,
h5{ /*  Normale erste Überschrift pro Seite mit Icon */
	font-size: 14px;
	font-style: normal;
	text-transform:uppercase;
	background-image: url(grafik/layout/pfeil_blau.gif);
	color:#375174;
	padding-left: 40px; /* Sondereinrueckung fuer Erste Ueberschrift */
	margin-left: -40px;
	padding-top:16px;
	margin-top:12px;
}

.csc-firstHeader{ /*  Normale erste Überschrift pro Seite */
	margin-top:0px;
}

hr{
	width:100%;
	height:1px;
	size:1px;
}

/* Textfelder für Formulare */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-align: left;

	border:1px solid #b7cdd7;
	margin-top: 2px;
	margin-bottom:2px;
	background-color:#eaf1f3;
	color:#052651;
}

/* Farbe für Fehlermeldungen */
/* Farbe für Pflichtfeldstern in Formularen */
.fehler,
.mandatory {
	color:#FF0000;
}


/* --- Datei-Downloadliste --- */
table.csc-uploads td{
	border-bottom:1px dotted #7F90BE;
	padding-top:10px;
	padding-left:1px;
	padding-right:1px;
}

td.csc-uploads-icon{
	vertical-align:top;
	text-align:center;
	width:40px;
}

td.csc-uploads-fileName{
	vertical-align:top;
	text-align:left;
}

td.csc-uploads-fileName p{
	margin-bottom:3px;
	margin-top:0px
}

td.csc-uploads-fileSize{
	vertical-align:top;
	text-align:right;
	width:40px;
}


/* --- Macina Sesrchbox --- */
.tx-macinasearchbox-pi1 input.searchwordinput{
	height:14px;
	width:152px;
}

.tx-macinasearchbox-pi1 a{
	padding-left:10px;
	margin-right:7px;
	font-weight:bold;
}


/* --- INDEX Search Ergebnisliste --- */
.tx-indexedsearch-result-item a{
	font-weight:bold;
}

td.tx-indexedsearch-title {
	vertical-align:top;
	text-align:left;
	width:100%;
}

td.tx-indexedsearch-percent {
	vertical-align:top;
	text-align:right;
	width:40px;
}

.tx-indexedsearch-longtext{
	margin-left:10px;
}






/* Tabelle in Contentbereich */

.contenttable, .csc-uploads{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	line-height:normal;
}

table.csc-uploads{
	padding-left:28px;
}


.contenttable tr, .csc-uploads tr{
	width:auto;
	height:auto;
	border:0px;
}

.contenttable td, .csc-uploads td{
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	width:auto;
	height:auto;
	border:0px;
}

.contenttable p, .contenttable a, .csc-uploads p, .csc-uploads a{
	padding:0px;
	margin:0px;
	line-height:normal;
}

.csc-frame-frame1{ /* TEXT-Element Einstellung Rahmen 1 */
	padding-bottom:12px;
}

.csc-frame-frame2{ /* TEXT-Element Einstellung Rahmen 2 - GENUTZT FÜER HINWEISE AN REDAKTION / ENTWICKLER */
	border:1px solid #FFCC00;
	background-color:#FFFFCC;
	padding:10px;
}

.csc-frame-rulerAfter{ /* TEXT-Element Einstellung Strich nach */
	border-top:1px dotted #ffffff;
	border-color: #b5c2c8; /* Grau */
	width:100%;
	margin-top:12px;
}

.csc-frame-rulerBefore{ /* TEXT-Element Einstellung Strich vor */
	border-bottom:1px dotted #ffffff;
	border-color: #b5c2c8; /* Grau */
	width:100%;
	margin-bottom:12px;
}

.captiontext-csc-textpic-intext-left-nowrap {
	margin-left:140px;
	margin-bottom:6px;
}

/* ----------- ToTop-Link ------------------ */
#totoplink{
	float:left;
	text-align:left;
	padding:20px 0px 10px 0px;
}

/* ----------- Print-Link ------------------ */
#printlink{
	float:right;
	text-align:right;
	padding:20px 0px 10px 0px;
}

/* -------------------- Hauptmenü Formatieren --------------------------*/
#ebmenue a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
	color:#375174;
	text-decoration: none;

	margin: 0px;
	padding:0px;
	padding-left:12px;
	padding-top:2px;
	padding-bottom:5px;

	background-image: url(grafik/menue/menuepunkt_level1.gif);
	background-repeat: no-repeat;
	background-position: left center;

	display:block;
	width: 160px;
}	

/* Gestrichelte Linen definieren */
#ebmenue div.menue.mid,
#ebmenue div.menueaktiv.mid{
	border-top:1px dotted #292b2b;
}

#ebmenue div.menue.unten,
#ebmenue div.menueaktiv.unten{
	border-top:1px dotted #292b2b;
	border-bottom:1px dotted #292b2b;
}
/* ENDE: Gestrichelte Linen definieren */


#ebmenue div.menue a{
	background-image: url(grafik/menue/menuepunkt_level1.gif);
}	

#ebmenue div.menueaktiv  a {
	background-image: url(grafik/menue/pfeil_level1.gif);
	
}

#ebmenue div.menue a:active,
#ebmenue div.menueaktiv a {
	color:#526c87;
	background-image: url(grafik/menue/pfeil_level1.gif);
}

#ebmenue div.menue a:hover {
	color:#526c87;
	background-image: url(grafik/menue/menuepunkt_pfeil_level1.gif);
}

#ebmenue div.menueebene2 a,
#ebmenue div.menueebene2 a:link,
#ebmenue div.menueebene2 a:visited,
#ebmenue div.menueebene2aktiv a {
	margin:0px;
	font-size: 11px;
	line-height: 22px;
	padding-left: 12px;
	background-image: url(grafik/menue/menuepunkt_level2.gif);
	margin-left: 20px;
	color:#375174;
	padding-top:1px;
	padding-bottom:3px;
	width: 140px;
}

#ebmenue div.menueebene2 a:hover, #ebmenue div.menueebene2aktiv a{
	font-size: 11px;
	line-height: 22px;
	padding-left: 12px;
	background-image: url(grafik/menue/pfeil_level2.gif);
	margin-left: 20px;
}

#ebmenue div.menueebene2 a:active, #ebmenue div.menueebene2 a:hover, #ebmenue div.menueebene2aktiv a {
	color:#526c87;
}

#ebmenue div.menueebene3 a, #ebmenue div.menueebene3aktiv a, #ebmenue div.menueebene3 a:link, #ebmenue div.menueebene3 a:visited {
	font-size:11px;
	line-height:14px;
	padding-left:12px;
	background-image: url(grafik/menue/menuepunkt_level2.gif);
	margin-left:30px;
	padding-top:1px;
	padding-bottom:2px;

	width:130px;
}

#ebmenue div.menueebene3 a:hover, #ebmenue div.menueebene3aktiv a {
	background-image: url(grafik/menue/pfeil_level2.gif);
}

#ebmenue div.menueebene3 a:active, #ebmenue div.menueebene3 a:hover, #ebmenue div.menueebene3aktiv a {
	color:#526c87;
}
#ebmenue div.menueebene2.last a {
	background-image: url(grafik/menue/menuepunkt_level2_last.gif);
	margin-left: 0px;
	padding-left: 32px;
}

#ebmenue div.menueebene2.last a:hover {
	background-image: url(grafik/menue/menuepunkt_level2_last_hover.gif);
	margin-left: 0px;
	padding-left: 32px;
}

#ebmenue div.menueebene3.last a {
	background-image: url(grafik/menue/menuepunkt_level3_last.gif);
	margin-left: 0px;
	padding-left: 42px;
}

#ebmenue div.menueebene3.last a:hover {
	background-image: url(grafik/menue/menuepunkt_level3_last_hover.gif);
	margin-left: 0px;
	padding-left: 42px;
}


/* ---------- Meta-Menue Formatieren ------------------------- */
#ebmenueoben div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	color: #FFFFFF;
	height:28px;
	line-height:28px;
}

#ebmenueoben a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;

	height:28px;
	line-height:28px;
	padding:7px 8px 9px 8px;
}

#ebmenueoben a:hover,
#ebmenueoben .nebenavigationaktiv a {
	background-image: url(grafik/menue/nebennavi_aktiv.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

/* ------------- Suchfeld im Meta-Menue ------------------ */

.spansuchemeta{
	display:inline;
	vertical-align:top;
	padding-top:1px;
}

input.suchemeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-align: left;

	border:1px solid #375174;
	padding-left: 5px;
	margin-right:5px;
	background-color:#FFFFFF;
	color:#375174;
}

a.startsearch{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding:0px;
	margin:3px;
	vertical-align:middle;
}






/* ---------- Teaserleiste Links-Ebenen Inhalte Formatieren ------------------------- */
#eblinks .news-startseite-latest-container .news-list-item,
#eblinks .news-startseite-list-container{
	float:left;
	margin: 0;
	padding: 0;

	width:230px;
	height:80px;
	margin-right:15px;
	overflow:hidden;
	background-color:#ffffff;

	background-image: url(grafik/layout/bg_kopf_eckeuntenlinks.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}

#eblinks .news-startseite-list-container{
	margin-right:4px;
	float:right;
}

#eblinks span.pic,
#eblinks span img{
	margin: 0;
	padding: 0;
	border: 0;
}

#eblinks span.pic{
	float:right;
}

#eblinks h1{
	background-image: url(grafik/layout/teaser_oben.gif);
	background-color:#375174;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	width:224px;
	font-weight:bold;

	height: 17px;
	line-height:18px;

	color: #FFFFFF;
	margin: 0;
	padding: 0;

	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	
	overflow:hidden;
}

#eblinks h1 a{
	color: #FFFFFF;
}


#eblinks .news-startseite-list-container h1{
	width:146px;
}

/* Browser-Weichen nur fuer MSIE bis inkl 6 */
* html #eblinks .news-startseite-list-container h1{
	width:157px;
	margin-right:0px;
	padding-right:0px;
}

#eblinks p,
#eblinks a,
#eblinks .mehr {
	font-size:11px;
	margin: 0;
	padding: 0;
	line-height:normal;
}

#eblinks p,
#eblinks p.mehr{
	font-weight:normal;
	padding:2px 3px 0px 10px;
}

#eblinks .mehr a{
	font-size:12px;
	font-weight:bold;
	color: #526c87;
}

#eblinks p a{
	color:#052651;
}
/* ---------- ENDE: Teaserleiste Links-Ebenen Inhalte Formatieren ------------------------- */




/* ---------- Loginbox ------------------------- */
#eblogbox {
	padding:10px;
	margin:0px;

	color:#fdfbfd;
	background-color:#375174;
	border:1px solid #b7cdd7;
}

#eblogbox div.tx-newloginbox-pi1{
	padding:0px;
	margin:0px;
}

#eblogbox p,
#eblogbox label,
#eblogbox h1,
#eblogbox a,
#eblogbox form {
	padding:0px;
	margin:0px;
	
	height:auto;
	width:auto;

	color:#fdfbfd;
	line-height:normal;
	text-transform:none;
	background-image:none;
	font-weight:bold;
}

#eblogbox h1 {
	font-size:11px;
}

#eblogbox p {
	font-size:11px;
	padding-top:10px;
}

#eblogbox label {
	font-size:9px;
}

p.sendlogin,
#eblogbox a {
	text-align:right;
	font-size:11px;
}

#eblogbox a:hover {
	text-decoration:underline;
}

#eblogbox input,
#eblogbox select, 
#eblogbox textarea {
	width:140px;
	height:12px;
}


/* */
table.hwmycontact_table {
	width:100%;
}

td.hwmycontact_td01{
	/* width:370px; */
	vertical-align:top;
	text-align:left;
}

td.hwmycontact_td02{
	width:140px;
	vertical-align:top;
	text-align:left;
}

a.hwmycontactmehr{
	color:#FDFBFD;
}

a.hwmycontactmehr:hover{
	color:#FDFBFD;
}

/* ------------- NavigationsIcon hinzufügen ------------------- */

a{
	background-position:left 3px;
	background-repeat: no-repeat;
	text-decoration:none;
}

a.hwmycontactmehr,
.news-single-item .news-single-backlink a,
.tx-indexedsearch-result-item a,
internal-link a {
	background-image: url(grafik/menue/internal_link.gif);
	padding-left: 15px;
}

a.external-link-new-window {
	/* background-image: url(grafik/menue/external_link.gif);
	padding-left: 15px; */
}

a.totoplink {
	background-image: url(grafik/menue/up.gif);
	background-position:left 1px;
	padding-left: 15px;
}

.printlinkininhalt a {
	background-image: url(grafik/menue/printer.gif);
	background-position:left bottom;
	padding-left: 20px;
}

a:hover{
	/* Achtung: Die Links dürfen beim hover NICHT die Farbe wechseln, sonst bekommen wir Probleme mit6 den E-Mail-Links !!! */
	text-decoration:underline;
}



/* Keine Rahmen um Navi-Pfeile - diesen Eintrag bitte immer ganz unten in den CSS */
a.internal-link img,
a.internal-link-new-window img,
a.external-link img,
a.external-link-new-window img,
a.mail img,
a.download img {
	padding: 0px;
	border: 0;
}



/* ---------- Sonderformate bestimmter Seiten ------------------------- */

/*     -------  Drucken und ToTop nicht anzeigen auf den Seiten ...  ------    */
#pageid_1 #totoplink,
#pageid_1 #printlink,
#pageid_197 #totoplink,
#pageid_197 #printlink,
#pageid_63 #printlink,
#pageid_91 #printlink,
#pageid_94 #printlink,
#pageid_80 #totoplink,
#pageid_80 #printlink,
#pageid_100 #printlink,
#pageid_101 #printlink{
	visibility:hidden;
}


/* Anpassungen für den Druck */
.printansicht {
	clear:both;
	width:100%;
	height:auto;
	position:inherit;

	background-image:url();
	
	margin:0px;
	padding:0px;
	font-size:12px;
}

#print-logo {
	text-align:right;
}


#print-fuss p{
	font-size:9px;
	line-height:13px;
}



/* Ausgabe-Ebene für Meldungen der Wohnungsangebotsaktualisierung */
#ebupdatewa {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	visibility: hidden;
	background-color:#FFFF00;
}



/* Anpassungen DUMMY Design 2 - löschen wenn Design 2 online !!!*/
#pageid_197 #totoplink,
#pageid_197 #printlink{
	visibility:hidden;
}

#pageid_197 #ebmenueoben div:first-child a{
	background-image: url(grafik/menue/nebennavi_aktiv.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}


/* -------------- tt_news ----------------------------------------------------------- */
.news-list-item .mehr a{
	font-size:12px;
	font-weight:bold;
	color: #526c87;
}

.news-list-morelink {
	float:right;
	color: #526c87;
	}
.news-list-morelink img {
	float:left;
	padding-top:4px;
	}
.filelink img {
	float:left;
	}	
.news-list-item .csc-textpic-imagewrap {
	margin-top:3px;
	float:left;
	margin-bottom:5px;
}

.news-list-item span.pic{ /* Bei uns*/
	float:left;
	padding-top:3px;
	margin-right:10px;
	margin-bottom:5px;
}

.news-list-item span.filelink p{
	margin-top:10px;
	margin-bottom:10px;
}

.news-list-item td {
	vertical-align:top;
	text-align:left;
}

.news-list-item h1,
.news-list-item h1 a{
	background-image:none;
	margin: 0;
	padding: 0;
	font-size:12px;
	text-transform:uppercase;
	color:#375174;
}

.news-list-item span{
	margin: 0;
	padding: 0;
}

.news-list-text-div {
	padding-left:140px;
	}
.news-list-item p,
.news-list-item p.mehr{
	font-weight:normal;
	margin: 0;
	padding: 0;
	padding:2px 0px 3px 0px;
}

.news-list-item span a{
	color:#000000;
}

.news-single-item .news-single-item-pics-div{
	margin: 0;
	padding: 0;
	float:right;
	padding-top:6px;
	margin-left:10px;
	margin-bottom:8px;
}

.news-single-item .news-single-image{
	margin: 0;
	padding: 0;
	margin-top:8px;
}

.news-single-item .news-single-item-pics-div p.news-single-imgcaption{
	font-size: 10px;
	font-weight: normal;
	line-height:normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-bottom:6px;
	width:130px;
}

/* Page Browser */
.tx-ttnews-browsebox span.tx-ttnews-browsebox-strong {
	font-weight:bold;
}

.tx-ttnews-browsebox td {
	padding-right:10px;
}

.tx-ttnews-browsebox td a {
	color:#526c87;
}

.tx-ttnews-browsebox td a:hover {
	text-decoration:underline;
}

/* Erweiterung rgnewsimg */
.news-layout1,
.news-layout2{
	width:100%;
}

.news-layout1 div.news-single-image{
	margin:5px;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
}

.news-set2-img1{
	width:118px;
	margin:4px;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
}

.news-set2-img1 .caption{
	width:118px;
	font-size: 10px;
	font-weight: normal;
	line-height:normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-bottom:6px;

}

.news-set2-img1all{
	clear:both;
}


.news-layout1 p.news-single-imgcaption{
}
/* ---------- ENDE: tt_news ----------------------------------------------------------- */


/* Accordion */

.tx-jfmulticontent-pi1 .csc-default h1.csc-firstHeader {
	visibility:collapse;
	height:1px;
	margin-bottom:-30px;
	}
.tx-jfmulticontent-pi1 h3 {
	color:#375174;	
	text-transform:uppercase;
	}
	
/* Vorschaumeldung */
#c761 {
	visibility:hidden;
	}	
