/*Stylesheet für Typo3 */

/*---------- allgemeine Styles -----------------*/
body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0;
	color: #333333;

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

body {
	background-color: #9d9d9d;
}

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

	margin-top:4px;
}

a{
	color:#cc0000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

table, tr, td {
	border:0;
	vertical-align:top;
	text-align:left;
}

li{
	list-style-image:url(grafik/menue/aufzaehlung.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:16px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	vertical-align: baseline;
	color:#E2001A;
	color: #333333;
	
}

h1{
	font-size:14px;
}

h2{
	font-size:12px;
}

h3{
	font-size:12px;
	font-weight:bold;
}

h4{
	font-size: 12px;
	font-weight:normal;
}

h1.csc-firstHeader, .news-single-item-title, h5{ /*  Normale erste Überschrift pro Seite mit Icon */
	font-size: 14px;
	font-style: normal;
	color: #666666;
	background-image:url(grafik/layout/grau_icon-3.gif);
	padding-left: 38px; /* Sondereinrueckung fuer Erste Ueberschrift*/
	background-repeat: no-repeat;	
}

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

hr{
	text-align:left;
	color:#629595;
	width:100%;
	height:1px;
	border-color:#629595;
	size:1px;
}

/* Textfelder für Formulare */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: 1px solid #629595;
	margin-top:2px;
	margin-bottom:2px;
}

.fliesstextklein {
	font-size: 9px;
}	

/* Farbe für Fehlermeldungen in E-mail-Formularen */

.fehler {
color:#FF0000;
}

/* Alles umschließender Container für die zentrierte Ausrichtung der gesamten Seite */
#ebcontainer {
	position:relative;
	width:850px;
	z-index:1;
	margin: auto;
}

/* ---------- Haupt-Menü-Ebenen ------------------------- */
#ebmenue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:200px;
	left:40px;
	width:190px;
	z-index:13;
}

#ebmenue a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	line-height:26px;
	text-align: left;
	text-decoration: none;
	/* NaviIcon */
	padding-left:16px;

	background-image:none;
	background-position:left center;
	background-repeat:no-repeat;
}	

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

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

#ebmenue div.menueebene2 a, #ebmenue div.menueebene2 a:link, #ebmenue div.menueebene2 a:visited, #ebmenue div.menueebene2aktiv a{
	font-size: 12px;
	line-height: 16px;
	padding-left: 29px;
	font-weight:normal;
}

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

#ebmenue div.menueebene3 a, #ebmenue div.menueebene3 a:link, #ebmenue div.menueebene3 a:visited, #ebmenue div.menueebene3aktiv a {
	font-size: 11px;
	line-height: 15px;
	padding-left: 39px;
}

#ebmenue div.menueebene3 a:active, #ebmenue div.menueebene3 a:hover, #ebmenue div.menueebene3aktiv a {
	color: #cc0000;
}


/* ---------- Meta-Menü-Ebenen ------------------------- */
#ebmenueoben {
	position:absolute;
	height:24px;
	z-index:10;
	right:38px;
	top: 6px;
	text-align:right;
}

#ebmenueoben div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	display:inline;
	font-weight: normal;
	text-decoration: none;
}

#ebmenueoben a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}

#ebmenueoben a:active, #ebmenueoben a:hover, #ebmenueoben div.nebennavigationaktiv p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: none;
}

/* ---------- Mitte-Ebenen ------------------------- */
#ebmitte {
	position:relative;
	top: 174px;
	left: 0px;
}

/* ---------- Inhalts-Ebenen ------------------------- */
#ebinhalt {
	position:absolute;
	top: 0px;
	left: 0px;

	width:448px;
	min-height:520px;
	_height:520px; /*Hack für IE*/

	padding:26px 151px 20px 251px;

	background-image:url(grafik/layout/bg.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: left top;
}

.csc-textpic-intext-right img{
	margin-left:10px;
}

