/* STYLESHEET ONLY FOR ONE PAGE */

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

#content h2, #content p {
 width: 360px;
}

#content p {
 border-bottom: 1px dashed #ccc;
 padding-bottom: 5px;
 background: url("../images/arrow-right.gif") bottom right no-repeat;
}
#content p.nest {
 background: url("../images/arrow-right-blue.gif") bottom right no-repeat;
}

#content p a {
 width: 350px;
}

#content a:hover {
 color: #ff8800;
}


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


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

#scrollbox {
 width: 360px;
 height: 295px;
 overflow: hidden;

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

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

#scrolltext {
 width: 360px;
 position: absolute;
 left: 0px;
 top: 0px;
}