/*

fGal
Version: 1.0
Autor: Florian Meier
Webseite: http://flomei.de

==================================
style.css
==================================

CSS-Datei für das dunkle Standard-Template
Format 3:2

==================================

Diese Software wird unter eine Creative Commons-Lizenz veröffentlicht.
Die Bedingungen können unter folgender Seite eingesehen werden:
http://creativecommons.org/licenses/by-nc-sa/3.0/deed.de
*/

body {
  font-family: sans-serif;
  font-size: 10pt;
  color: #ccc;
  background-color: #000;
  overflow: hidden; /* Fragt mich nicht warum, aber ohne das erzeugt das Ding rechts ne Scrollleiste... */
}

img {
    border: none;
}

.breadcrumb {
  font-size: 8pt;
}

a {
  text-decoration: none;
  color: #ccc;
}

a:hover {
  border-bottom: 1px solid #ccc;
}

.gal_navi, .gal_navi:hover, .subfolder, .subfolder:hover {
  border-bottom: none;
  text-decoration: none;
  color: #ccc;
}

#head {
  position:relative;
  left:2%;
  top:2%;
  border: none;
  width: 920px;
}

#control {
  position:relative;
  top:20px;
  left:2%;
  width:180px;
  height:440px;
  padding:10px;
  border:1px solid #ccc;
  overflow:auto;
}

#content {
   position:relative;
   top:-442px;
   left:230px;
   height:440px;
   margin-left:20px;
   padding:10px;
   width:660px;
   border:1px solid #ccc;
   overflow:hidden;
}

#gal_navi {
  position: absolute;
  top: 435px;
  width: 180px;
  margin: auto;
  text-align: center;
}