* {
		margin: 0;
		padding: 0;
  }
	html {
   overflow-y: scroll;
	/* background: #D0AC87; */
	background:url(../images/bgrd.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  ul {
      list-style: none;
    }
#cssmenu {
  z-index: 99;
  margin-left: 3%;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position:relative;
  font-family:Verdana,sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #41556F;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background: #ffffff;
  z-index: 1;
  /* top: 13px; */
  top: 10px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #000000;
  z-index: 2;
  top: 13px;
  /* top: 15px; */
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 280px;
  padding: 10px 12px 5px 15px;
  border-bottom:#134675 outset 1px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #000000;
  background-color:#EEE2CE;
  width: 280px;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #ffffff;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  /* top: 16px; */
  top: 10px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #134675;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  /* top: 21px; */
  top:16px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 12px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 280px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 280px;
  display: block;
}
#panel {
    display: none;
    padding:3px;
    width:98%;
    background-color:#FFFFFF;
    font-size:12px;
}
#neues  {
	  width:95%;
    height:32px;
    margin-left: 0;
    color:#fff;
    font-size:12px;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    text-align:center;
    cursor: pointer;
    background-color:#134675;
    padding:5px 10px;
    border:solid 1px #304e6a;
    /* border-radius:5px; */
}
#panel1 {
    display: none;
    padding-top:5px;
}
#neues1  {
    cursor: pointer;
    background-color:#134675;
}
/****************************************************************
Sections
****************************************************************/
#top_section {
   position:absolute;
   background-color:#F6E8CD;
   background-image: url(../images/Kopf_Banner_Pixelsturm.jpg);
	 background-repeat:no-repeat;
	 background-size: 100% 130px;
   top:0px;
   font-family:Verdana,sans-serif;
   height:130px;
   left:0;
   min-width:1477px;
   width:80%;
   margin: 0px;
   padding:0px;
}
#mid_section {
   background-image: url(../images/Pixel_leiste.png);
   background-position: left;
   background-repeat:no-repeat;
   background-size: 3% 100%;
   position:absolute;
   top:130px;
	 background-color:#316094;
   color: #FFFFFF;
   height:32px;
   left:0;
   width:80%;
   min-width:1477px;
   margin: 0px;
   padding:0px;
}
#content {
   position:absolute;
   font-family:Verdana,sans-serif;
	 z-index:2;
   font-size:11px;
   top:162px;
   left:0;
   width:80%;
   min-width:1477px;
   padding:0;
   margin: 0px;
}
/****************************************************************
Fuer Ueberschriften, Fusszeilen etc.
****************************************************************/
h1 {
   position:absolute;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   font-style:normal;
   font-size:15px;
   line-height:1.1em;
   color:#000000;
   top:46px;
   margin-left:25%;
}
h2 {
   font-weight:bold;
   font-style:normal;
   font-size:16px;
   line-height:1.1em;
   color:#000000;
}
h3 {
   font-weight:bold;
   font-style:normal;
   font-size:14px;
   line-height:1.1em;
   color:#000000;
   /* margin-left:4%; */
}
h4 {
   font-family:Verdana,sans-serif;
   font-weight:bold;
   font-style:normal;
   font-size:12px;
   line-height:1.1em;
   color:#000000;
}
h5 {
   text-align:center;
   font-weight:bold;
   font-style:normal;
   font-size:18px;
   line-height:1em;
   color:#316094;
}
td.kontakt {
   font-family:Verdana,sans-serif;
   font-size:11px;
   color:#000000;
   padding:2px 2px 2px 5px;
   height:80px;
}
td.app {
   font-size:11px;
   padding:5px 5px 5px 5px;
   vertical-align:top;
}
#fehler {
   font-family:Verdana, Arial, sans-serif;
   font-weight:bold;
   font-size:11px;
   color:#FF0000;
}
p {
   font-family:Verdana, Arial, sans-serif;
   font-weight:normal;
   font-size:11px;
   color:black;
}

.unsichtbar {                          /* Im Kontaktformular */
	display:none;
}

