/* NOOBSLIDE */
.noobslide{
position: relative;
padding: 0 0 20px 0;
margin-right: 21px;
margin-top: 10px;
float: left;
}

.noobslide span{
display:block;
float:left;
position: relative;
background: #C7DABE;
margin: 0;
padding: 0;
}

.noobslide span a{
display: block;
}

.noobslide .mask{
margin: 0 auto;
position:relative;
overflow:hidden;
}

.noobslide .noobelement{
display:block;
overflow:hidden;
position: relative;
text-align: center;
color: #424242;
float: left;
text-align: left;
}

.noobslide .noobelement .title h2, #right .noobelement .title h2{
font-size: 0.75em;
text-align: left;
border: 0;
margin: 0;
}

.noobslide .noobelement img{
border:none;
}

.noobslide .noobelement .bodytext{
font-size: 0.75em;
line-height: 120%;
}

.noobslide .noobelement .bodytext a{
color: #236cb7;
padding: 0 0 0 15px;
background: url(../../../../fileadmin/img/linkarrow-grey.png) no-repeat left center;
}

.noobslide .buttons{
height: 15px;
margin: 1px 0 0 0;
background: #c00;
position: relative;
text-align: center;
}

.noobslideprev{
height: 17px;
width: 17px;
position:absolute;
left: 0px;
top: 60px;
background: url(../../../../fileadmin/img/sprite.png) -51px 0 no-repeat;
cursor: pointer;
}

.noobslideplay{
display: none;
background: url(btn-play.png) no-repeat;
cursor: pointer;
}

.noobslidestop{
display: none;
background: url(btn-stop.png) no-repeat;
cursor: pointer;
}

.noobslidenext{
height: 17px;
width: 17px;
position:absolute;
right: 0px;
top: 60px;
background: url(../../../../fileadmin/img/sprite.png) -17px 0 no-repeat;
cursor: pointer;
}

