/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2007, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 20.04.2007
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#canvas {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#content {
	padding-left: 80px;
	padding-right: 20px;
}

#footer {
	clear: both;
	font-size: 9px;
	color: #555;
	text-align: center;
	padding-top: 40px;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer #impressum {
	color: #aaa;
}

#navbar li {
	float: left;
}

#refmenu {
	padding-left: 100px;
}

.right {
	float: right;
}

.bright {
	color: #fff;
}





































