/*Allgemeines*/

/*
die Classes "cw" und "cs" stehen fuer ContentWide (wie home-page) und ContenSmall (sonstge seiten)
dies wird in jedem Template als ovvar:cfg.class_left_width gesetzt
*/

body {
  background-color: #fff8e2;
  margin: 0px;
  padding: 0px;
  font-family: arial,helvetica,sans-serif;
  color: #4a4a4a;
  font-size: 12px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0px;
  margin-bottom: 3px;
}

h2 {
  color: #f49500;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.05em;
}

h3 {
  font-size: 12px;
  margin: 0px;
}

p {
  margin-top: 0em;
  margin-bottom: 0em;
}

p.absatz {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

td {
  font-family: arial,helvetica,sans-serif;
  color: #4a4a4a;
  font-size: 12px;
}

img {
  border: none;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #feb400;
}
a:visited {
  color: #feb400;
}
a:hover {
  color: #4a4a4a;
}
a:active {
  color: #feb400;
}


/*Navigation*/
#grau {
  background-color: #e5e4e3;
  width: 100%;
  height: 60px;
  text-align: center;
}

#nav_bg {
  background-color: #ffc313;
  background-image: url(../img/pic_back_nav.gif);
  background-position: top left;
  background-repeat: repeat-x;
  width: 850px;
  height: 60px;
  margin: auto;
}

#nav {
  width: 760px;
  margin: auto;
  padding-top: 17px;
  height: 26px;
}

#nav a {
  margin: 0 6px;
}

#nav a:hover {
  margin: 0 6px;
}


/*Logo*/
#logo {
  text-align: center;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
}

#flashdiv {
  margin: 0px auto;
  width: 850px;
  height: 240px;
}


/*Buttonelemente*/

