	 *{padding:0px; margin:0px;}
	body {

background-color: #252422; /*gesamthintergrund*/  
padding:0px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
font-size:14px;
text-align: left;
line-height:18px;
}

	
	
/*	float:center;
	background-color: #252422; /*gesamthintergrund*/
	padding:0px;
	padding-top:130px; /*130*/
	background-image:url("../images/logo1.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-position:top;
	width: 800px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:13px;
	line-height:18px;
}
*/
/* Links */

a:link {color: #ff6600;}

a:hover {color: #D5EAFF;}
a:visited {color: #FF6600;}
a:link {color: #ff6600;}
a:active {color: #ff6600;}
/* Ende Links */

.accToggler{
	position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #3f3c38; /*Farbe zwischen den Leisten*/ 
	background-image:url("../images/off.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	color:#35FFF6;   /*schriftfarbe Leiste innen*/
    cursor: pointer;
	margin-bottom:px;
	padding:1px 14px 1px 14px;
	border-top:1px solid #5d5852;
}

.accToggler:hover {
    background-image:url("../images/on.jpg");
	background-color:#6d493a;
	border-top:1px solid #a06b55;
}
    
.accContent{
	overflow: hidden;	/* required for effect */
	background-image:url("../images/kachel.jpg");
    /*background: #302e2c;/*Hintergrundfarbe des Inhalts*/*/
	padding:1px 24px 1px 24px;
	color:#ffffff;/*c4bab1;*/
	border-bottom:1px solid #000000;
}
