/*
IPROTEX Blau:    #006ab2
innotext Rot:    #e2001a

Hintergrund Grau: #d5d5d5
Navi-Hintergrund: #c5c6c8

Schriftgrau:        #C0C0C0
*/

div.csc-textpic div.csc-textpic-imagewrap {
 margin-left: 30px;
 margin-bottom: 15px;
}


html, body {
 margin: 0px;
 padding: 0px;
}

body {
 background-color: #ffffff;
 text-align: center;
}

body, p, td, li, ul {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
 line-height: 13pt;
 color: #0F0F0F;
}


p, h1, h2, h3, h4, td, ul{
 padding-left: 30px;
 padding-right: 30px;
}

ul {
  margin-left: 30px;
  margin-right: 30px;
}


a:link {color: #0F0F0F;}
a:visited {color: #0F0F0F;}
a:active {color: #e2001a;}
a:hover {color: #e2001a;}

h1, h2, h3, h4 {
 color: #006ab2;
}

h1 {
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
 padding-top: 15pt;
}


h2 {
 clear: both;
 font-size: 9pt;
 font-weight: bold;
 line-height: 11pt;
 padding-top: 15pt;
}

h3 {
 clear: both;
 font-size: 9pt;
 font-weight: bold;
 line-height: 13pt;
}

h4 {
 clear: both;
 font-size: 8pt;
 font-weight: bold;
 line-height: 13pt;
}

.bildrechts {
 margin-left: 15px;
 margin-bottom: 15px;
 float: right;
 text-align: left;
}



.bildmitte {
 margin-left: 15px;
 float: center;
 border: 1px solid #3F8A5C;
}

.sprachen {
 margin-left: 20px;
}

.sprachicon {
 margin: 5px;
 float: left;
}

/* Containerpositionen */

#mainContainer
{
 width: 750px;
 margin: auto;
 text-align: left;
 background-color: #ffffff;
}

#bodyblock {
 width: 749px;
 padding: 0px;
 margin: 0px;
 background-color: #ffffff;
 border-top: 1px solid #a0a1a3;
}

#menuBild {
 float: left;
 width: 286px;
 height: 150px;
 background: #c5c6c8;
 border-left: 1px solid #a0a1a3;
}

#menuLogoMitte {
 float: left;
 width: 230px;
 height: 150px;
 background: #c5c6c8 url(../picture/logo-innotect-100.gif);
 border-left: 1px solid #a0a1a3;
}

#menuLogoRechts {
 float: left;
 width: 230px;
 height: 150px;
 background: #c5c6c8 url(../picture/logo-iprotex-100.gif);
 border-right: 1px solid #a0a1a3;
}



.suchwort {
 border: 0px solid  #2F2F2F;
 color: #000000;
 background-color: #ffffff;
 font-size: 9px;
 margin: 0;
 border: 1px solid #a0a1a3;
}

.submit {
 border: 0px;
 width: 25px;
 height: 20px;
 margin-left:-2px;
 background: url(../picture/suchbutton-01.gif) bottom center no-repeat;
}

#searchform {
 font-size: 12px;
 margin-left: 25px;
 margin-top: 100px;
}

.tx-macinasearchbox-pi1 {
	z-index: 3;
    position: relative;
	top: 0px;
	left:0px;
}

#navigation {                                /* Menu */
 z-index: 1;
 width: 747px;
 height: 25px;
 float: left;
 background-color: #c5c6c8;
 border-top: 1px solid #a0a1a3;
 border-bottom: 1px solid #a0a1a3;
 border-right: 1px solid #a0a1a3;
 border-left: 1px solid #a0a1a3;
}

#contentcontainer {
 min-height: 100%;
 height: auto !important; /* Für normale Browser */
 height: 100%; /* Für IE */
 width: 100%;
 border-left: 1px solid #a0a1a3;
}       

#subnavigation {                             /* Textinhalte */
 width: 214px;
 min-height: 489px;
 height: 489px;
 float: left;
 padding-bottom: 25px;
 background: url(../picture/rand.gif) top left no-repeat;
}

