/* _________________________________

Stylesheet Glorreiche Halunken
Autor: DEKOR LABOR A.Kofron & M.Adler Gbr

Aufbau: 1.  Kalibrierung
        2.  Allgemeine Styles
        3.  Styles für Design
        4.  Sonstige Styles

____________________________________ */

/* 1.  Kalibrierung 
___________________*/

* {padding: 0; margin: 0;}
h2, h1, p, ul, ol {margin-bottom: 0; margin: 0;}

ol ul {margin-bottom: 0;}
li {margin-left: 0;padding-left: 0;}



/* 2.  Allgemeine Styles 
________________________*/

body {
  background-image: url("../images/bg2.jpg");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
  color: white;
  font-family: Verdana, Arial, Trebuchet MS, sans-serif;
  font-size: 100%;
}

a { 
 text-decoration: underline;
 outline: none;
}

a:link { color: #FFFFFF;}
a:visited { color: #FFFFFF;}
a:hover, a:focus { color: #FECE21;}
a:active { color: #FECE21;}

h1{font-size: 140%; color:#FECE21;padding: 40px 0 0 125px;}
h2{font-size: 100%; color:#E75012;padding: 0 0 0 5px;}
h3{font-size: 100%; color:#FECE21;padding: 20px 0 10px 0;}
h4{font-size: 120%; color:#FECE21;padding: 20px 0 10px 0;}


.clean {clear: both;}
.clean2 {clear: left;}
.clean3 {clear: right;}
/* 3.  Styles für Design 
________________________*/

#main {
  color: white;
  width: 998px;
  height: 100%;
  margin: 0px auto;
}

#head {
  background-image: url("../images/head.png");
  width: 998px;
  height: 245px;
  color: white;
}

#trenner {
  background-image: url("../images/trenner.png");
  width: 998px;
  height: 69px;
}

#content {
  background-image: url("../images/randcontent.png");
  background-repeat: repeat-y;
  color: white;
  width: 998px;
  height: 100%;
}

#inhalt {
display: none;
  background-color: black;
  color: white;
  width: 859px;
  height: 100%;
  float: left; 
}


#foot {
  background-image: url("../images/foot.png");
  width: 998px;
  height: 101px;
}
