@charset "UTF-8";

/* import local master styles - uncomment if needed */
/* @import url(../../css/master.css); */

/* local styles aktfotos */
@media all
{
body {
  background: #333;
  /*color: #356AA0;*/
}
#bbNote {
   margin-left:460px;
   margin-right:-120px;
   padding: 8px 18px 6px;
   position: relative;
   top:114px; left: -160px;
   background: #ff9;
   box-shadow: 0.2em 0.2em #CCC;
   -moz-box-shadow: 0.3em 0.3em #CCC;
   -webkit-box-shadow: 0.3em 0.3em #CCC;
   -moz-transform: scale(1) rotate(-30deg) translate(0px, -60px) skew(0deg, 0deg);
   -webkit-transform: scale(1) rotate(-30deg) translate(0px, -60px) skew(0deg, 0deg);
}
.caption{
   border: none;
}
.vsThumbs{
   border: none;
   margin:8px;
   padding-left:6px;
}
#pageheading {
   font-size:200%;
}
.floatbox {
   margin-left:0;
   width:580px;
   margin-bottom:4px
}
.floatbox img {
   float:left;
   margin:14px
}

}