#content {                             /* Textinhalte */
 width: 535px;
 margin-top: 35px;
 float: left;
 padding-bottom: 25px;
}


p#fusszeile {
 clear: both;
 font-size: 9px;
 margin: 0; padding: 0.3em;
 text-align: center;
 background-color: #ffffff;
 border-top: 1px solid  #a0a1a3; border-left: 1px solid  #a0a1a3;
}



/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding:0;
 margin:0;
 margin-left: 299px;
 list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
 z-index: 500;
 margin: -3px;
 margin-top: 3px;
 position: absolute;
 visibility: hidden;
 border: 1px solid #C0C0C0;
 background-color: #c5c6c8;                        /* for right mouseover effect */
}

#mainMenu li {                            /* li erste ebene */
 float:left;
 padding: 3px;
 margin-left: 0px;
 background-color: #c5c6c8;               /* mouseover effect */
}

#mainMenu a {
 color: #0F0F0F;                          /* a erste ebene */
 display: block;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 10px;
}


#mainMenu ul a {
 z-index: 500;
 border-bottom: none;
 padding: 3px;
 padding-right: 10px;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
 color: #006ab2;
}

#mainMenu a:hover {                         /* Hover ab Ebene 2 */
 color: #006ab2;
}


/* Ebene 2 */
#mainMenu li:hover ul,
#mainMenu li.hover ul
{
 visibility: visible;
}

#mainMenu li:hover ul ul,
#mainMenu li.hover ul ul
{
 visibility: hidden;
}


/* Ebene 3 */
#mainMenu li:hover ul li:hover ul,
#mainMenu li.hover ul li.hover ul
{
 visibility: visible;
}

#mainMenu li li {
 float: none;
 border: none;
 padding: 0.1em;
}

#mainMenu li {
  behavior: url(css/hover.htc);
}

#mainMenu ul ul {
 z-index: 500;
 position: absolute;
 margin-top: -2em;
 left: 100%;
}

#mainMenu a.daddy
{
 background: url(../picture/rightarrow2.gif) center right no-repeat;
}


/* Menueeinstellungen zweites Menu */

ul#subMenu {
 padding:0;
 margin:0;
 margin-top: 120px;
 list-style-type:none;
}

ul#subMenu ul {
 padding:0;
 margin:-3px;
 list-style-type:none;
 margin-top:1px;
}

ul#subMenu li {
 padding: 5px;
 margin-left: 5px;
}

ul#subMenu a {
 padding-left: 15px;
 padding-right: 3px;
 display: block;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;
}

ul#subMenu ul a {
 font-size: 9pt;
 font-weight: normal;
 text-decoration: none;
}

ul#subMenu a:hover {                         /* Hover ab Ebene 2 */
 color: #006ab2;
}

ul#subMenu a:active {                         /* Hover ab Ebene 2 */
 color: #006ab2;
}

.contenttable p {
  margin:0px;
  padding: 5px;
}

table.contenttable {
  font: 13px/25px Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contenttable th {
  padding: 5px;
  text-align: left;
  border-top: 1px solid #006ab2;
  border-bottom: 1px solid #006ab2;
  background: #eaeaea;
}

.contenttable td {
  border-bottom: 1px solid #CCC;
  padding: 0;
  margin: 0px;
}

.contenttable td+td {
  border-left: 1px solid #CCC;
  text-align: left;
}

.aktiv {
	color: #006AB2 !important;
	background: url(../picture/rightarrow2.gif) center right no-repeat;
}

.wbanner {
	margin-left:25px;
	margin-top:15px;
}

.wbanner a:link{
	text-decoration: none;
	border: none;
}

.wbanner img {
	border: none;
}

.bibanner {
	margin-left:25px;
	margin-top:15px;
}

.bibanner a:link{
	text-decoration: none;
	border: none;
}

.bibanner img {
	border: none;
}