/*
li {
   font-weight:normal;
   font-size:12px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}
*/
a:link {
   font-weight:bold;
   color:#0000ff;
   text-decoration:none;
}
a:visited {
   font-weight:bold;
   color:#0000ff;
   text-decoration:none;
}
a:hover, a:active {
   font-weight:bold;
   color:#0000ff;
   text-decoration:underline;
}
a.sonder {
   color:#000000;
   font-weight:bold;
   text-decoration:underline;
}
 .gruppen_ueber  {
	font-family:Verdana,sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#D4D4D4;
  padding:4px 0px 4px 3px;
}
.grp_ansicht  {
  font-size:11px;
	padding: 3px;
  font-weight:bold;
	font-style:italic;
  font-family:Verdana,sans-serif;
  color:#000000;
	background-color:#D4D4D4;
}
.summe {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana,sans-serif;
  color:#000000;
}
a.mehr_click  {
  font-size:11px;
  font-family:Verdana,sans-serif;
  color:#0000CC;
  text-decoration:underline;
}
/*******************************************************************
Teaser fuer Bereiche in Sektionen
*******************************************************************/
.ueber {
font-size:14px;
width: auto;
margin-top:10px;
margin-left:4%;
padding-right:15px;
}
.ueber h3 {
  font-size:13px;
  padding:5px;
  font-weight: bold;
  margin-left:0px;
}
.ueber h4 {
  font-size:14px;
  padding:5px;
  font-weight: bold;
  color: #000000;
}
.ueber h5 {
  font-size:12px;
  padding:5px;
  font-weight: bold;
  background-color: #134675;
  color: #FFFFCC;
}
.ueber h6 {
  font-family:Verdana,sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:11px;
  color:#000000;
  background-color: #E3E3E3;
  padding:7px 7px 7px 0px;
}
.ueber p {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000;
  margin-top:10px;
  padding: 5px;
}
.ueber ul {
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  list-style-type:disc;
  padding-left:20px;
  overflow: hidden;
}
.ueber ol {
   overflow: hidden;
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  list-style-type:decimal;
  padding-left:20px;
}
.ueber td  {
vertical-align:top;
padding: 5px 5px 5px 0px;
}
.ueber a  {
  color:#000000;
  font-size:11px;
  text-decoration:none;
}
.ueber a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.grossfuss  {
  float:left;
  width:auto;
  padding-left:5px;
  padding-top: 5px;
  padding-bottom:5px;
  padding-right: 3%;
}
.xl-teaser {                         /* Bereiche in index.php */
position:relative;
width:auto;
margin-left: 12%;
}
.xl-teaser h5 {
padding: 5px 5px 5px 5px;
font-family: Verdana, sans-serif;
font-size:16px;
font-weight: bold;
color: #316094;
}
.xl-teaser p {
font-family: Verdana, sans-serif;
font-size:18px;
font-weight: bold;
color: #000000;
}
.ls-teaser {                         /* Bereiche in index.php */
float:left;
width:20%;
height:190px;
text-align:center;
margin-left: 25px;
margin-top:15px;
background-color: #FFFFFF;
padding-top:25px;
}
.ls-teaser p {
	font-size:10px;
  padding:5px;
}
.ls-teaser h6 {
   font-family:Verdana,sans-serif;
	 font-weight:bold;
   font-style:normal;
   font-size:11px;
   line-height:1em;
   color:#316094;
	 /*  background-color: #E3E3E3;
	 height:auto; */
	 padding: 5px;
}
.s-teaser {
    width: 480px;
    background-color: #FFFFFF;
    border-left:solid 5px #134675;
    border-right:solid 5px #134675;
    margin-top:15px;
    padding: 5px;
}
.s-teaser h6 {
   font-family:Verdana,sans-serif;
	 font-weight:bold;
   font-style:normal;
   font-size:11px;
   color:#000000;
	 background-color: #E3E3E3;
   padding:7px;
}
.s-teaser p {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding: 5px;
}
.s-teaser a  {
  font-size:12px;
  color:#0000FF;
  text-decoration:none;
}
.s-teaser a:hover, a:active {
   font-size:12px;
   color:#0000FF;
   text-decoration:underline;
}
.sxt-teaser {
font-size:11px;
width: auto;
margin-left:3.7%;
padding-top:0;
background-color: #FFFFFF;
}
.sxt-teaser a  {
  color:#000000;
  font-size:11px;
  text-decoration:none;
}
.sxt-teaser a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.sx-teaser {
font-size:11px;
width: auto;
margin-top:10px;
margin-left:3.7%;
background-color: #FFFFFF;
padding: 25px;
}
.sx-teaser h3 {
  font-size:13px;
  padding:5px;
  font-weight: bold;
  margin-left:0px;
}
.sx-teaser h4 {
  font-size:14px;
  padding:5px;
  font-weight: bold;
  color: #000000;
}
.sx-teaser h5 {
  font-size:12px;
  padding:5px;
  font-weight: bold;
  background-color: #134675;
  color: #FFFFCC;
}
.sx-teaser h6 {
  font-family:Verdana,sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:11px;
  color:#000000;
  background-color: #E3E3E3;
  padding:7px 7px 7px 0px;
}
.sx-teaser p {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000;
  margin-top:10px;
  padding: 5px;
}
.sx-teaser summe {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight:bold;
}
.sx-teaser artikel {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000;
}
.sx-teaser ul {
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  list-style-type:disc;
  padding-left:20px;
  overflow: hidden;
}
.sx-teaser ol {
   overflow: hidden;
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  list-style-type:decimal;
  padding-left:20px;
}
.sx-teaser td  {
vertical-align: revert;
/*text-align: center;*/
padding: 10px;
}
.sx-teaser a  {
  color:#000000;
  font-size:11px;
  text-decoration:underline;
}
.sx-teaser a:hover, .sx-teaser a:active {
   color:#0000FF;
   font-size:11px;
   text-decoration:underline;
}
.sxx-teaser {
width: 50%;
margin-top:20px;
margin-left:3.7%;
background-color: #FFFFFF;
padding:10px;
}
.sxx-teaser h6 {
   font-family:Verdana,sans-serif;
	 font-weight:bold;
   font-style:normal;
   font-size:11px;
   color:#000000;
	 background-color: #E3E3E3;
   padding:7px;
}
.sxx-teaser p {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 0;
  padding: 5px;
}
.sxx-teaser ul {
  line-height: 1.1em;
  list-style-type:disc;
	padding-left:20px;
}
.sxx-teaser a  {
  color:#000000;
  font-size:11px;
  text-decoration:none;
}
.sxx-teaser a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.linksbuendig {text-align: left;}
.rechtsbuendig {text-align: right;}
.zentriert {text-align: center;}
.blocksatz {text-align: justify;}
/*********************************************************
Ein Bereich in top_tools.html Sucheingabe und Produktwahl
*********************************************************/
.such0  {
position: absolute;
font-family: Verdana, sans-serif;
font-weight: 800;
font-size:10px;
color:#000000;
top:1px;
right:1%;
}
.such0 a  {
  font-size:10px;
  color:#000000;
  font-weight: 800;
 /* background-color: #808080; */
  text-decoration:none;
}
.such0 a:hover, a:active {
   font-size:10px;
   font-weight: 800;
	 color:#000000;
   text-decoration:underline;
}
.such2  {                             /* Ein Bereich in suchform.html Sucheingabe und Produktwahl */
position: absolute;
font-family: Verdana, sans-serif;
font-size:12px;
padding:5px 0px 5px 5px;
background-color: #E3E3E3;
top:10px;
right:0;
}
.such3  {                             /* Ein Bereich in top_tools.html Sucheingabe und Produktwahl */
position: absolute;
font-family: Verdana, sans-serif;
font-size:12px;
background-color: #F6E8CD;
padding:7px 5px 7px 5px;
top:30px;
left:82%;
}
.grosskopf  {
  float:left;
  width:345px;
  padding:5px 10px 0px 10px;
}
.optionen {
  background-color: #E3E3E3;
  padding:12px;
}
/**
*
* Produktanzeige
*
**/
.grosskopf  {
  font-family: Verdana, sans-serif;
  font-size:12px;
  float:left;
  width:45%;
  height:300px;
  padding:10px;
  background-color: #fff;
}
.grosskopf p {
font-size: 110%;
font-weight: 700;
color: #000000;
margin: 0;
padding: 5px;
line-height: 125%;
}
.tafel {
	margin-left:10%;
	margin-top: 2px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #fff;
}
.tafel a  {
  font-size:11px;
  color:#000000;
  text-decoration:none;
}
.tafel a:hover, a:active {
	 color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.prod-teaser-oben {
	width:64%;
	margin-top:10px;
	margin-left:4%;
	padding-top:10px;
}
.prod-teaser {
	width:59%;
	margin-top:0;
	margin-left:4%;
	padding:10px;
	background-color: #FFFFFF;
}
.prod-teaser h5 {
position: relative;
background-image: url(../images/Pixel_leiste1a.png);
background-position: right;
background-repeat: no-repeat;
margin: 0;
padding: 5px 5px 5px 55px;
font-family: Verdana, sans-serif;
font-size:11px;
font-weight: bold;
background-color: #316094;
color: #FFFFFF;
}
.prod-teaser p {
font-family: Verdana, sans-serif;
font-size: 120%;
/*font-weight: 800;
color: #316094;*/
margin: 0;
padding: 5px;
line-height: 125%;
}
.prod-teaser ul {
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.1em;
  list-style-type:disc;
	padding-left:20px;
}
.prod-teaser ol, .sxx-teaser ol {
  font-family: Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.1em;
  list-style-type:decimal;
	padding-left:20px;
}
.prod-teaser td {
   font-size:11px;
   padding:5px;
}
.prod-teaser a  {
  font-size:11px;
  color:#000000;
  text-decoration:none;
}
.prod-teaser a:hover, a:active {
	 color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.zeigueber {
	background-image: url(../images/Pixel_leiste1a.png);
  background-position: right;
  background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin: 0;
	background-color: #316094;
	color: #FFFFFF;
}
.prod-teaser1 {
position:absolute;
width: 461px;
word-wrap:break-word;
background-color: #FFFFFF;
/* border-left:solid 5px #134675; */
top:62px;
left:812px;
padding: 10px 5px 5px 5px;
}
.prod-teaser1 p {
  font-size: 11px;
  font-weight:bold;
  color: #fff;
  margin: 0;
  background-color: #134675;
  padding:5px 5px 5px 5px;
}
.prod-teaser1 a  {
  color:#0000FF;
  font-size:11px;
  text-decoration:none;
}
.prod-teaser1 a:hover, a:active {
   color:#0000FF;
   font-size:11px;
   text-decoration:underline;
}
.app_fuss  {                              /* Die kleine Fusszeile */
	font-family:Verdana,sans-serif;
  font-size:10px;
	color:#1d1d1d;
  text-align: center;
}
.app_fuss p {
  display:inline;
  /* border-right:1px solid #5A5A5A; */
  padding-left: 15px;
  padding-right: 15px;
}
.app_fuss a  {
  font-size:10px;
  color:#5A5A5A;
  text-decoration:none;
	/* border-right:1px solid #5A5A5A; */
	padding-left: 15px;
  padding-right: 15px;
}
.app_fuss a:hover, a:active {
   font-size:10px;
	 color:#5A5A5A;
   text-decoration:underline;
}
.title-teaser {                          /* Produktanzeige oben */
width: 95%;
/* float:left; */
background-color: #FFFFFF;
border-left:solid 5px #134675;
margin-top:10px;
margin-left:25px;
padding: 10px 5px 5px 25px;
}
.title-teaser h5 {
position: relative;/*fuer IE*/
margin: 0;
padding: 5px 5px 5px 5px;
font-family: Verdana, sans-serif;
font-size:12px;
font-weight: bold;
background-color: #134675;
color: #FFFFFF;
}
.title-teaser p {
font-family: Verdana, sans-serif;
font-size: 100%;
color: #000;
margin: 0;
padding: 5px;
line-height: 100%;
}
.video-steaser {                          /* wie oben, nur schmaler */
position:absolute;
top:40px;
left:685px;
font-family:Verdana,sans-serif;
z-index:4;
width: 220px;
background-color: #E5E5E5;
border:solid 1px;
border-color:#000;
}
.video-steaser h5 {
position: relative;/*fuer IE*/
margin: 0;
padding: 5px;
font-family: Verdana, sans-serif;
font-size:10px;
font-weight: bold;
background-color: #1D1D1D;
color: #FFFFFF;
}
.video-steaser p {
font-family: Verdana, sans-serif;
font-size:11px;
letter-spacing: -1px;
color: #000;
margin: 0;
padding: 5px;
}

/*************************************************
Fuer broschuren1.php - Container
*************************************************/
.button_submit {
 display: inline;
 font-family: Verdana, sans-serif;
 font-size:11px;
 color: #FFFFFF;
 /* width: 150px; */
 background-color: #0C4A8D;
 border-left: 2px solid #CCCCCC;
 border-top: 2px solid #CCCCCC;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 text-decoration: none;
 padding: 2px;
 text-align: center;
}
.button_submit:hover {
 color: #F5F086;
 background-color: #0C5792;
 border-left: 2px solid #000000;
 border-top: 2px solid #000000;
 border-right: 3px solid #cccccc;
 border-bottom: 3px solid #cccccc;
 text-decoration: none;
}
.mybrosch {
   text-align:left;
   width:75%;
   font-size:11px;
   color:#817F6E;
	 background-color: #E3E3E3;
   color:#000000;
	 height:22px;
   padding-top: 4px;
   padding-left:5px;
   border-top:solid 1px  #134675;
	 border-bottom:solid 1px  #134675;
}
.path {
   margin-left:4%;
   width:auto;
   font-size:11px;
   color:#316094;
	 height:20px;
   padding-top: 4px;
	 border-bottom:solid 1px  #000000;
}
.path p  {
	padding-top: 3px;
  line-height:1.1em;
  font-weight:bold;
  font-style:normal;
}
.path a  {
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
}
.path a:hover, a:active {
   font-size:11px;
   text-decoration:underline;
}
/*************************************************
Fuer broschansicht.php
*************************************************/
.brosch-teaser {
	float:left;
	width:40%;
	height: 150px;
  font-size:11px;
  margin-top:10px;
  margin-left:4%;
  padding: 20px;
  background-color: #FFFFFF;
}
.brosch-teaser h6 {
margin: 0;
padding: 5px 5px 5px 5px;
font-family: Verdana, sans-serif;
font-size:10px;
font-weight: bold;
color: #316094;
}
.brosch-teaser h5 {
margin: 0;
padding: 5px 5px 5px 5px;
font-family: Verdana, sans-serif;
font-size:10px;
font-weight: bold;
color: #fff;
}
.brosch-teaser ul {
  font-family: Verdana, sans-serif;
  padding-left:25px;
  list-style-type:disc;
}
.brosch-teaser a {
	 font-size:11px;
	 text-decoration:none;
	 color:#000000;
}
.brosch-teaser a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:underline;
}
/*************************************************
Fuer broschuren1.php Ueberschrifts-Container
*************************************************/
#brosch-kasten {
  font-size:12px;
	padding: 5px;
  /* height:35px; */
  font-weight:bold;
  font-family:Verdana,sans-serif;
  color:#ffffff;
  background-color:#0C4A8D;
}
/*************************************************
Fuer MyBroschOption
*************************************************/
a.ptt {
 font-size:11px;
 color: #FFFFFF;
 width: auto;
 background-color: #134675;
 border-left: 2px solid #CCCCCC;
 border-top: 2px solid #CCCCCC;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 text-decoration: none;
 padding: 2px;
 text-align: center;
}