.csc-textpic-imagewrap img,
div.csc-textpic img {
	padding:0px;
	padding-top:3px;
	margin:0px;
}

.csc-frame-rulerAfter{
	border-bottom:1px solid #629595;
}


/* ---------- Kopf / Oben-Ebenen ------------------------- */
#eboben {
	position:absolute;
	top: 0px;

	width:850px;
	height:175px;

	background-image:url(grafik/layout/bg.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: left top;

	font-size: 12px;
	line-height:normal;
}

#eboben-kopf {
	position:absolute;
	width:850px;
	height:25px;
	top: 0px;

	background-image:url(grafik/layout/head_bg.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: left top;
}

#eboben-links {
	position:absolute;
	top: 25px;
	left:17px;
	width:19px;
	height:149px;
}

#eboben-logo-container {
	position:absolute;
	top: 25px;
	left:45px;

	width:298px;
	height:147px;

	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	position:absolute;

	background-color:#676767;
	border:1px solid #333333;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#eboben-logo-container table{
	margin:24px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height:normal;
}

#eboben-logo-container h1 {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

#eboben-logo-container td#hhh{
	vertical-align:bottom;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	line-height:normal;
}

#eboben-logo-container p {
	font-size: 13px;
	line-height:normal;
	color: #FFFFFF;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#eboben-head-image {
	position:absolute;
	top: 25px;
	left:353px;

	width:458px;
	height:147px;

	border:1px solid #333333;
	background-color:#9D9D9D;
	overflow:hidden;
}

#eboben-head-image img{
	/* none */
}

#eboben-rechts {
	position:absolute;
	top: 25px;
	right:18px;
	width:12px;
	height:149px;
}

#ebfooter {
	position:absolute;
	width:850px;
	height:25px;
	z-index:14;
	left: 0px;
	background-image: url(grafik/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: hidden;
}

#ebfirma {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position:absolute;
	width:176px;
	height:53px;
	z-index:1;
	left: 169px;
	top: 39px;
}

#ebslogan {
	position:absolute;
	width:176px;
	height:55px;
	z-index:2;
	left: 169px;
	top: 104px;
	font-size: 13px;
	color: #FFFFFF;
}

/*--------------------------------- tt_news -----------------------------------*/
.news-list-container {
	/* none jet */
}

.news-startseite-latest-container{
	width:220px;
}

div.news-list-item {
	/* IE hack */ /* Hack - Wofuer ??? */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:0;

	border-bottom:1px solid #629595;
	padding-left:0px;
	padding-top:10px;
	clear:both;
}

div.news-list-item:first-child {
	border-top:1px solid #629595;
}

.news-list-item h3, .news-list-item p {
	margin-left:120px;
	padding-left:0px;
}

.news-list-item-title {
	padding:0px;
	margin:0px;
	margin-left:-40px;
	padding-left:40px;
}

.news-list-item-subhead, .news-list-item-subhead p, .news-single-item-subheader{
	padding-top:10px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: normal;
}

.news-single-timedata, .news-list-timedata{
	font-size:10px;
}

.news-list-item-maintext, .news-list-item-maintext p, .news-list-item-maintext, .news-list-item-maintext p{
	padding-top:10px;
	margin-top:0px;
}


.news-list-item-pics-div, .news-single-item-pics-div{
	text-align:right;
	clear:left;
	float:left;
}

div.news-termin-list-container .news-list-item-pics-div, .news-startseite-latest-container .news-list-item-pics-div{
	clear:left;
	float:left;
}

div.news-termin-list-container H3,
div.news-termin-list-container p{
	margin-left:100px;
	padding-left:0px;
}

.news-list-item-pics-div img,
.news-single-item-pics-div img {
	padding:0;
}

.news-list-item-morelink, .news-single-backlink{
	font-weight:bold;
	text-align:left;

}

.news-single-item, .news-single-item p{
	padding:0px;
	margin:0px;
	line-height: normal;
}

