/* STYLESHEET ONLY FOR ONE PAGE */

#con-background
{
  background: url("../images/seitengrafik/Comp_04.03.00.00_mitte.jpg") bottom no-repeat;
}

#right a, #right p strong {
 color: #ff8800;
 text-decoration: none;
}
#right a:hover {
 color: #fff;
}

#faqs {
	width: 400px;
	margin-bottom: 100px;
}
#faqs h2 {
	color: #fff;
        
}
#faqs h2 strong {
	color: #FF8000;
}
#faqs h3 {
        cursor: pointer;
        cursor: hand;
	font-weight: normal;
	/*letter-spacing: 0.02em;*/
	margin: 1em 0em 0.4em 0em;
        padding-bottom: 0.8em;
        border-bottom: 1px dashed #ccc;
        background:url("../images/arrow-down.gif") no-repeat center right;
}
#faqs h3, #faqs li {
	/*font-style: italic;*/
	/*color: #fff;*/
	font-size: 110%;
	padding: 0em;
}
/*#faqs ul {
	border-top: 1px dashed #ccc;
}*/
#faqs li {
	display:none;
	margin: .4em 0em 0.4em 0em;
        padding-bottom: 0.4em;
        background:url("../images/arrow-up.gif") no-repeat bottom right;
}

/*#faqs ul:hover {
	border-top: none;
	border-bottom: 2px dashed #ccc;
}
#faqs ul:hover li, #faqs ul a:hover li {
	display:block;
}*/

/* ===== SCROLLING ===== */
#scrollMeDown {
 width: 15px;
 height: 8px;
 position:absolute;
 top: 335px;
 left: 630px;
}
#scrollMeUp {
 width: 15px;
 height: 8px;
 position: absolute;
 top: 355px;
 left: 630px;
}

#scrollbox {
 width: 425px;
 height: 285px;
 overflow: hidden;

 position: absolute;
 top: 40px;
 left: 0px;

 /*border: 1px solid grey;*/
}

#scrolltext {
 width: 425px;
 position: absolute;
 left: 0px;
 top: 0px;
 padding-bottom: 200px;
}

#old_id { 
display:none;
}
.hideBack{
 background-image:none;
}