/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2006, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 10.10.2006
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
/*	font: 12.8px/1.5em Myriad, Arial, sans-serif; */
	background: #001830 url(img/bkg.body.gif) repeat-x left top;
	text-align: center;
	color: #3e2e2e;
	min-width: 1000px;
}

p {
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #2f45a9;
	border-bottom: 1px dotted #ee3b33;
}

img {
	border: none;
}

ul {
    list-style: none;
}

#canvas {
    position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background: #fcecc3 url(img/bkg.canvas.gif) repeat-y left top;
	border-top: 1px solid #fcecc3;
}


#navbar {
    position: absolute;
    top: 1px;
    left: 20px;
}

#navbar li {
    float: left;
}

#navbar span {
    display: none;
}

#navbar a {
	display: block;
	height: 20px;	
	border: none;
}

#navpension a {
	width: 139px;
	background: url(img/nav.pension.gif) no-repeat left top;	
}

#navputen a {
	width: 147px;
	background: url(img/nav.puten.gif) no-repeat left top;	
}

#navsaatgut a {
	width: 187px;
	background: url(img/nav.saatgut.gif) no-repeat left top;	
}

#navphotovoltaik a {
	width: 141px;
	background: url(img/nav.photovoltaik.gif) no-repeat left top;	
}

#navnews a {
    position: absolute;
    left: 670px;
    top: 6px;
	width: 118px;
	background: url(img/nav.news.gif) no-repeat left top;	
}

#navkontakt a {
    position: absolute;
    left: 824px;
    top: 6px;
	width: 118px;
	background: url(img/nav.kontakt.gif) no-repeat left top;	
}

#navimpressum a {
    position: absolute;
    left: 844px;
    bottom: 20px;
    height: 20px;
	width: 118px;
	background: url(img/nav.impressum.gif) no-repeat left top;	
	border: none;
}

#navimpressum a span {
    display: none;
}

#footer {
    font-size: 12px;
    color: #424b51;
}

#footer a {
    border: none;
    color: #606161;
}






