/*------------------------------------------------------------------
[Master Stylesheet]

Project:  3mb
Version:  1.0

Datei: bildschirm.css
Datum: 07. März 2009
Autor: Matthias Becker

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
------------------------------------------------------------------ */

/* ====================================
   1. Kalibrierung
   ================================= */

* {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

h2, p, ul, ol { margin-bottom: 1em; }

li { margin-left: 2em; }

ol ul { margin-bottom: 0; }

/* ====================================
   2.  Allgemeine Styles
   ================================= */

body {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;   /* weiss*/  
  color: white;
  font-family: Verdana, Arial, Helvetiva, sans-serif;
  font-size: small;
  width: 960px;
}

h1 { font-size: 150%; color: #434543; margin-bottom: 10px;}
h2 { font-size: 130%; color: #434543; margin-bottom: 10px;}
h3 { font-size: 110%; color: #434543; margin-top: 20px; margin-bottom: 10px;}

address {
  color: #434543;
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 20px;
}

/* ====================================
   3.  Styles für Layoutbereiche
   ================================= */

#wrapper {
  background-color: white;
  color: black;
  width: 753px;
  margin: 10px auto;
  text-align: left;
}

#header {
	background-color: #ffffff;   /* weiss */
	color: black;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #434543; 
  margin-top: 20px;
  text-align: center;
}

#poweredby {
  margin: auto;
  text-align: center;
  color: #999999;
  font-size: .8em;
}

#poweredby a {
    color: #999999;
    text-decoration: none;
	outline: none;
}

#poweredby a:hover {
  color: #999999;
  text-decoration: underline;
}