a.button70, a.button135, a.button145 , a.button185{
  display:block;
  height:17px;
  color: #ffffff;
  padding-top:2px;
  text-indent:17px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

a.button70 {
  width:70px;
  background: transparent url(../img/bg_button70.gif) left top no-repeat;
}
a.button70:visited {
  color: #ffffff;
  background: transparent url(../img/bg_button70.gif) left top no-repeat;
}
a.button70:hover {
  color: #4a4a4a;
  background: transparent url(../img/bg_button70_high.gif) left top no-repeat;
}
a.button70:active {
  color: #ffffff;
  background: transparent url(../img/bg_button70.gif) left top no-repeat;
}

a.button135 {
  width:135px;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}
a.button135:visited {
  color: #ffffff;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}
a.button135:hover {
  color: #4a4a4a;
  background: transparent url(../img/bg_button135_high.gif) left top no-repeat;
}
a.button135:active {
  color: #ffffff;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}

a.button145 {
  width:145px;
  background: transparent url(../img/bg_button145.gif) left top no-repeat;
}
a.button145:visited {
  color: #ffffff;
  background: transparent url(../img/bg_button145.gif) left top no-repeat;
}
a.button145:hover {
  color: #4a4a4a;
  background: transparent url(../img/bg_button145_high.gif) left top no-repeat;
}
a.button145:active {
  color: #ffffff;
  background: transparent url(../img/bg_button145.gif) left top no-repeat;
}

a.button185 {
  width:185px;
  background: transparent url(../img/bg_button185.gif) left top no-repeat;
}
a.button185:visited {
  color: #ffffff;
  background: transparent url(../img/bg_button185.gif) left top no-repeat;
}
a.button185:hover {
  color: #4a4a4a;
  background: transparent url(../img/bg_button185_high.gif) left top no-repeat;
}
a.button185:active {
  color: #ffffff;
  background: transparent url(../img/bg_button185.gif) left top no-repeat;
}

input.formsendbutton135 {
  margin: 0px;
  height: 17px;
  width: 135px;
  display: block;
  border-width: 0px;
  padding-left: 17px;
  text-align: left;
  color: #ffffff;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}
input.formsendbutton135:visited {
  color: #ffffff;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}
input.formsendbutton135:hover {
  color: #4a4a4a;
  background: transparent url(../img/bg_button135_high.gif) left top no-repeat;
}
input.formsendbutton135:active {
  color: #ffffff;
  background: transparent url(../img/bg_button135.gif) left top no-repeat;
}

/*Hilfsfelder*/
#gelber_bg{
  background-image:url(../img/pic_back_site_bot.gif);
  background-position: top left;
  background-repeat: repeat-x;
  min-height: 700px;
  text-align: center;
}

.clear {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  clear: both;
}


/*Inhalt*/
#content {
  background-color: #ffffff;
  width: 850px;
  margin: auto;
  text-align: left;
}
div.cs {
  background-color: #ffffff;
  background-image: url(../img/pic_back_cont_375.gif);
  background-position: top left;
  background-repeat: repeat-y;
}
div.cw {
  background-color: #ffffff;
  background-image: url(../img/pic_back_cont_240.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

/*linke Inhaltsseite*/
#left {
  float: left;
  position: relative;
  top: 25px;
  left: 26px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.cs1 {
  width: 450px;
}
.cw1 {
  width: 585px;
}

/*rechte Inhaltsseite*/
#right {
  float: left;
  position: relative;
  top: 25px;
  left: 45px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.cs2 {
  width: 354px;
}
.cw2 {
  width: 199px;
}


/*News*/
div.newsgrey {
  font-size: 11px;
  color: #888888;
  padding-bottom: 1em;
}
div.newstext_cs {
  width: 264px;
  float: left;
}
div.newstext_cw {
  float: left;
}
div.newspic {
  width: 80px;
  float: right;
}
div.newstrencs {
  clear: both;
  height: 50px;
  padding-left: 120px;
  padding-top: 11px;
}
div.newstrencw {
  clear: both;
  height: 50px;
  padding-left: 90px;
  padding-top: 11px;
}


/* fuer die 3 Bilder-Boxen auf home */
.picbox_home {
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  width: 150px;
  height: 180px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}


/*Feedback-Formular*/
input.text {
  border: solid;
  border-color: #ababab;
  border-width: 1px;
  width: 300px;
  height: 15px;
  font-size: 12px;
  padding: 1px;
  float: left;
  margin-right: 5px;
}
textarea {
  border: solid;
  border-color: #ababab;
  border-width: 1px;
  width: 300px;
  height: 8em;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  padding: 1px;
  float: left;
  margin-right: 5px;
}


/*Shop*/
#shoptext1 {
  width: 375px;
  float: left;
  padding-top: 1.5em;
}
#shoptext2 {
  float: left;
  width: 260px;
  margin-right: 20px;
}
#shoptext3 {
  float: left;
  width: 355px;
  margin-right: 20px;
  padding-top: 1.5em;
}
#shopsearchbox {
  width: 178px;
  float: left;
  margin-left: 10px;
  padding-top: 1.5em;
}
#selectbranche {
  border: solid;
  border-color: #ababab;
  border-width: 1px;
  width: 178px;
  height: 19px;
  font-size: 12px;
  padding: 1px;
  margin: 0.5em 0em 0.5em 0em;
}
#shopsearch {
  border: solid;
  border-color: #ababab;
  border-width: 1px;
  width: 150px;
  height: 15px;
  font-size: 12x;
  padding: 1px;
  float: left;
  margin-right: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}
.shopcard {
  float: left;
  position:relative;
  top: 0px;
  left: 0px;
  background-image: url(../img/pic_back_shoplist.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 275px;
  height: 175px;
  padding: 0px;
  margin: 0px;
}
.shopcard_innerpad {
  width: 255px;
  margin:7px 0px 0px 10px;
}
.h2shop {
  margin: 0px;
}
.h2shopsub {
  font-size: 11px;
  color: #888888;
}
.shopcardpic {
  float: right;
  max-width: 90px;
  padding-right: 5px
}
.shopcardgrey {
  font-weight: bold;
  color: #b7b7b7;
}

/*Footer*/
#footer {
  width: 850px;
  margin: auto;
  background-color: #d8d6d5;
  font-size: 11px;
  color: #888888;
  padding: 0px;
}
#footer a {
  margin-left: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #4a4a4a;
}
#footer a:visited {
  color: #4a4a4a;
}
#footer a:hover {
  color: #f0f0f0;
}
#footer a:active {
  color: #4a4a4a;
}
