@import "font_real.css";

/*
* Reset and set globals
*/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a {
  text-decoration: none;
}



.clear {
  clear: both;
  visibility: hidden;
}


/*
* Pane
*/
div#Pane {
  margin: 0px auto 10px auto;
  width: 920px;
  background: white;
  border: 0px solid red;
}

/*
* Header
*/
div#Header {
  width: 920px;
  height: 155px;
  border: 0px solid red;
  background: url(../images/top2.jpg) no-repeat top black;
}

div#Navi {
  width: 750px;
  height: 35px;
  border: 0px solid red;
  padding-top: 128px !important;
  padding-top: 130px;
  float: left;
}

div#Navi ul {
  list-style: none;
  border: 0px solid yellow;
}

div#Navi li {
  color: red;
  display: inline;
  list-style-type: none;
}

div#Navi li a {
  color: #F9DBA3;
  font-size: 120%;
  font-weight: bold;
  display: inline;
  list-style-type: none;
  padding-left: 12px;
  text-decoration: none;
}

div#Navi li a:hover {
  color: #FFF;
}

div#Navi img {
  border: 0px solid red;
  vertical-align: middle;
  margin-bottom: 4px;
}

div#Search {
  width: 170px;
  height: 35px;
  border: 0px solid yellow;
  float: right;
  padding-top: 133px;
  color: #F9DBA3;
  font-weight: bold;
}
div#Content {
  border: 0px solid green;
  width: 920px;
  background: url(../images/starterbg.jpg) no-repeat top black;
  min-height: 250px;
  height: 250px;
  padding-top: 80px;
}

div#Content1 {
  border: 0px solid green;
  width: 920px;
  background: url(../images/innen1bg.jpg) no-repeat top black;
  min-height: 250px;
  height: 250px;
  padding-top: 80px;
}

div#Content3 {
  border: 0px solid green;
  width: 920px;
  background: black;
  min-height: 250px;
}

div#ContentHolder {
  border: 0px solid green;
  width: 774px;
  height: 146px;
  margin: 10px auto 10px auto;
  background: transparent;
}

div#ContentPane1 {
  border: 0px solid green;
  width: 920px;
  margin: 0px;
  padding-top: 21px;
  background: url(../images/pan1bg.gif) top center no-repeat transparent;
}

div#ContentPane2 {
  border: 0px solid green;
  width: 920px;
  margin: 0px;
  padding-bottom: 21px;
  background: url(../images/pan2bg.gif) bottom center no-repeat transparent;
}

div#ContentPane3 {
  border: 0px solid green;
  width: 920px;
  margin: 0px;
  background: url(../images/pan3bg.gif) top repeat-y transparent;
}

div#RightContent  {
		width: 186px;
		margin-left: 16px;
		margin-right: 10px;
		float: left;
		border: 0px solid red;
}

div#LeftContent  {
		width: 180px;
		margin-left: 17px !important;
		margin-left: 8px;
		margin-right: 20px;
		float: left;
		border: 0px solid red;
}

div#LeftContent a  {
		color: #313122;
		font-size: 120%;
		border-bottom: 1px dotted #313122;
		margin: 3px;
		display: block;
		text-decoration: none;
}

div#LeftContent a:hover  {
		color: #313122;
		text-decoration: none;
		background-color: white;
}

div#LeftContent ul  {
		margin-top: 12px;
}

div#MiddleContent  {
		width: 470px;
		float: left;
		border: 0px solid red;
}

div#MiddleContent span {
		border-bottom: 1px dotted #313122;
		background: transparent;
		display: block;
}


div#MiddleContent img  {
		float: left;
		padding-right: 4px;
}

div#Bildlinks {
  border: 0px solid green;
  width: 920px;
  background: url(../images/innen1bg.jpg) no-repeat top black;
  min-height: 350px;
  height: 300px;
}

div#imagelink1 {
  width: 244px;
  height: 146px;
  float: left;
  border: 0px solid yellow;
}

div#imagelink2 {
  width: 283px;
  height: 146px;
  float: left;
  border: 0px solid yellow;
}

div#imagelink3 {
  width: 241px;
  height: 146px;
  float: left;
  border: 0px solid yellow;
}

div#Footerone {
  border: 0px solid green;
  width: 910px;
  color: #F9DBA3;
  background: black;
  text-align: right;
  padding: 5px;
}

div#Footerone a {
  color: #F9DBA3;
  text-align: bottom;
  text-decoration: none;
}

div#Footerone a:hover {
  color: #FFF;
}

div#Footertwo {
  border: 0px solid green;
  height: 38px;
  background: url(../images/footerbg.jpg) no-repeat top black;
  width: 920px;
}

div#Footertwo span {
  display: block;
  padding-top: 12px;
  padding-left: 10px;
  color: #F5D080;
}

/*
* Footer
*/


label,input {
	display: block;
	width: 70px;
	float: left;
	margin: 0px 0px 5px 5px;
	padding-left: 2px;
}

input.suche {
	display: block;
	width: 80px;
}

label {
	text-align: right;
	width: 26px;
	padding-right: 14px;
}

.ausgabe {
	width: 350px;
	border: 1px dotted #313122;
}

.ausgabe td {
	background: #F8F4E0;
	padding: 2px;
}

.ausgabe_preisliste {
	width: 475px;
	border: 1px dotted #313122;
}

.ausgabe_preisliste td {
	background: #F8F4E0;
	padding: 2px;
}

.preislistetop  {
	padding: 2px;
	color: #544F36;
	background: white;
}

.preislistetop td  {
	background: #D2C9A1;
}

#Kontaktformular table  {
	width: 480px;
}

#Kontaktformular td  {
	background: #D2C9A1;
	border: 0px solid red;
	padding: 4px;
}

#Kontaktformular input  {
	width: 100px;
}

#Shoplink a {
  color: #570000;
  font-size: 110%;
  font-weight: bold;
}

#Linkliste li {
  padding: 4px;
}

#Linkliste li a {
  color: #FFF;
  font-weight: bold;
  background: #877D4F;
  display: block;
  padding: 4px;
}

#Linkliste li a:hover {
  color: #570000;
  font-weight: bold;
  background: white;
  display: block;
}

.team   {
  background: #FFFAE2;
  padding: 2px;
  float: left;
  width: 466px;
  margin-top: 2px;
}

div#Teamnavi ul {
  background: white;
  border: 0px solid red;
  padding: 6px;
}

div#Teamnavi li {
  display: inline;
}

div#Teamnavi a {
  color: #4E4416;
}


.berater td {
  border: 0px solid red;
}

.berater input {
  margin: 0;
  padding: 0;
  width: 15px;
}

div.treffer li {
  padding: 4px;
}

.trefferhead {
  background: #C8BE8B;
}

.treffercontent {
  background: #F2ECCF;
}

.hit {
  background: #FFF;
  color: #722A2A;
}

div#Homelink {
  color: #FFF;
  border: 0px solid red;
  width: 600px;
  height: 100px;
  position: absolute;
  margin: 20px 400px 20px auto;
  pointer: cursor;
}


