﻿/* CSS layout */
* {  padding: 0; 
  margin:  0; 
  border:  0;
}
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: white ;
  background-color: #f1f1f1;
  background-image: url('../images/hg.jpg');
  background-repeat: repeat-x ;
  text-align: left;
}
img {
  border: none;
}
.h1 {
  font-family:Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight:bold; 
}

.h2 {
  font-size: 16px;
  
}

.h3 {
  font-size: 18px;

}

.h4 {
  font-size: 20px;
}
a {
  color: #fe2e34;
  text-decoration: none;
  font-size: 12px;
}
a:visited {
  color: #fe2e34;
}
a:active {
  color: #58a9cc;
}
a:hover {
  color: #58a9cc;
}

#clear {
  clear: both;
}
#main {
  width: 1000px;
  margin: 0 auto;
}
#oben {
  width:auto;
  height:auto;
  position: absolute ;
  z-index: 1;
}

#logo {
  width:auto;
  height:auto;
  float: left ;
}
#navi {
  width:auto;
  height:auto;
  float:left;
  margin-left: 350px;
  text-transform: uppercase; 
  position: absolute ;
  z-index: 10;
}
#aktion {
  width: 1000px;
  height: 320px;
  margin-top: 65px; 
  position: absolute ;
  z-index: 10;
}
#shop {
  width:auto;
  height:auto;
  margin-top: 320px; 
  position: absolute ;
  z-index: 13;
}
#content {
  width: 920px;
  padding-top: 410px;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 10px;

  font-family: arial, sans-serif;
  font-size: 0.8em; 
        color: #000;
}

#footer {
  width: 1000px;
  height:50px;
  margin: 0 auto;
  color:gray ; 
  border-top:thin gray solid ; 
}