/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2007, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 20.04.2007
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

body {
	color: #ddd;
}

#canvas {
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;
	padding-top: 37px;
}

#top {
	background: url(img/bkg.top.gif) no-repeat left top;	
}

#bottom {
	background: url(img/bkg.bottom.gif) no-repeat left top;	
}

#content {
	background: url(img/bkg.content.gif) repeat-y left top;
	padding-top: 10px;
	padding-left: 30px;	
	padding-right: 30px;
}

#strip {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 60px;
	height: 383px;
}

#footer {
	clear: both;
	font-size: 9px;
	color: #555;
	text-align: center;
}