.news-single-item {
	max-width:446px;
	_width:446px;
	width:446px;
}

.news-single-item-links, .news-single-item-files{
	padding-bottom:20px;
	margin-top:20px;
}

.news-single-item-links p, .news-single-item-files p{
	line-height:normal;
	padding:0px;
	margin:0px;
}

div.news-single-image{
	float:left;
	margin:7px 14px 7px 0px ;
	padding:5px;
	background-color:#F3F3F3;
	text-align:center;
	width:120px;
	/* none */
}

div.news-single-image p{
	/* none */
}

.news-single-image p.news-single-imgcaption{
	font-size:9px;
	text-align:center;
}

.news-single-item-maintext p{
	clear:both;
}

.news-startseite-latest-container H3,
.news-startseite-latest-container p {
	margin-left:70px;
	padding-left:0px;
}

.news-startseite-latest-container p {
	line-height:normal;

	padding-top:0px;
	padding-bottom:0px;

	margin-top:0px;
	margin-bottom:0px;
}

/* Sonderformat fuer kompakte Liste in der Galerie */
.news-termin-list-container h3,
.news-termin-list-container p,
.news-list-galerie h3,
.news-list-galerie p {
	line-height:normal;

	padding-top:0px;
	padding-bottom:0px;

	margin-top:0px;
	margin-bottom:0px;
}

.news-termin-list-container h3,
.news-termin-list-container p {
	padding-bottom:5px;
}

#all-news-single-image {
	max-width:440px;
	_width:440px;
	width:440px;
}

#all-news-single-image div:last-child{
	visibility:hidden;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Pagebrowser*/
div.tx-ttnews-browsebox {
	text-align:center;
	padding-top:20px;
}
.tx-ttnews-browsebox-strong{
	font-weight:bold;
}
div.tx-ttnews-browsebox p,
div.tx-ttnews-browsebox td p
{
	margin-left:0px;
}

/* --------------------------------- ENDE tt_news  -----------------------------------*/



/* Keine Rahmen um Navi-Pfeile */
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;
}


/* Tabelle in Contentbereich */

.contenttable{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	line-height:15px;
}

.contenttable td{
	width:auto;
	height:auto;
	border:0px;
}

.contenttable p{
	padding:0px;
	margin:0px;
	line-height:15px;
}


/* ---------- Linke / Such-Ebenen ------------------------- */
#eblinks {
	position:absolute;
	z-index:7;
	left: 43px;
	top:450px;

	font-size: 10px;
	line-height: 13px;
}

#eblinks p, #eblinks table, #eblinks tr, #eblinks td,  #eblinks tbody{
	font-size: 11px;
	line-height:normal;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* Sonderformate der Startseite */
#pageid_1 #ebinhalt{ /* Andere Breite auf der Startseite*/
	min-height:520px;
	_height:520px; /*Hack für IE*/

	width:540px;
	padding:26px 89px 20px 221px;
}

#pageid_1 div.csc-frame-invisible {
	float:right;
	margin:13px 0px 20px 20px;
	padding:3px;
	background-color:#F3F3F3;
}

#pageid_1 div.csc-frame-invisible h1,
#pageid_1 div.csc-frame-invisible h5{
	padding:0px;
	margin:0px;
	clear:none;

	font-size: 14px;
	font-style: normal;
	color: #666666;
	background-image:url(grafik/layout/grau_icon-3.gif);
	padding-left:38px; /* Sondereinrueckung fuer Erste Ueberschrift*/
	background-repeat: no-repeat;	
}

#pageid_1 h1.csc-firstHeader {
	clear:none;
	padding:0px;
	margin:0px;
	padding-left:38px; /* Sondereinrueckung fuer Erste Ueberschrift*/
	line-height:normal;
}

#pageid_1 div.news-list-item {
	clear:left;
}


#pageid_52 .news-list-item img, #pageid_11 .news-list-item img{
	border:0;
}
