/*
Theme Name: BirteBasti.de
Theme URI: http://www.birtebasti.de
Description: Standard Theme für Birtbasti.de
Author: Sebastian Merk
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: BirteBasti
*/

html {
  overflow-y: scroll;
  font-family: verdana;
  font-size: 12px;
  }

*
  {
  }

img {
  border: 0px;
  }
#main
  {
/*
  background: #ffff00;
*/ 
  border: 1px solid #000000;
  position:absolute;
  margin-left: -480px;
  left: 50%;
	width: 960px; /* width/2 =480 */
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  background: #ffffff;
  padding: 0px;
  color: #18277f;
  }
#head
  {
  color: #ffffff;
  background-image: url(./pics/header.jpg);
  width:960px;
  height:150px;
  border-bottom: 1px solid #000000;
  }
#head-schrift
  {
  position: absolute;
  font-size: 40px;
  left: 100px;
  top: 55px;   
  height:40px;
  width: 400px;
  text-align: center;
  cursor: pointer;
  }
#content
  {
/*
  width: 960px;
*/
  margin:10px;
  }  
.head-bild
  {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid #000000;
  }
.head-menu
  {
  position: absolute;
/*
  width: 100px;
  height:20px; 
*/
  top: 140px;
  left: -1px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  }
#footer
  {
  font-size:10px;
  width: 960px;
  height: 12px;
  background: #ffffff;
  border-top: 1px solid #000000;
  }
.bild-platzhalter
  {
/*
  border: 1px solid #000000;
*/
  width: 180px;
  height: 30px;
  float: right;
  display: block;
  }