@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;*/
}

.prj{
   border:none;
   margin-bottom:14px;
   padding:2px;
   font-size:85%;
}
.prjdate{
   border: none;
   color:#448;
   padding-right: 2px;
   padding-left:  0px;
}
.prjhead{
   border: none;
   padding:2px;
   background: #dee;
   margin-bottom:3px;
   font-weight:bold
}

#bbNote {
   margin-left:480px;
   margin-right:-160px;
   padding: 8px 8px 6px;
   position: relative;
   top:114px; left: -160px;
   background: #ff9;
}

.caption{
   border: none;
}
.vsThumbs{
   border: none;
   margin:8px;
}
#pageheading {
   font-size:200%;
}

.floatbox {
   margin-left:80px;
   width:580px;
   margin-bottom:4px
}
.floatbox img {
   float:left;
   margin:4px
}

}