/*
   BOROWSKI - 
   
   File:         screen.css
   Description:  Stylesheet for
   Author:       Ralph Borowski <ralph.borowski@borowski.it>
   License:      BSD-License
   Version:      0.0.1
 
   CHANGELOG
   
   0000-00-00    File created
*/


/*
    ALLGEMEINE HTML-ELEMENTE
*/
body {
  font-family: sans-serif;
  font-size: 11pt;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
  font-size: 1.2em;
  color: #a2a20b;
}

h3 {
  font-weight: normal;
}

a {
  color: #a2a20b;
  text-decoration: none;
}

/*
    BLOCKELEMENTE
*/
div#wrapper {
  background: url("bg.jpg") top center no-repeat; 
}

div#content {
	padding-top: 300px;
  padding-right: 75px;
  width: 510px;
  margin: 0 auto;
}

div#footer {
  text-align: center;
  font-size: 0.8em;
  padding: 25px 0px;
}

/*
    SPEZIALFORMATE
*/
