* {
	padding: 0;
	margin: 0;
}

a:link {  font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif; color: #FFC202; text-decoration: none}
a:visited {  font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; color: #FFC202; text-decoration: none}
a:hover {  font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif; color: #FFC202; text-decoration: underline}


body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	text-align: center;
	background-color: #1e201b;
	background-image: url(img/bkg.body.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #b4b7b0;
	font-family:  Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;  
}

p {
	margin-bottom: 1em;
}

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

#content {
	padding-top: 80px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #353832;
	padding-top: 20px;
	padding-bottom: 1em;
}

#footer a {
	text-decoration: none;
	color: #535550;
}

#navbar {
  position: absolute;
  top: 25px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#navbar li {
  float: left;
}

#navbar li a {
	display: block;
  height: 30px;
  width: 120px;
  text-indent: -5000px;
  outline: none;
}

#navindex a {
	background-image: url(img/nav.index.gif);
}

#navindex a:hover {
	background-image: url(img/nav.index.hover.gif);
}

#navaskia a {
	background-image: url(img/nav.askia.gif);
}

#navaskia a:hover {
	background-image: url(img/nav.askia.hover.gif);
}

#navwurf a {
	background-image: url(img/nav.wurf.gif);
}

#navwurf a:hover {
	background-image: url(img/nav.wurf.hover.gif);
}

#navzucht a {
	background-image: url(img/nav.zucht.gif);
}

#navzucht a:hover {
	background-image: url(img/nav.zucht.hover.gif);
}

#navkontakt a {
	background-image: url(img/nav.kontakt.gif);
}

#navkontakt a:hover {
	background-image: url(img/nav.kontakt.hover.gif);
}

#navwelpen a {
	background-image: url(img/nav.welpen.gif);
}

#navwelpen a:hover {
	background-image: url(img/nav.welpen.hover.gif);
}

#navlinks a {
	background-image: url(img/nav.links.gif);
}

#navlinks a:hover {
	background-image: url(img/nav.links.hover.gif);
}

img.embleft {
	float: left;
	padding: 6px 10px 6px 0px;
} 

.clear {
	clear: both;
}
