/*** Dies ist das spezifische css nur fuer diese Domain ***/
/*** Aufteilung des Stylesheet: Gesamtseite/Wrapper - Kopfbereich incl. Breadcrumb - Navigation - Contentbereich - Fussbereich ****/

/*** HINWEIS: die Angaben in diesem Stylesheet berschreiben diejenigen des Haupt-Stylesheets ***/

body {
	background-color:#fff;
}
/*** Angaben fuer gesamte Seite und Wrapper ***/
a {
	color:#666666; /* Farbe der normalen Links */
}
div,
td,
p {
	font-family: Verdana, Arial;
	font-size:11px;
}
div#mainblock p.bodytext {
	margin-top:5px;
	margin-bottom:5px;
}
/* Groessen und Farbe der Ueberschriften H1-H8 */
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-style:normal; color:#666666; margin:5px 0px 10px 0px;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style:normal; color:#666666; margin:5px 0px 10px 0px;}
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style:normal; color:#666666;}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style:italic; margin:5px 0px 10px 0px;}
h5 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style:italic;}
h6 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style:italic;}

#wrapper_shadow { /* falls kein Schatten gewnscht, einfach mit xx auskommentieren ... #xxwrapper_shadow */
	position: relative;
	width:982px;  /* Breite von #wrapper plus border-left und border-right */
	padding:0 15px 0 15px; /* Schattenbreite */
	xxbackground-image:url(shadow_left_right.gif); /* austauschbarer Hintergrundschatten: Bildbreite=width+(2xborder)+(2xSchattenrand) */
	background-position:center;
	background-repeat:repeat-y;
}
#wrapper {
	border-left:1px solid #666666; /* Borderbreite und Farbe einstellen */
	border-right:1px solid #666666; /* Borderbreite und Farbe einstellen */
	background-color:#FFF;
}

/* Kopfbereich incl. Breadcrumb */
#topimage {
	height:250px; /* Hoehe des Top-Logos */
	background-color:#CCCCCC; /*Hintergrundfarbe bei Logo und Feld ueber dem Menue */
}
#meta {
	background-color: #cccccc; /* box ueber Menue, color override here not working in IE6*/
}
#blockright {
	background-color:#cccccc; /* Hintergrundfarbe Breadcrumb */
	color:#666666; /* Farbe der Trennzeichen zwischen Breadcrumb-Punkten */
	}
#blockright a {
	color: #666666; /* Farbe der Breadcrumb-Links */
}

/*** Navigationsbereich ***/
#leftcol {
	background-color:#BBBBBB;/*ffffff*/
}
#navi_flyout {
	background-color: #BBBBBB;
}

.news-list-date {
	color:#B2854C;
}

}

/*** Inhaltsbereich ***/
#content_text {
	/*background-image: url(../../../typo3conf/ext/abz_domaintemplate/templates/headerimages/abzet.de.jpg); */ /*Hintergrundbild fuer Contentbereich */
	/*background-repeat:no-repeat;*/
	/*background-position:20px 30px;*/ /* Positionierung des Content-Hintergrundbilds */
	border-left-color:#BBBBBB;/* Farbe Hintergrund linke Spalte*/
}
#content_text a {
	text-decoration:underline;
	color: #666666;
}
#content_text a:hover {
	text-decoration:none;
	color:#666666;
}
#content_text p {
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	color: #000000;
}

/* contentwrapper colors*/
div.tx-contentwrapper_style1{
	border:1px solid #95C39E;
	background-color:#fff;
}
div.tx-contentwrapper_style2{
	border:1px solid #95C39E;
	background-color:#FFFFCC;
	overflow:hidden;
}
.tx-contentwrapper_style2 .csc-textpicHeader {
	text-align:center;
}
div.tx-contentwrapper_style3{
	border: 1px solid #808080;
	background-color:#95C39E;
}
div.tx-contentwrapper_style4,
div.tx-contentwrapper_style5,
.guestbook-single-information {
	background-color: #D8C7A6;
	border: 1px solid black;
	height:16px;
	color:black;
	padding:10px;
	margin-bottom:20px;
}

/*** Fussbereich ***/
#footer,
#footer_middle,
#client_footer {
	background-color:#cccccc; /* Hintergrundfarbe Footer */
}
#footer_middle a {
	}
div#client_footer,
div#client_footer a {
	color:#666666; /* Textfarbe und Schrift des Client-Fusses */
}
.bo_footer,
.bo_footer a {
	color:#666666; /* Textfarbe und Schrift des BO-Fusses */
}
#footer {
	clear:both;
	width:100%;
	margin-top:0px;
}