* {
  padding: 0;
  margin: 0;
}

body {
  background: #FFFFD9;
  text-align: center;
  font: 0.85em/150% Arial, Helvetica, sans-serif;
  color: #222;
}

#wrapper {
  background: url(./images/wrapper.jpg) top left repeat-y;
  width: 944px;
  margin: 0 auto 20px auto;
  text-align: left;
  min-height: 100px;
  position: relative;
}

a {
  color: #37398C;
  text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #B7152C;
  font-weight: normal;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, #content p, #content ul, #content ol, #content li  {
	margin: 0 0 15px;
}

#header {
  background: url(./images/header.jpg) 143px 24px no-repeat;
  padding-top: 154px;
  
}

#menu {
  padding-right: 10px;
  text-align: center;
  list-style: none;
  width: 100%;
  height: 2em;
  width: 934px;
  margin-bottom: 10px;
}

#menu li {
  display: inline;
  border-left: 20px solid #fff;
}

#menu a {
  color: #B7152C;
  font-weight: bold;
  text-decoration: none;
}

#menu a:hover, #menu a:focus {
  text-decoration: underline; 
}

#wrapper #menu .current {
	background: url(./images/nav-links.jpg) top left no-repeat !important;
	padding: 2px 0 2px 9px;
}

#wrapper #menu .current a {
	background: url(./images/nav-rechts.jpg) top right no-repeat;
	color: #fff;
	padding: 2px 9px 2px 0 !important;
}

#wrapper #menu .current .sub a {
	background: #fff;
	color: #B7152C;
}

#wrapper #menu .current .sub_current {
	background: url(./images/nav-links.jpg) top left no-repeat !important;
	padding: 2px 0 3px 9px;
}

#wrapper #menu .current .sub_current a {
	background: url(./images/nav-rechts.jpg) top right no-repeat;
	color: #fff;
	padding: 2px 9px 3px 0  !important;
}

#content {
  	padding: 50px;
}

.sub {
	display: none;
}

.has-sub .current .sub {
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	font-size: 90%;
	padding-right: 10px;
	text-align: center;
	list-style: none;
	width: 100%;
	height: 2em;
	width: 934px;
}


#footer {
	background: #FFFFD9 url(./images/footer.jpg) top left no-repeat;
	font-size: 90%;
	text-align: center;
	padding-top: 25px;
}

form label {
	display: block;
}

form {
	width: 600px;
	margin: 0 auto;
}

form input, form textarea {
	padding: 2px;
}

form textarea {
	width: 596px;
	height: 200px;
}

form input {
	width: 396px;
}

form #send {
	width: auto;
}

.start_wrapper {
	width: 937px;
}

.start_wrapper .start_container {
	width: 230px;
	float: left;
	margin-right: 75px;
	margin-bottom: 10px;
	height: 310px;
}

.start_wrapper .start_container img {
	margin-bottom: -10px;
}

.start_wrapper .last_in_row {
	margin-right: 0 !important;
}

.clear {
	clear: both;
}

#products {
  height: 150px;
  width: 830px;
  overflow: scroll;
  bottom: 0;
  position: relative;
}

.product {
  float: left;
}

.product img {
  display: block;
  border: none;
  background: black;
  margin-right: 10px;
}

#content li {
	margin-left: 25px;
}

.meta {
	display: none;
}
