﻿body {
	padding: 20px 0;
    margin: 0;
	background-color: #656565;
	color: #c2bebe;
    font-family:Arial,Helvetica,FreeSans,sans-serif;
    font-size:90%;
	text-align: left;
}

h2 {
    font-size: 1.2em;
}


a {
  text-decoration: none;
  font-weight: bold;
  color: #ef5b03;
}



#header {
    height: 200px;
    width: 780px;
    background: #222 url(../images/bg.jpg) no-repeat ;
}


#container {
	margin: 0px auto;
    padding: 20px 20px 0 20px;
	width: 780px;
	background: #0c070d ;
	color: inherit;
 }
#contain {
	margin: 0px auto;
    padding: 20px 20px 0 20px;
	width: 780px;
	background: #0c070d ;
	color: inherit;
 }

#left_column {
    float:left;
    background-color: #333;
    width:140px;
    margin-top: 10px;
    padding: 0 10px 0 10px;
}

#right_column {
    float:right;
    padding: 0 10px 0 10px;
    width:580px;
    margin-top: 10px;
    font-size:0.8em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    color: #ddd;
    overflow: visible;
}

.supertitle {
    font-size:0.76em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:700;
    line-height:14px;
    text-transform:uppercase;
    color: #ef5b03;
    margin-bottom: 10px;
}

h1.supertitle  {
  font-size: 13px;
  line-height: 21px;
}

br.extra {
  line-height: 0.1em;
}


div.white
{
    padding: 0 10px 0 10px;
    font-size:1.07em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    color: #ddd;
    line-height: 1.6em;
}


.white h2
{
  font-size: 1.1em;
  font-weight: 550;
  text-transform:uppercase;
}

.white br
{
    margin-bottom: 0.4em;
    display: block;
}

.white h3
{
  line-height: 1.0em;
  font-size: 0.9em;
  margin-bottom: 0;
}


div.abstand {
    margin-bottom: 28px;
}


.smallwhite
{
    font-size:0.76em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    line-height:1.3em;
    color: #ddd;
}

.datumboxartikel
{
  background: transparent url(../images/bgicon64.png);
/*  margin: 0 0 10px 39px; */
    margin: 5px auto;
  text-align: center;
  width: 70px;
  height:81px;
}

input, select, textarea { background-color:#aaa; }

.statistik
{
  padding: 6px;
  margin: 3px;
  border-spacing: 2px
}

.statistik th
{
  background: #006699;
  color: #ffffff;
  margin: 3px;
  padding: 3px;
}

.statistik td
{
  background: #333;
  margin: 3px;
  padding: 3px;
  }



}


