﻿/* TAG Einstellungen*/
body {
    margin-top:0px; 
    padding-top:0px; 
    /*background-color: #e7ebf2; */
	background-image: url(/fileadmin/img/HGseite.JPG);
    font-family: Comic Sans MS;
    font-size: 14px;
	/*background-size: cover;
    /*color: #5f5f5f;*/
    }
  
td {
    border-style: dotted;
    border-width: 0px;
    border-color: #cc0033;
	background-color: #ffffff;
	/*background-color: #e7ebf2;*/
}

/* Überschriften */
h1 {
  color: #333333;;
  text-decoration: none;
  font-weight: bold;
  FONT-SIZE: 14px;
}
h2 {
  color: #333333;;
  text-decoration: none;
  font-weight: bold;
  FONT-SIZE: 14px;
}
h3 {
  color: #333333;;
  text-decoration: none;
  font-weight: bold;
  FONT-SIZE: 14px;
}

/* Links */
a {
  color: #007f00;
}

a:link{
  color: #007f00;
  text-decoration: none
}
a:visited{
  color: #007f00;
  text-decoration: none
}
a:hover{
  color: #007f00;
  text-decoration: none
}
a:active{
  color: #007f00;
  text-decoration: none
}

ul {
	list-style: none;
	padding: 0;
	margin:5px;
}
li {
	list-style: none;
	margin:5px;
}
/*ENDE - TAG Einstellungen*/

.rahmenbody {
	width: 800px; 
	border-style: dotted; 
	border-width: 1px; 
	border-color: #CDC9C9;
	box-shadow: 0px 3px 15px #808080;
}
.AlignCenter {
	font-size: 14px;
	text-align: center;
}
.align-right {
	font-size: 14px;
	text-align: center;
}


/*Rahmen definieren*/
.MarginLeft {
	padding: 0;
	margin: 10px 0 0 20px;
}
/*Rahmen definieren ENDE*/
/*
*html .rahmenbody{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 102px; /* match target width */
 /*   height: 102px; /* match target height */
 /*   z-index: 1; 
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='15', MakeShadow='true', ShadowOpacity='0.40');
}
*/

/*Typo3 BE Einstellungen, die ins FE übernommen werden*/

  .align-center {
  color: snow4;
  text-decoration: none;
  text-align: right;
  FONT-SIZE: 14px;
  }
  
  .dot-box {
  border-style:dotted; 
  border-color: snow3; 
  border-width:1px;
  filter:Shadow(color=#000000, direction=45);
  }
  
  /* Rahmen nur um ein Bild. Korrespondiert mit dem Schalter Rahmen in Typo3*/
  DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
  border-style:dotted; 
  border-color: snow3; 
  border-width:1px;
  z-index:1
  }
  
 
  /*ENDE - Typo3 BE Einstellungen, die in FE übernommen werden*/
  
  
  /*TPL Inhalt  */

 .Sprache {
  color:#333333; 
  text-decoration:none; 
  font-size: 10px;
 }
 .Sprache:hover {
    color: #000000;
    /*font-weight: bold;*/
    }
  
 /* Menue oben, waagrecht ==> Dropdown Menue*/
 
ul.menu, ul.menu ul {
list-style-type: none;
color: #333333;
}
ul.menu a {
display: block;
padding: 5px 10px 5px 10px;
text-decoration:none;
font-weight: normal;
font-size: 14px;
color: #333333;
}
/*Textfarbe ändern wenn Maus auf dem Feld*/
ul.menu a:hover {
color: #63c02d;
}
/* Im Hauptmenue linker und rechter Rand*/
ul.menu li {
padding: 0;
margin: 0;
float: left;
text-decoration:none;
color: #333333;
background-color: transparent;
background-image: none;
border:0px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
height: 30px;
z-index: 99;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
float:none;
background-color: transparent;
border: 1px solid #ffffff;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li.hover, ul.menu ul li:hover {
/*background-color: #c3ff8a;
/*opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* Zweite Ebene */
ul.menu ul {
margin:0;
padding: 0;
position: absolute;
/*background-color: #c3ff8a; */
background-color: #eaf0d9; 
/*background-color: #d4dfb4;*/
border: 1px solid #ffffff;
/*opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
display: none;
width: 230px; 
z-index: 99;
}
/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul {
display: block;
}
/* Dritte Ebene */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
display: none;
margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
margin-top: -20px; /* Höhe eines Listenelements */
}
/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
display: block;
}
/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
display: none;
margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
margin-top: -20px; /* Höhe eines Listenelements */
}
/* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
display: block;
}
/* ENDE - Dropdown Menue*/

/*===== Formatiereung Menue  links=======================*/

 ul.menuL { 
  font-family: Comic Sans MS;
    text-decoration: none;
    color: rgb(153, 0, 0);
    height: 14px;
    display: block;
    border-bottom: 0px solid #990000;
    padding: 15px 1px 3px 20px;
    background: #e6e6e6;
    font-size: 14px;
    font-weight: normal;
    }

  .menuL:hover {
    font-weight: bold;
    color: #000000;
    border-bottom: 0px solid #990000;
    }

  .menuLact { font-family: Comic Sans MS;
    text-decoration: none;
    color: #007f00;
    height: 14px;
    display: block;
    padding: 15px 1px 3px 20px;
    border-bottom: 0px solid #990000;
    font-size: 14px;
    font-weight: bold;
    }

  .menuLact:hover {
    color: #000000;
    border-bottom: 0px solid #990000;
    }
  
