/*3-spaltiges Design Entwickelt mit Anleitung durch http://www.yaml.de/ Dank an Dirk Jesse, auch wenn ich hier nur marginal die CSS Definitionen aufgegriffen habe.*/
/*global settings*/

* { margin:0; padding:0; } /*  Innen- und Außenabstände aller HTML-Elemente (dafür sorgt der Stern-Selektor) auf Null*/

html { height: 100% }


body {
  background-color:#000000;
  color:#FFFFFF;
  min-height: 101%;
  position: relative;
  text-align: left;
  font-size: 100.01%;
  }

h1,h2,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Tahoma,sans-serif; }

h1 { font-size:19px; margin-bottom:18px; letter-spacing:2pt; }

h2 { font-size:17px; margin-bottom:18px; letter-spacing:1pt; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:15px; }

a:active { color:#FFFFFF; text-decoration:none; font-weight:normal; }
a:link { color:#FFFFFF; text-decoration:underline; }
a:visited { color:#FFFFFF; text-decoration:none>; }
a:focus { color:#00AA00; font-weight:normal; }
a:hover { color:#217A8D; text-decoration:none; font-weight:bold; }

table { border="0"; }
/*postion settings*/

div.main {
  width: 100%;
  }

div.pagenav {
  width: 100%;
  }

div.pageback {
  position:relative;
  float: left;
  top:15px;
  left:15px;
  width: 40px;
  text-align: left;
  border-right: 2px #eee dotted;
  /* Farbe für Layoutprüfung*/
  /*background:#AEA399;*/
 }

div.pagenext {
  position:relative;
  float: right;
  top:15px;
  right:15px;
  width: 40px;
  text-align: right;
  border-left: 2px #eee dotted;
  /* Farbe für Layoutprüfung*/
  /*background:#D18958;*/
  }

div.title {
  position:relative;
  top:15px;
  width:auto;
  margin-left: 80px;
  margin-right: 80px;
  /*border-left: 2px #eee dotted;*/
  /*border-right: 2px #eee dotted;*/
  text-align: center;
  /* Farbe für Layoutprüfung*/
  /*background: #008A8A;*/
  }

div.picture {
  position:relative;
  top:20px;
  text-align: center;
  }


  div.wallpaperlist {
  position:relative;
  top:40px;
  align:center;
  width:auto;
  margin-left: 80px;
  margin-right: 80px;
  /*border-left: 2px #eee dotted;*/
  /*border-right: 2px #eee dotted;*/
  text-align: center;
  /* Farbe für Layoutprüfung*/
  /*background: #008A8A;*/
  }
