* 
{
  margin: 0;  
  padding: 0;
}

/* Meyer's Reset */  
html, body, div, h1, h2, h4, p, a, img, ul, li  
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}  

/* remember to define focus styles! */  
:focus {
	outline: 0;
}
  
/* END Meyer's Reset */

body
{
	background-color: #5db81a;
	font-family: Arial, Verdana, Helvetiva;
}

h1
{
	font-family: Times New Roman;
	font-size: 36px;
	margin: 0;
	margin-bottom: 27px;
	color: #434036;
}

#spot_curl
{
	float: left;
}

a, a:active, a:focus
{
	color: #434036;
}

a:hover
{
	color: #8a8985;
}

#title
{
		color: #ffffff;
		font-size: 2.5em;
		letter-spacing: 20px;
}

#logo
{
	width: 290px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}

#logo img {
	border: none;
}

#stripe
{
	clear: both;
	background-image: url(../bilder/stripe.png);
	background-repeat: repeat-x;
	height: 155px;
	width: 100%;
}

#content
{
	background-color: #ecebb7;
	width: 940px;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-top: -130px;
	margin-left: -480px;
	font-family: Times New Roman;
	font-size: 18px;
	color: #434036
}

#navigation
{
	float: left;
	width: 230px;
}

#navigation ul
{
	background: url(../bilder/navi.png) no-repeat;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#navigation ul li, #navigation ul a 
{
	display: block;
	height: 60px;
}

#navigation ul li 
{
  list-style-type: none;
  display: inline;
}

span
{
  display: none;
}

#navigation ul #nav_home a
{
	width: 152px;
}

#navigation ul #nav_ueber a
{
	width: 195px;
}

#navigation ul #nav_leistungen a
{
	width: 198px;
}

#navigation ul #nav_kontakt a
{
	width: 188px;
}

#navigation ul #nav_impressum a
{
	width: 205px;
}

#nav_home a:hover, #nav_home a.hover 
{
  background: url(../bilder/navi.png) -230px 0px no-repeat; 
}

#nav_ueber a:hover, #nav_ueber a.hover 
{
  background: url(../bilder/navi.png) -230px -60px no-repeat; 
}

#nav_leistungen a:hover, #nav_leistungen a.hover 
{
  background: url(../bilder/navi.png) -230px -120px no-repeat; 
}

#nav_kontakt a:hover, #nav_kontakt a.hover 
{
  background: url(../bilder/navi.png) -230px -180px no-repeat; 
}

#nav_impressum a:hover, #nav_impressum a.hover 
{
  background: url(../bilder/navi.png) -230px -240px no-repeat; 
}

#adresse
{
	background: url(../bilder/adresse.png) no-repeat;
	height: 260px;
	margin: 0;
	margin-top: 80px;
}

#main
{
	float: left;
	padding: 10px;
	width: 540px;
	margin-top: 15px;
	line-height: 27px;
	text-align: justify;
}

#images
{
	float: left;
	width: 140px;
}

#images ul
{
	margin: 0;
	margin-top: 26px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#images ul li
{
	display: block;
	width: 118px;
	height: 118px;
	margin-bottom: 50px;
	font-size: 0;
}

#images a img
{
    border: 1px solid #434036;
}

#images ul li div
{
	display:block;
	font-size:14px;
	margin-left:-10px;
	margin-top:3px;
	text-align:center;
	width:140px;
}

#images h1
{
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 25px;
}

#kontaktformular .errors {
	width: 480px;
	color: white;
	background-color: #5db81a;
	border: 2px dotted #434036;
	margin-bottom: 20px;
	padding: 8px;
}

#kontaktformular .errors strong {
	color: #434036;
}

#kontaktformular label
{
	font-family: Times New Roman;
	font-size: 20px;
}

#kontaktformular input
{
	width: 500px;
	font-family: Courier New;
	font-size: 18px;
	color: #434036;
	background-color: #ECEBB7;
	border: none;
	border-bottom: 3px dotted #434036;
}

#main table td 
{
	padding: 10px 0;
	border-collapse:collapse;
	
}

#kontaktformular input.button {
	width: 300px;
	color: white;
	background-color: #5db81a;
	border: 2px solid #434036;
	font-family: Times New Roman;
	font-size: 20px;
	cursor: pointer;
	margin-left: 100px;
}

#kontaktformular textarea {
	width: 503px;
	font-family: Courier New;
	font-size: 18px;
	line-height: 24px;
	border: none;
	background-color: #ECEBB7;
	background-image: url(../bilder/punkt.gif)
}

#fields label
{
	display: block;
	float: left;
	margin-right: 2em;
	width: 5em;
	text-align: right;
	margin-bottom: 1em;
}

#fields input 
{
	float: left;
	vertical-align: sub;
}

.addthis_button {
	margin-left: 12px;
}