.menuLsub { font-family: Comic Sans MS;
  text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    height: 14px;
    display: block;
    padding: 8px 0px 0px 40px;
    border-bottom: 0px solid #000000;
    background: #e6e6e6;
    }

  .menuLsub:hover {
    font-weight: normal;
    color: #000000;
    border-bottom: 0px solid #000000;
    }

  .menuLsubAct { 
  font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #007f00;
    height: 14px;
    display: block;
    border-bottom: 0px solid #000000;
    padding: 8px 0px 0px 40px;
    background: #e6e6e6;
    }

  .MenuLsubAct:hover {
    font-weight: normal;
    color: #000000;
    border-bottom: 0px solid #990000;
    }  



/* Index-Search */
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    display: inline;
    margin-right: 5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 200px;
  font-family: Arial;
    font-size: 12px;
  color: #333333;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-bottom: 5px;
    margin-top: 10px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-style: italic;
    font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
    font-weight: bold;
    text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: none repeat scroll 0 0 #EEEEEE;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-bottom: 5px;
    margin-top: 20px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    margin-bottom: 0;
    margin-top: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
    background: none repeat scroll 0 0 #CCCCCC;
    vertical-align: middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
    color: #666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
    background: none repeat scroll 0 0 #CCCCCC;
    font-size: 16px;
    font-weight: bold;
}
.tx-indexedsearch .res-tmpl-css {
    clear: both;
    margin-bottom: 1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
    float: left;
    margin-right: 1em;
    width: 10em;
  font-family: Arial;
    font-size: 12px;
  color: #333333;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
    float: right;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: -1.2em;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
    float: left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
    float: none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
    float: none;
}
/* ==>ENDE Index-Search */
  
 /* Menue Impressum */
  .MenueImpressum {
    text-decoration: none;
    font-family: Comic Sans MS;
    font-size: 10px;
    color: #333333;
    z-index:1;
    }
  
  .MenueImpressum:hover {
    color: #cc0033;  
    }
  
  .MenueImpressumAktiv {
    text-decoration: none;
    font-family: Comic Sans MS;
    font-size: 10px;
    color: #333333;
    z-index:1;
    }
  
  .MenueImpressumAktiv:hover {
    color: #cc0033;  
    }  

  .FirmenLogo {
    border-style: solid;
    border-width: 0px;
    border-color: snow4;
    }

  .Inhalt {
    margin: 0px 20px 0px 0px; 
    border-style: solid;
    border-width: 0px;
    border-color: snow4;
    text-decoration: none;
	vertical-align:top;
    font-family: Comic Sans MS;
    font-size: 14px;
    color: #333333
    /*color: #5f5f5f;  */
   }
   
.Links {
    margin: 0px 20px 0px 20px; 
    border-style: solid;
    border-width: 0px;
    border-color: snow4;
    text-decoration: none;
	vertical-align:top;
    font-family: Comic Sans MS;
    font-size: 16px;
    color: #333333
    /*color: #5f5f5f;  */
   }
   
   /* Trailer */
  .MenuePfad {
    border-style: solid;
    border-width: 0px;
    border-color: snow4;
    text-align: left;
    padding-left: 50px;
    text-decoration: none;
    font-family: Comic Sans MS;
    font-size: 10px;
    color: #333333; 
   }

  .MenueGrafik {
    position:relative;
    display: inline-block;
    width: 130;
    height: 130;
    /*oben rechts unten links */
    margin: 0px 0px 0px 0px;
    /*width: 130px;*/
    padding: 0px 30px 0px 0px;
    border-style: solid;
    border-width: 0px;
    border-color: snow4;
    text-decoration: none;
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 10px;
    color: #666666;
    }
/*NUR FUER DEN IE*/  
  *html .MenueGrafik {
  float: left;
    }

  /*Menue 2*/  
  .Menue2 {
    display: table;
    /*display: block;*/
    /*overflow: hidden;*/
    /*height: 30px;*/
    width: 150px;
    margin-bottom: 0;
  padding-left: 0px;
    /*border-bottom: 3px solid #ffffff;*/
    font-family: Arial;
    font-size: 10px;  
    }

  .linkMenu2 { 
    display: table-cell;
    /*display: block;*/
    overflow: hidden;
    height: 20px;
    width: 150px;
    /*background-color: #d5d5d5;*/
    font-family: Arial;
    font-size: 10px;  
    color: #333333;
    padding-top: 8px;
    padding-left: 0px;
    /*vertical-align: middle;*/
    text-decoration: none;
    }
  .linkMenu2:hover {
    color: #cc0033;
    font-weight: bold;
          }

  .linkMenu2Act { 
    display: table-cell;
    /*display: block;*/
    /*overflow: hidden;*/
    height: 20px;
    width: 150px;
    /*border-width: 0px; 
    border-color: #d5d5d5; 
    border-style: solid; 
    background-color: #ffffff;*/  
    padding-top: 8px;
    padding-left: 0px;
    font-family: Arial;
    font-size: 10px;  
  font-weight: bold;
    color: #333333;
    /*vertical-align: middle;*/
    text-decoration: none;
    }

  .linkMenu2Act:hover {
    color: #cc0033;
    font-weight: bold;
    }




