body, #site {
  margin: 0;
  padding: 0;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  min-width: 800px;
}


#header {
  position: relative;
  height: 191px;
  background: #666 url(../img/header_001.jpg) no-repeat; 
  margin: 0;
  margin-top: -1px;
}

#header span {
  display: none;
}


#header #logo {
  margin: 80px 0 0 242px;
  position: absolute;
  background: #666 url(../img/logo_stylebruch.gif) no-repeat; 
  width: 215px;
  height: 80px;
}

#header #logo a {
  display: block;
  height: 100%;
  width: 100%;
}

#he1 {
  position: absolute;
  left: 85%;
  top: 0px;
  height: 100%;
  width: 13%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #ccc;
}

#he1:hover {
  background-color: #eee;
}

#he2:hover {
  background-color: #d00;
}

#he3:hover {
  background-color: #FFBD3F;
}


#he2 {
  position: absolute;
  left: 80%;
  top: 0px;
  height: 100%;
  width: 5%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #A64C23;
}

#he3 {
  position: absolute;
  left: 75%;
  top: 0px;
  height: 100%;
  width: 2%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #A67823;
}

.menu {
  margin: 0; padding: 0;
  font-size: .8em;
}

ul#menumain {
  margin: 1px 0 0 210px;
  padding: 0px;
  list-style: none;
  background: #999 url(../img/menu_bg.gif) repeat-x bottom;
  height: 1.95em;
}

ul#menumain li {
  float: left;
  margin: 0px;
  border-right: 1px solid white;
  padding-bottom: .10em;
  white-space: nowrap;
  width: 1em;
  text-align: center;
  display: block;
}


ul#menumain>li { /* moderne browser */
  white-space: nowrap;
  width: auto;
}

*+html ul#menumain>li { /* nur IE7 */
  width: 8.5em;
}


ul#menumain li a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  width: auto;
  padding: .2em 20px .25em 20px;
}

ul#menumain li a:HOVER {
  color: #000;
  background-color: #eee;
}

ul#menumain li.menubtnact {
    border-bottom: 2px solid #F37032;
}

ul#menumain li.menubtnact a {
    color: #ccc;
    background-color:#777;
}


#main {
  margin-top: 35px;
  /*width: 740px;*/
  width: 75%;
  min-width: 740px;
}

#main a.nod {
  text-decoration: none;
  border-bottom: none;
  color: #333;
  cursor: text;
}


#main a.nod:HOVER {
  border-bottom: none;
}

#main a {
  color: #F37032;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#main a:HOVER {
  border-bottom: 1px solid #000;
}

#content {
  float: right;
  width: 72%;
  font-size: .8em;
  color: #333;
}

#content h1 {
  color: #F37032;
  font-family: Tahoma, Times New Roman;
  font-size: 1.7em;
  font-weight: normal;
  background: url(../img/h1_start.gif) no-repeat 0em .4em;
  padding-left: 16px;
  margin: 0.4em 0 0em 0;
}

#content h2 {
  font-size: 1.0em;
  color: #999;
  margin: 1.5em 0 0.5em 0;
}

#content h3 {
  font-size: 0.9em;
  color: #999;
  margin: 2.5em 0 0.5em 0em;
  padding-left: 1.0em;
  background: url("../img/bullet_tri.gif") no-repeat 0 .4em;
}

#content p {
  margin: 1em 0 1.5em 0;
}

#content .kastenstrong {
  padding: 0.2em 1em 0.6em 1em;
  margin: 1em 0;
  background-color: #FFDD9E;
}

#content .kasten {
  background-color: #f9f9f9;
  padding: 0.2em 1em 0.6em 1em;
  margin: 1em 0;
}

#content ul {
  color: #333;
  list-style: url("../img/bullet_tri.gif");
}

#content li {
  margin-top: 0.5em;
}

#content ul.ref {
  font-size: 0.88em;
}

#content abbr {
  border-bottom: 1px dashed #999;
  cursor: help;
}

#li {
  float: left;
  max-width: 220px;
  width: 24%;
  font-size: .7em;
  border-top: 1px solid #999;
}

.submenu {
  border-bottom: 1px solid #999;
  border-left: 5px solid #F37032;
  padding: 1.5em 1.3em 2em 0px;
  text-align: right;
  color: #999;
  background-color: #f9f9f9;
  margin-bottom: 1.0em;
  margin-right: 0px;
}


#main .submenu ul li a.act {
  font-weight: bold;
  color: #999;
} 

.news {
  border-bottom: 1px solid #999;
  padding: 15px 0px;
  text-align: right;
  color: #999;
  margin-right: 15px;
}

.news ul, .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news strong {
  font-weight: normal !important;
}

.submenu ul {
  margin-top: 1.0em;
}

.news ul li {
  color: #616161;
  margin-top: 10px;
} 

.submenu ul li {
  margin-top: .8em;
} 



#footer {
  clear: both;
  margin: 80px 10px 10px 260px;
  padding: 5px;
  width: 400px;
  font-size: 0.7em;
  color: #999;
  text-align: center;
  border-top: 1px solid #ddd;
}

#footer a{
  color: #999;
}

.refgross {
  clear: both;
  margin-bottom: 3.5em;
  margin-top: 1.5em; 
  border-top: 1px solid #FFF;
  display: block;
}

#content .refgross h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
  background: none;
}

.refgross img {
  float:left;
  background: #fff;
  border: 1px solid #999;
  padding: 2px;
  margin: .5em 1em .5em 0em;
}

.refgross p {
  font-size: 0.85em;
}

q {
	quotes: '\00201E' '\00201D' '\002018' '\002019'; 
	behavior: url('/fixquotes.htc');
}

q:before { content: open-quote; }

q:after { content: close-quote; }