a.ptt:hover {
 color: #000000;
 background-color: #F6E8CD;
 border-left: 2px solid #000000;
 border-top: 2px solid #000000;
 border-right: 3px solid #cccccc;
 border-bottom: 3px solid #cccccc;
}
.hstdiv {
  padding:5px;
 }
.hstdiv h3 {
margin:0px;
padding: 5px 5px 5px 5px;
font-size:14px;
font-weight: bold;
color: #000000;
}
.hstdiv a {
	 font-size:11px;
	 text-decoration:none;
	 color:#FFFFFF;
}
.hstdiv a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:none;
}
#hstid
{
 margin-left:0px;
 margin-top:5px;
}
.partner {
position: relative;/*fuer IE*/
width: 32%;
height:280px;
background-color: #E3E3E3;
float:left;
margin: 5px;
/* border:solid 1px  #000; */
}
.partner h5 {
position: relative;/*fuer IE*/
margin: 0;
padding: 5px 5px 5px 5px;
font-family: Verdana, sans-serif;
font-size:11px;
font-weight: bold;
background-color: #134675;
color: #FFFFFF;
}
.partner p {
font-family: Global, monospace;
font-size: 110%;
color: #000;
margin: 0;
padding: 5px;
line-height: 120%;
}
.partner td {
font-family: Verdana, sans-serif;
font-size: 100%;
color: #000;
margin: 0;
padding: 2px;
}
.partner a  {
  font-size:11px;
  font-family:Verdana,sans-serif;
  color:#0000FF;
  text-decoration:none;
}
.partner a:hover, a:active {
  color:#0000FF;
  text-decoration:underline;
}
/**
Verwendet in Standorte
*****************************************/
.standort_flagge_haut  {
width: 98%;
margin-top:15px;
padding-top: 5px;
padding-left: 5px;
}
.standort_flagge  {
width: 98%;
margin-top:15px;
padding-top: 15px;
padding-left: 5px;
border-top:1px #000000 groove;
}
.standort_innen  {
width: 32%;
float:left;
padding-top: 15px;
padding-left: 5px;
}
.standort1 {
font-size:11px;
width: 40%;
/* background-color: #FFFFFF; */
margin-top:10px;
padding: 0px;
float:left;
margin-left:4%;
}
.standort {
font-size:11px;
width: 48%;
/* background-color: #FFFFFF; */
float:left;
margin-top:10px;
margin-left:3.7%;
padding: 0px;
}
.standort h5 {
position: relative;/*fuer IE*/
margin: 0;
padding: 5px;
font-family: Verdana, sans-serif;
font-size:10px;
font-weight: bold;
background-color: #1D1D1D;
color: #FFFFFF;
}
.standort p {
font-family: Verdana, sans-serif;
font-size:11px;
letter-spacing: 1px;
color: #000;
margin: 0;
padding: 5px;
}
.standort a {
	 font-size:11px;
	 text-decoration:none;
	 color:#000000;
}
.standort a:hover, a:active {
   color:#000000;
   font-size:11px;
   text-decoration:underline;
}
.lsg-inhalt {
    width: 47%;
    height:250px;
    float:left;
    background-color: #FFFFFF;
    /* border-left:solid 5px #134675;
    border-right:solid 5px #134675; */
    margin-top:5px;
    margin-left:5px;
    padding: 5px;
}
.lsg-inhalt h6 {
   font-family:Verdana,sans-serif;
	 font-weight:bold;
   font-style:normal;
   font-size:11px;
   color:#000000;
	 background-color: #E3E3E3;
   padding:7px;
}
.lsg-inhalt p {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding: 5px;
}
.lsg-inhalt a  {
  font-size:12px;
  color:#0000FF;
  text-decoration:none;
}
.lsg-inhalt a:hover, a:active {
   font-size:12px;
   color:#0000FF;
   text-decoration:underline;
}
.endfloat {
  clear: both;
}
.bandbox {                         /* Bereiche in index.php */
float:left;
font-size:10px;
width:132px;
height:170px;
margin-left: 2%;
margin-top:3px;
background-color: #FFFFFF;
padding: 3px;
}
#aprod  {
  background-color: #FFF;
}
#optionen {
  background-color: #F7F7F7;
  border: solid 1px #000;
  border-radius: 5px;
  padding:12px;
  height:174px;
  /* overflow-x:scroll; */
}
.button_band1 {
    background-color: #C7C7C7;
    /* display: inline-block; */
    float:left;
    border: 2px outset #555555;
    border-radius: 10px;
    color: #000;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1%;
    margin-top:60px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_band1:hover {
    background-color: #f7f7f7;
    color: #000;
}
.button_band2 {
    background-color: #C7C7C7;
    /* display: inline-block; */
    float: right;
    border: 2px outset #555555;
    border-radius: 10px;
    color: #000;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-right: 1%;
    margin-top:60px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_band2:hover {
    background-color: #f7f7f7;
    color: #000;
}