/* Buric 2011 Holztechnik 08.04.2011 Bernd Werner*/
@import url("news.css");
*{
  border:0;
  margin:0;
  padding:0;
 }

/* *************** CONTENT *******************/
div#content ul{
    margin:0;
   padding:0;
}
div#content p{
   padding-left:0px;
	z-index: 0;
}
div#content li{
        margin:0; padding:0;
        margin-left:60px; margin-top:3px;
	list-style: circle;
        vertical-align:middle;
/*        background-image:url(btn.gif);
        background-position:top left;
        background-repeat:no-repeat;
*/
}
div#content h1{
   font-size:1.5em; 
   font-weight:bold;
   margin-top:5px;
   margin-bottom:15px;
   padding-left:100px;
   color:#eee;
   background: #CC7523 url(logoKlein.png)  no-repeat 0px 2px;
}
div#content h2{   
   font-size:1.1em;
   padding-left:10px;
   margin-bottom:10px;
   margin-top:5px;
   color:black;
   background-color:#d97d27; 
}
div #c2110  h3{   
   margin-top:5px;
}
div#content a:link{
   color:black;
}
div#content a:hover, a:visited{
   color:black;
}

/* *************** Tutti *******************/

html{
    background-color:#F5E9DE; 
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    background: url(htmlbg.gif);
  
}
body{
  
  font-size: 1em;
  font-family: Helvetica,Arial,sans-serif;
  text-align:center;
  margin:0 auto;
  border:solid 2px #E0D0C0; 
  width: 1024px; 
  background-color:#E5D9CE; 
  }
div#mainFrame{
  position:relative;
  width:100%;
  background: url(logo.png) no-repeat 5px 15px;
  z-index: 1;
  margin-bottom:20px;
  }
div#mainFrame2{
  width:780px; 
  margin:0px 0 0 240px;
  overflow:hidden; 
}
/************* INHALT ************************************/
div#Inhalt1{
  width: 100%;
  z-index: 1;
  background-color:white;
  overflow:hidden; 
  min-height:600px;
 }

div#content {
  text-align: left; 
  padding: 5px;
  overflow: auto;
  min-height:600px;
}
div #c1377 img  {
	padding-left:110px;
}
div#c1356{
  margin-right:110px;
}
/* **************************************** menuMain ********************** */
.displayMenuItem{
  display: block;
}
.hideMenuItem{
  display: none;

}
div#menuMain{
  margin:2px; 
  z-index:100;
  }

ul#menuTop {
  font-size:12px;
  padding:2px;
}

ul#menuTop  li{
  margin-right:2px;
  padding:2px 15px 2px 15px;  
  float:left;
  list-style: none;
  position:relative;
  border-top:solid 1px #D09867; 
  border-left:solid 2px  #D09867; 
  border-bottom:solid  1px #725438; 
  border-right:solid  1px #725438; 
  background-image:url("buttonbg.gif");
  text-align:left;   
 }

ul#menuTop li ul {
    left: -2px; 
    top:20px; 
    display: none;
    background-image:none;
    text-align:left;
    position:absolute;
}

ul#menuTop li ul li {
  clear:left;
  display: block;
  margin-bottom: 0;
  width:10em;
  position:relative;
}


 ul#menuTop a, ul#menuTop span {
  text-decoration: none;
  font-weight: bold;
  color:black;
 /* white-space:nowrap; */
  display:block;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
ul#menuTop a {float:none;}
/* End IE5-Mac hack */

ul#menuTop a:hover {
  color:white;
}
ul#menuTop #current, 
ul#menuTop #current li.level2li {
  background-image:url("buttongba.gif");
  padding:0; 
}
ul#menuTop #current a{
  background-image:url("buttonbga.gif");
  color:#333;
  padding:2px; 
  }
ul#menuTop #current a:hover{
  color:white; 
}

/* ******************************** */

div#header a{
    clear: both;
    width:750px; 
    height:120px; 
    left:0;
    top: 0; 
    position:absolute;
   
}

#header1 {
    margin:  0px;
    padding: 0;
  }
   /* ********************  menu Left ******************** */

ul#navigationLeft {
  width: 210px;
  margin: 0;
  margin-left:3px;
  padding: 0.2em;
  padding-right:7px;
  border-bottom: 1px solid #cecad6;
  border-left: 1px solid #cecad6;
  border-right: 1px solid #cecad6;
  line-height: 1.1em;
}
* html ul#navigationLeft {  /* Korrekturen fuer IE 5.x */
    padd\ing-right:0.2em;
  }
  ul#navigationLeft li {
   list-style: none;
   margin: 0.1em;
  }

  ul#navigationLeft li ul {
   margin: 0 0 0 1em;
   padding: 0;
  }
  ul#navigationLeft li ul li {
   margin: 0;
   padding:0;
  }
  * html ul#navigationLeft li ul li {  /* Korrektur fuer IE 5.x */
    margin-left:  0;
    ma\rgin-left: 0;
  }

  ul#navigationLeft a {
  display: block;
  margin-top:1px;
  padding-left: 0.1em;
  text-decoration: none;
  font-weight: bold;
  font-size:0.9em;
  border: 1px solid #7D9980;
  width: 100%;
}
  * html ul#navigationLeft a {

    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 100%;  /* Breitenangabe fuer IE 6 */
  }

  * html ul#navigationLeft li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 100%;  /* Breitenangabe fuer IE 6 */
  }
  ul#navigationLeft a:hover {
  width: 100%;
