/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2006, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 29.11.2006
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px/1.6em Verdana, Arial, sans-serif;
	text-align: center;
	color: #194019;
	background: #e6e4cb url(img/body.background.gif) repeat left top;
}

#teaser {
	border: 8px solid white;
}

#canvas {
  position: relative;
  width: 720px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
}

#content {
	position: relative;
	width: 716px;
}

#navhome {
	display: block;
  position: absolute;
  top: -37px;
  left: -62px;
  width: 128px;
  height: 158px;
	background-image: url(img/abdruck.gif);
	background-position: left top;
	background-repeat: repeat-y; 
	text-indent: -5000px;
}

h1 {
	position: absolute;
	top: 540px;
	left: 430px;
	width: 281px;
	height: 33px;
	background-image: url(img/teaser.logo.gif);
	background-position: left top;
	background-repeat: no-repeat; 
	text-indent: -5000px;
}




























