 /*-------------------------General------------------------------*/
body {
  color: #e0c479;
  height:100%;
  font-family:Georgia, Serif;
  margin: 0px;
  line-height: 1.5em;
  font-size: 12px;
  background:#004030 url(/assets/images/body-bg.jpg) no-repeat 50% 0;
}
html{
  height: 100%;
}
a {
  color:#ffeebd;
  text-decoration:underline;
}
a:hover {
  color:#deb131;
  text-decoration:underline;
}
a:focus {
  outline:0;
}
h1, h2, h3, h4, h5, h6, p{
  margin:0 0 10px 0;
}
h2, h3{
  color:#bdb78b;
}
h2{
  font-size: 16px;
}
h3{
  font-size: 14px;
}
img{
  border: none;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

 /*-------------------------Master------------------------------*/
#main{
  position: relative;
  width: 945px;
  margin: 0 auto;
}
 /*---------Header----------*/
#header {
  width: 945px;
  height: 150px;
  background: url(/assets/images/header.jpg) no-repeat;
}
#header h1{
  display:none;
}
 /*---------Nav------------*/
#nav{
  font-size: 16px;
  font-weight: bold;
  text-align:center;
  padding-left:175px;
  background: url(/assets/images/nav.jpg) no-repeat 17px 0;
  width: 750px;
  height: 62px;
}
#navlist{
  margin: 0 auto;
}
#nav a{
  display:block;
  height: 45px;
  float: left;
  color: #fbe9b0;
  text-decoration:none;
  margin:0 7px;
}
#nav a:hover{
  color: #e4bc5a;
  background: url(/assets/images/ring.gif) no-repeat bottom;
}
#nav a.a1, #nav a.s1 {
  background: url(/assets/images/ring.gif) no-repeat bottom;
}


/*-------Content----------*/
#leftbar{
  padding: 5px 0 0 5px;
  width: 150px;
  margin: 0 13px 0 0;
  float:left
}
#rightbar{
  width: 632px;
  float:left;
  background: url(/assets/images/main-cont.jpg) repeat-y;
}
#content{
  padding:5px 25px 20px 16px;
  min-height: 250px;
  background: url(/assets/images/cont-bg.jpg) no-repeat;
}
#footer{
  clear: both;
  font-size: 11px;
  background: url(/assets/images/footer-bg.jpg) no-repeat bottom;
  padding: 10px 28px 30px 20px;
}
#footer p {
  margin:0;
  float:left;
}
#footer a {
  text-decoration:none;
}
#footer img {
  vertical-align:middle;
}
#upbutton{
  display:block;
  float:right;
}
 /*-------------------------Templates------------------------------*/
.threeImages {
  margin:0 -18px 1em 0;
}
.threeImages .imageBox{
  margin: 0 18px 0 0;
}

.imageBox img{
  border: 1px solid #a37543;
}
.pagenavig span{
  margin: 0 5px;
}
.pagenavig a.a1{
  color: #004030;
}
.editlink{
  position: relative;
  z-index: 10;
}
/*-------Jiggy----------*/
.jiggy h4{
  position: absolute;
  z-index: 1;
  margin: 0 0 0 -6px;
  padding: 17px 0 0 27px;
  font-size: 12px;
  width: 187px;
  height: 52px;
  background: url(/assets/images/jiggy-head.png) no-repeat;
  color: #004030;
}
.jiggy{
  width: 150px;
  color: #ffeebd;
  margin: 0 0 30px 0;
  font-size: 12px;
}
.jiggy p{
  margin:0;
}
.jiggy .content{
  padding: 40px 0 0 20px;
  width: 125px;
  line-height: 20px;
}
/*-------Ringe----------*/
.rahmen{
  border: 1px solid #a37543;
  padding: 5px;
}
table.ringe p {
  margin:0px;
}
table.ringe {
  text-align: center;
}
table.ringe th{
  border-bottom: 1px solid #a37543;
}
table.ringe td{
  padding: 5px 0;
}
a.warenprev{
  border: 1px solid #E0C479;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 210px;
  float: left;
  margin: 10px 30px;
  padding: 5px;
}
a.warenprev span{
  color: #ffeebd;
}
a.warenprev:hover{
  border: 1px solid #deb131;
}
a.warenprev:hover span{
  color: #deb131;
}
/*-------offering----------*/
.artoffer {
}
.offerline{
  color: #a37543;
  background: #a37543;
  height: 1px;
  border: none;
}
.artoffer span{
  color: #ffeebd;
  font-weight: bold;
  font-size: 20px;
}
.offerdesc{
  margin-top: 25px;
}
.offerdesc ul{
  line-height: 25px;
}
.offerprice{
  margin-top:45px;
}
.offerimg {
  float: right;
  border: 1px solid #a37543;
  margin: 0 0 20px 20px;
}
/*-------Contact----------*/
.contactForm fieldset{
  border: 1px solid #e0c479;
}
.contactForm label{
  display: block;
  width: 100px;
  float: left;
}
.contactForm input, .contactForm textarea{
  border: 1px solid #e0c479;
}
.contactForm input.button{
  background: none;
  color: #ffeebd;
}
.contactForm div{
  margin: 10px 0;
}
.sendmail_emptyfield1 label{
  color: #F00;
}
.sendmail_emptyfield1 input, .sendmail_emptyfield1 textarea{
  border: #F00 solid 1px;
}
/*-------GoogleMaps----------*/
.googledir table{
  background: none !important;
  border: none !important;
}
v\:* {
  behavior:url(#default#VML);
}

/* 3-spaltig
*******************************/
.overview3cols {
  margin:0 -18px 0 0;
}
.overview3cols .col {
  float:left;
  width:183px;
  margin:0 18px 18px 0;
  padding:0px;
/*  border:solid #deb131 1px;*/
  text-align:center;
}
.overview3cols .col .image {
  height:100px;
}
.overview3cols .col a {
  text-decoration:none;
}