/*  border-color: #DDDCE2;
  border-left-color: #575F64;
  border-top-color: #575F64;
  color: #DDDCE2;
  background-color: #918B9A;
*/
}

  .invisible{
    position: absolute;
    top: -6000px;
    left: -6000px;
    height: 1px;
    width: 1px;
    margin:0;
    padding:0;
  }

/* menuGlobal  * * * * * * * * * * * * * * * * * * * * * */
div#menuGlobal{
  float:right; 
  font-size: 1em;
  margin:2px;
  padding: 2px;
}


#menuGlobal ul {
  text-align: right;
  height:1em;
  padding: 0;
  margin: 0;
}

#menuGlobal li {
  display: inline;
  height: 0.9em;
  font-size: 70%;
  font-weight: bold;
  line-height: 100%;
  padding: 0 8px 0 12px;
  border-left: 1px solid #003366;
  float:left;
}

#menuGlobal li.erster {
  border-left: none;
}

#menuGlobal a:link,
#menuGlobal a:visited {
/*  color: #003366;*/
  text-decoration: none;
}

#menuGlobal a:focus,
#menuGlobal a:hover,
#menuGlobal a:active {
  text-decoration: underline;
}

#menuGlobal strong {
  height: 1em;
/*  color: #003366;*/
  padding: 0 4px 0 12px;

}
/* ********************** H E A D ***************** */
div#frameHeader{
  height:120px;
  text-align:left;
  z-index:2;
  background:#fff url("banner.jpg") no-repeat 0 10px;;
}

div#rootLine{
  clear:left; 
  font-size: 70%;
  font-weight: bold;
  line-height: 1.3em;
  text-align:left;
  z-index: 10;
  margin:4px;
  padding-top:2px;  
}
div#rootLine a:link,
div#rootLine a:visited {
  color: #6071A5;
  text-decoration: underline;
  padding-left:3px;
  padding-right:3px;
}

div#rootLine a:focus,
div#rootLine a:hover,
div#rootLine a:active {
  text-decoration: underline;
}

/* *************** Fusszeile ****************************/
p#Fusszeile{
   position:relative; 
   font-size: 0.6em; 
   background-color:#E5D9CE; 
   clear:both;
   width:100%;
   font-size: 0.6em;
   padding: 5px; 
   padding-top:15px;
   text-align: center;
   display:block; 
}


/* ********************  menu Left *********************/


ul#navigationLeft {
  background-color: #A5A1AD;
  border-bottom: 1px solid #D4D3DA;
  border-left: 1px solid #D4D3DA;
  border-right: 1px solid #D4D3DA;
  background: #A5A1AD url(/fileadmin/mechatronik/template/layout/btnNavLeft.gif);
}
ul#navigationLeft li ul  {
  color:   #A5A1AD;
}
ul#navigationLeft li ul li a {
  color: #575F64;
}


ul#navigationLeft li a {
  border: 1px solid #7D9980;
  color: #4C3132;
  background: #D4D3DA url(/fileadmin/mechatronik/template/layout/btnNavLeftBtn.gif) bottom right;
}
ul#navigationLeft li a:hover {
  border-color: #D4D3DA;
  border-left-color: #575F64;
  border-top-color: #575F64;
  color: #D4D3DA;
  background-color: #8E8897;
  background-image:none;
}
ul#navigationLeft li strong {
  color:red;
}



/* menuGlobal  * * * * * * * * * * * * * * * * * * * * * */


#menuGlobal li {
  border-left: 1px solid #003366;
}

#menuGlobal a:link,#menuGlobal a:visited {
  color: #003366;
}

#menuGlobal a:focus,#menuGlobal a:hover,#menuGlobal a:active {
  text-decoration: underline;
}

#menuGlobal strong {
  height: 1em;
  color: #003366;
  background: url(/fileadmin/mechatronik/template/layout/pfeil_auf_weiss.gif) no-repeat 0 0.38em;

  padding: 0 4px 0 12px;
}
/* ********************************* H E A D ***************** */
#menuGlobal{
}

#Menue div{
}
#Menue a:link, a:active{
  color:gray;
}

#Menue a:visited{
  color:silver;
}
#Menue a:hover{
  color:silver;
  background-color:gray;
}
div.news-latest-item{
  background-color:transparent;
  background-image: url(/fileadmin/mechatronik/template/layout/collage1.png);
  background-position: -600px -100px;

}

img#logo{
  border:none;
  display:none;
}



