div.scroller
{
overflow:hidden; 
position:absolute;
left:45px;
top:15px;
width: 770px; 
height:338px;
z-index:6
}


div.scroller div.section
{
width: 770px; 
height: 338px;
overflow:hidden;
float:left;		
}

div.scroller div.content
{
width: 10000px;
}

div.scroller img
{
width:201px;
float: right;
margin-left:20px;
}

div.scroller .controls
{
height:24px;
background-image:url(../images/navi3-line.gif);
background-repeat:repeat-x;
background-position:0px 100%;
margin-bottom:7px;
}

div.scroller .controls a
{
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:14px;
background-image: url(../images/pfeil-link.gif);
background-repeat:no-repeat;
background-position:2px 50%;
color:#000000;
line-height:12px;
}

div.scroller .controls a:hover
{
color:#01377d;
}

div.scroller div.section, div.scroller div.section p
{
font-size:12px;
color:#000000;
line-height:22px;
text-align: justify;
}


