/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2009 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 05.10.2009
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  font-size:1.0em;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: .4em;
	color: #ff6b04;
}

h1 {
	font: 32px Georgia, serif;
	padding-top: .8em;
}

h2 {
	font: 24px Georgia, serif;
	padding-top: .8em;
}

p,ul {
	margin-bottom: 1em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

a {
  border: none;
  text-decoration: none;
}

a img {
  border: none;
}

ul,ol {
	list-style: none;
}

body {
	font: 80%/1.4 "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
	background-color: #ffffff;
	background-image: url(img/bkg.body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #222;
	min-width: 980px;
}

#canvas {
  position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#container {
	padding: 320px 14px 10px 30px;
}

div.content {
	margin-right: 10px;
}

.leftbar {
  float: left;
  width: 630px;
}

.rightbar {
  float: right;
  width: 260px;
}

#navbar {
  position: absolute;
  top: 281px;
  left: 11px;
  width: 960px;
}

#navbar ul {
	list-style: none;
}

#navbar li {
  float: left;
}

#navbar a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: none;
	padding: 0 10px 0 20px;
	float: left;
}

#navbar a span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 26px;
	padding-top: 5px;
  background-image: url(img/bkg.navitem.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#navbar a:hover span {
	color: #FEED21;
	cursor: pointer;
}

.right {
  display: block;
  float: right;
  padding-left: 20px;
}

#navbar a span.active {
  color: #FEED21; 
}

#tel {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #FFC299;
  font-weight: bold;  
}


	
	