/* *********************************** LEFT COLUMN *************************** */
div#contentLeft{
  clear:left;
  float:left;

  min-height:100px;
  font-size: 0.9em;
  padding:0;
  margin:0;
  margin-top:3em;
  margin-bottom:1em;
  width:210px;
  }
div#contentLeft p{
  padding:10px;
  padding-top:0px;
}

/* *********************************** INFO *********************************** */
  div#Info {
  visibility:hidden;
  display:none;
}
 div#Right {
  position:absolute; 
  top:175px; 
  left:900px; 
  z-index:1;
  overflow:hidden; 
}

div#Left{
 position: absolute;
 top: 167px;
 left: 5px;
 width:225px;
}


  /*********************  menu Left *********************/

ul#menuLeft {
  position:absolute;
  top:0px;
  left:0;
  list-style: none;
  width: 215px;;
  line-height: 1.1em;
}

ul#menuLeft .level2, 
ul#menuLeft .level3{
  display:block;
  visibility:visible;
}
ul#menuLeft a {
  display: block;
  margin-top:1px;
  padding-left: 0.1em;
  text-decoration: none;
  font-weight: bold;
  font-size:0.9em;
  border: 1px solid #7D9980;
  width: 100%;
}
  ul#menuLeft a:hover {
  border-color: #DDDCE2;
  border-left-color: #575F64;
  border-top-color: #575F64;
  color:white; 
}
ul#menuLeft .level2 a{
  background-color:#AA6443;
  color:#CCE6F3;
}
ul#menuLeft .level2act a{
  text-align:left; 
  background-color:#CE7D31;
  color:#CCE6F3;
}
ul#menuLeft .level2act ul{
  margin-left:10px;
}
ul#menuLeft li.level3act {
  list-style:none;
  padding-left: 26px;
  background: url(listMark.gif) no-repeat 4px center ;
}
ul#menuLeft .level3 a{
  background-color:#9F550E;
  color:black;
}
ul#menuLeft a:hover{
  color:white; 
}

li#logoM a{
	height:30px;
        overflow:none; 
        font-size:0; 
	width:32px;
	background: url(m_small.gif) no-repeat;
	display:block;   
}

        *.P1 { font-family:Arial; font-size:6pt; margin-top:0pt; margin-bottom:14.14pt; padding:0pt; border-left-style:none; border-right-style:none; border-top-style:none; border-bottom-width:0.0399cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.P10 { font-family:Arial; font-size:12pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; font-weight:bold; }
	*.P11 { font-family:Arial; font-size:12pt; text-align:center ! important; }
	*.P12 { font-family:'Times New Roman'; font-size:12pt; margin-top:11.99pt; margin-bottom:14.14pt; font-weight:bold; text-align:center ! important; }
	*.P2 { font-family:Verdana; font-size:24pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; }
	*.P3 { font-family:Verdana; font-size:10pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; color:#000000; font-weight:bold; }
	*.P4 { font-family:Arial; font-size:12pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; color:#000000; font-weight:bold; }
	*.P5 { font-family:Arial; font-size:12pt; color:#000000; font-weight:bold; }
	*.P6 { font-family:Arial; font-size:12pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; color:#000000; }
	*.P7 { font-family:Arial; font-size:12pt; text-align:center ! important; }
	*.P8 { font-family:Arial; font-size:12pt; margin-top:0pt; margin-bottom:14.14pt; text-align:center ! important; }
	*.P9 { font-family:Arial; font-size:12pt; margin-top:0pt; margin-bottom:14.14pt; text-align:right ! important; font-weight:bold; }
	*.T1 { font-weight:bold; color:#000000; font-family:'Dom Casual'; font-size:36pt; }
	*.T2 { font-weight:bold; text-decoration:underline; }
	*.T3 { color:#000000; font-family:Verdana; font-size:12pt; font-weight:normal; }


	*.Tabelle1A1 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-width:0.0917cm; border-top-style:double; border-top-color:#008000; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle1A2 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle1A3 { vertical-align:middle; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle1C1 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-width:0.0917cm; border-style:double; border-color:#008000; }
	*.Tabelle1E2 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-width:0.0917cm; border-right-style:double; border-right-color:#008000; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle1E3 { vertical-align:middle; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-width:0.0917cm; border-right-style:double; border-right-color:#008000; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle2A1 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-width:0.0917cm; border-top-style:double; border-top-color:#008000; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle2A2 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle2A3 { vertical-align:middle; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-style:none; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle2C1 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-width:0.0917cm; border-style:double; border-color:#008000; }
	*.Tabelle2E2 { vertical-align:middle; background-color:#0099FF; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-width:0.0917cm; border-right-style:double; border-right-color:#008000; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }
	*.Tabelle2E3 { vertical-align:middle; padding:1.4pt; border-left-width:0.0917cm; border-left-style:double; border-left-color:#008000; border-right-width:0.0917cm; border-right-style:double; border-right-color:#008000; border-top-style:none; border-bottom-width:0.0917cm; border-bottom-style:double; border-bottom-color:#008000; }

