@import url(base.css);

/* some basic formatting */
html, 
body { 
   color: black;
}

/* anchors */
div.bruch a { 
   display: block; 
}

div.bruch > a {
   padding-top: 10px; 
}

/* some other formatting */
dl div {
  text-align: right;
}

form p {
   margin: 1cm; 
}

noscript { 
   color: #FFBF00;
   font-size: 10pt; 
}

table {
   background-color: transparent; 
}

/* CLASS DECLARATION */

/* text */
.counter {
   font-size: 11pt; 
}

/* pictures */
.picLeft {
   vertical-align: text-top;
   float: left;
   margin: 10px; 
}

.picRight {
   vertical-align: text-top;
   float: right;
   margin: 10px; 
}
/* navigation */
.navi {
   text-align: center;
   font-size: 8pt; 
}
a.blind, 
a:hover.blind { 
   color: black; 
}

/* navigation */
.naviSide { 
   visibility: hidden; 
}

/* unforming the curtain */
#SFDD,
#O, 
#U, 
#OL, 
#UL, 
#OR, 
#UR {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#L, 
#R {
  padding: 10px; 
}

#SFDD {
  visibility: hidden;
}
