html { 

}

#background {
  background: url(images/background.jpg);
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

body {
 background-color: #fff;
 background-position: right top;
 background-repeat: no-repeat;
 color: #000;
 font-family: Verdana, Geneva, sans-serif;
 font-size: small; 
}

a:link, a:visited {
 color: #000;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #000;
 text-decoration: underline;
 font-weight: bold;
}

input, select {
 background-color: #000;
 color: #fff;
 width: 115px;
}

table {
 border-width: 0px;
 border-spacing: 0px;
}

td, th {
 border-width: 0px;
 text-align: left;
 padding-left: 7px;
 padding-right: 7px;
 margin: auto;
}

li {
 padding-top: 3px;
 padding-bottom: 2px;
}

.tooltip {
 top: -50px;
 right: 20px;
 height: 20px;
 background-color: black;
 color: white;
 border-radius: 5px;
 opacity: 0;
 position: absolute;
 -webkit-transition: opacity 0.5s;
 -moz-transition: opacity 0.5s;
 -ms-transition: opacity 0.5s;
 -o-transition: opacity 0.5s;
 transition: opacity 0.5s;
}

.hover:hover .tooltip { /* display tooltip on hover */
 opacity:1;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #000;
} 

#all {
 position: relative;
 width: 1200px;
 top: 0px;
 bottom: 0px;
 
 margin-left: auto;
 margin-right: auto;
}

#header {
 position:absolute;
 width: 1200px;
 height: 71px;
 top: 0px;
 bottom: 0px;
 left: 50%;
 margin-left: -600px;
}

#leftside {
 position:absolute;
 left: 0px;
 top: 71px;
 width: 140px;
 padding: 30px;
}

#rightside {
 position:absolute;
 right: 0px;
 top: 71px;
 width: 140px;
 padding: 30px;
}

#menu {
 border-width: 1px;
 border-style: solid;
 border-radius: 5px;
 padding-left: 10px;
 padding-bottom: 10px;
 margin-bottom: 50px;
 box-shadow: 5px 5px 5px 1px #000;
}

#menu ul {
 list-style: none;
 padding: 0px;
 font-family: Verdana;
 font-size: 11px;
}

#login {
 border-width: 1px;
 border-style:solid;
 border-radius: 5px;
 padding-left: 10px;
 padding-bottom: 10px;
 margin-bottom: 50px;
 box-shadow: 5px 5px 5px 1px #000;
}

#randompics {
 border-width: 1px;
 border-style: solid;
 border-radius: 5px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 margin-bottom: 50px;
 box-shadow: 5px 5px 5px 1px #000;
}

#bottomnote {
 position: absolute;
 font-size: 9px;
 text-align: center;
 width: 145px;
 text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff , 0 0 70px #fff , 0 0 80px #fff , 0 0 100px #fff ;
}

#content {
 position:absolute;
 left: 190px;
 top: 71px;
 width: 800px;
 padding: 10px;
}

.enlarge:hover {
 transform:scale(1.5, 1.5);
 transform-origin:center center;
}

.grey {
 background-color: rgba(200, 200, 200, 0.75);
}

.pictureoverlay {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: rgba(10, 10, 10, 0.9);
}

.arrow_left {
 margin: auto;
 position: absolute;
 width: 128px;
 height: 128px;
 top: 0px;
 bottom: 0px;
 left: 20px;
}

.arrow_right {
 margin: auto;
 position: absolute;
 width: 128px;
 height: 128px;
 top: 0px;
 bottom: 0px;
 right: 20px;
}

.close_button {
 position: absolute;
 width: 64px;
 height: 64px;
 top: 10px;
 right: 10px;
}

.center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.contentboxheadline {
 box-shadow: 1px 1px 3px 0px #000;
 height: 32px;
 top: -16px;
 left: 16px;
 background-color:black;
 color:white;
 border-color: black;
 border-radius:5px;
 border-style:solid;
 border-width: 1px;
 padding-left: 10px;
 padding-right: 10px;
 position:absolute;
}

.contentbox  {
 position: relative;
 box-shadow: 5px 5px 5px 1px #000;
 border-width: 1px;
 border-style:solid;
 border-radius: 5px;
 margin: auto;
 width:800px;
 margin-top: 20px;
 margin-bottom: 30px;
 text-align: left;
 padding: 30px;
}

.contentboxinfos {
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 padding-top: 25px;
 padding-bottom: 5px;
 height: auto;
 width: 100%;
 text-align: right;
}

.contentboxbody {
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 padding: 20px;
 height: auto;
 width: 95%;
 text-align: left;
}

.picturebox {
 border-radius: 5px;
 padding: 20px;
 height: auto;
 width: 95%;
 text-align: left;
}

.downloadbox {
 border-radius: 5px;
 padding: 20px;
 height: auto;
 width: 95%;
 text-align: left;
}