/*** Dies ist das spezifische css nur fr 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 fr gesamte Seite und Wrapper ***/
a {
	color:#105B08; /* Farbe der normalen Links */
}
div,
td,
p {
	font-family: Verdana, Arial;
	font-size:12px;
}
div#mainblock p.bodytext {
	margin-top:5px;
	margin-bottom:5px;
}
/* Gre und Farbe der berschriften H1-H8 */
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight:bold; font-style:normal; color:#105B08;margin:5px 0px 10px 0px;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; font-style:normal; color:#105B08;margin:5px 0px 10px 0px;}
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; font-style:normal; color:#105B08;}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight:bold; font-style:italic;margin:5px 0px 10px 0px;}
h5 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; font-style:italic;}
h6 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; 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:2px solid #808080; /* Borderbreite und Farbe einstellen */
	border-right:2px solid #808080; /* Borderbreite und Farbe einstellen */
	background-color:#FFF;
}

/* Kopfbereich incl. Breadcrumb */
#topimage {
	height:250px; /* Hhe des Top-Logos */
	background-color:#105B08; /*Hintergrundfarbe bei Logo und Feld ber Men */
}
#meta {
	background-color: #105B08; /* box ber Men, color override here not working in IE6*/
}
#blockright {
	background-color:#105B08; /* Hintergrundfarbe Breadcrumb */
	color:#FFFFCC; /* Farbe der Trennzeichen zwischen Breadcrumb-Punkten */
	}
#blockright a {
	color: #FFFFFF; /* Farbe der Breadcrumb-Links */
}

/*** Navigationsbereich ***/
#leftcol {
	background-color:#105B08;/*105B08*/
}
#menu {
	border-top:1px solid #FFF; /*Hhe und Farbe der oberen Rahmenlinie des obersten Menpunkts*/
}
#menu .menuitem {
	border-bottom:1px solid #FFF; /* Hhe und Farbe des Trennstrichs zwischen Listenpunkten */
	color:#000;
}
#menu .act {
	background-color:#1D376A; /*Hintergrundfarbe des aktiven Menpunkts*/
}
#menu a {
	color:#FFF;
}


h1#designhell,
h2#designhell,
h3#designhell {
	color:#D8C7A6;
}
h1#designdunkel,
h2#designdunkel,
h3#designdunkel {
	color:#B2854C;
}
div#rahmen_design {
	border-color:#B2854C;
}
.news-list-date {
	color:#B2854C;
}

/*** Inhaltsbereich ***/
#content_text {
	/*background-image: url(../../../typo3conf/ext/abz_domaintemplate/templates/headerimages/abzet.de.jpg); */ /*Hintergrundbild fr Contentbereich */
	/*background-repeat:no-repeat;*/
	/*background-position:20px 30px;*/ /* Positionierung des Content-Hintergrundbilds */
}
#content_text a {
	text-decoration:underline;
	color: #000066;
}
#content_text a:hover {
	text-decoration:none;
	color:#000066;
}
#content_text p {
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	color: #000000;
}

/* contentwrapper colors*/
div.tx-contentwrapper_style1{
	border:1px solid #386DD3;
	background-color:#FFF;
}
div.tx-contentwrapper_style2{
	border:1px solid #386DD3;
	background-color:#FFFFCC;
	overflow:hidden;
}
.tx-contentwrapper_style2 .csc-textpicHeader {
	text-align:center;
}
div.tx-contentwrapper_style3{
	border: 1px solid #808080;
	background-color:#386DD3;
}
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:#105B08; /* Hintergrundfarbe Footer */
}
#footer_middle a {
	}
div#client_footer,
div#client_footer a {
	color:#FFF; /* Textfarbe und Schrift des Client-Fusses */
}
.bo_footer,
.bo_footer a {
	color:#FFF; /* Textfarbe und Schrift des BO-Fusses */
}
#footer {
	clear:both;
	width:100%;
	margin-top:0px;
}