/*www.klasan.at*/ 

#LeftArrow{
position: relative;
top: 61px;
left: 0px;
width: 25px;
}

#RightArrow{
position: relative;
top: 20px;
left: 780px;
width: 25px;
}
        
.arrow{
cursor: pointer;
}
        
#ScrollBox {
margin-left: 35px;
margin-top: -90px;
width: 740px;
height: 150px;
position:  absolute;
overflow: hidden;
border: solid 0px #000;
background-color:#fff;
font-family: Trebuchet MS;
}

#BigBox{
width: 3800px;
position:  absolute;
}

.block{
width: 185px;
float: left;
height: 150px;
margin-right: 10px;
}

.block a{
color: #011961;
font-family: Trebuchet MS;
font-size: 1em;
text-decoration: none;
font-weight:70; 
}

.block img{
border: 0px;
}

.block h2{
font-weight:bold;
color: #011961;
font-family: Trebuchet MS;
font-size: 1em;
text-transform: uppercase;
}


