* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #d9d2bf;
	text-align: center;
	color: #6F6A5D;
	min-width: 980px;
	line-height: 1.6em;
}

h3 {
	clear: both;
	font: 24px/1.5em Georgia, serif;
	color: #4E4A41;
	padding-bottom: .3em;
}

h4 {
	clear: both;
	font: 19px/1.5em Georgia, serif;
	color: #4E4A41;
	padding-top: 1em;
	padding-bottom: .2em;
}

p {
	margin-bottom: 1em;
}

a {
	color: #3e3b32;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #3e3b32; 
}

a:hover {
	color: #b00;
}

a img {
	border: none;
}

#canvas {
	position: relative;
	width: 980px;
  top: 20px;
	margin: 0 auto;
	text-align: left;
	background: url(img/bkg.canvas.gif);
	background-repeat: repeat-y; 
	background-position: top left;	
}

#logo {
  position: absolute;
  top: 0px;
	width: 980px;
	height: 90px;
	background-image: url(img/bkg.logo.jpg);
  text-indent: -5000px;
}

#masthead {
  position: absolute;
  top: 90px;
	width: 980px;
	height: 421px;
	background-image: url(masthead/32.jpg);
  text-indent: -5000px;
}

#content {
  padding-top: 531px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

#footer {
  height: 82px;
	background-image: url(img/bkg.footer.jpg);
}

#navbar {
  position: absolute;
  top: 28px;
  left: 0px;
  padding-left: 5px;
}

#navbar ul {
	list-style: none;
}

#navbar li {
  float: left;
  padding-left: 3px;
  padding-right: 5px;
	background: url(img/bkg.nav.gif) no-repeat right; 
}

#navbar a {

  color: #fff;
  text-decoration: none;
  border: none;
}

#navbar a {
  display: block;
  text-align: center;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
  font-variant: small-caps;
  color: #fff;
  width: 100px;
  height: 28px;
  padding-top: 6px;
  outline: none;
}

#navbar a:hover {	
	/*background: url(img/bkg.nav.hover.gif) no-repeat left;*/
  color: #fdc02d;
}

#impressum {
	position: absolute;
	right: 20px;
	bottom: 34px;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
  font-variant: small-caps;
  color: #d9d2bf;
  text-decoration: none;
}

#impressum:hover {
	color: #a00;
}

#content {
	width: 610px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
	padding-top: 530px;
	margin-right: 10px;
}

#base {
	clear: both;
}

h4.title {
	font: 16px/1.5em Georgia, serif;
	color: #6a6559;
	padding-top: .3em;
	padding-bottom: .2em;
}

#sidebar {
	padding-right: 10px;
}

div.teaser {
	padding: 12px;
	background-color: #ffffff;
	border: 1px solid #ddd9d0;
	margin-bottom: 1em;
}

.hspacertop {
	padding-top: 1em;
}	


