﻿/* Orange: #ff7a17
           #ffb782

   Grün: #4c9426
         #85DB57
*/

body
{
    background-color: #dedede;
    font-size: .75em;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #66779e;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
}

h1
{
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


.page
{
    display:block;
    width: 100%;
    min-width: 600px;
    background-color: #ffffff;
}



#header
{
    color: #000;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
}

#header #title
{
    display: block;
    width: 55%;
    float: left;
    text-align: left;
    height: 90px;
    background-color: #939393;
}

#title h1
{
    position: relative;
    display: block;
    font-weight: bold;
    color: White;
    margin-top: 70px;
    margin-left: 16px;    
} 

#title h1 span
{
    display:block;
    position:absolute;
    left:0;
    bottom:0;    
    padding: 0;
    background: url(hl_capdata_neu_light.png?s=cec306b855b5bc7521f38426e7b30279bf453aa4); 
    background-repeat: repeat;
    width: 133px;
    height: 21px;
    overflow: hidden;
    
    _position:relative;
    _bottom:14px;
} 

#header #logo
{
    display: block; 
    float: left;                                                                                                         
    width: 45%;
    height: 90px;    
    background: url(im_logo.gif?s=9bae30fc9b8edeb4b39606f2e28baa9c7a190bb3); 
    background-repeat: no-repeat;
    background-position: right 50%;
}

#header #menucontainer
{
    display: block;
    border-top: 10px solid #4c9426;
    background: url(bg_dot_grey.gif?s=fbe0cf5125d51c2477d12b2f3915770685782c9e);
    height: 33px;
    min-width: 800px;
}

#main 
{
    background-color: #ffffff;
    height: auto;
    width: 100% -;
    min-width: 800px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#bottom
{
    color: Black;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    background: url(bg_dot_grey.gif?s=fbe0cf5125d51c2477d12b2f3915770685782c9e) repeat;
    border-top : 10px solid #4c9426;   
    min-width: 800px;
    clear: both;
    
}

#bottom div#footer
{
    background-color: #fff;
    width: 100%;
}

/* TAB MENU   
----------------------------------------------------------*/

ul.menu
{
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
    width: auto;
    display: block;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li div {
    display: inline;
}

ul.menu li div span,
ul.menu.disabled li span
{
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 4px;
    text-decoration: none;
    font-family: Tahoma;
    line-height: 2.8em;
    background-color: #fff;
    color: #888;
    border: 1px solid #888;
}

ul.menu li div span:hover,
ul.menu.disabled li span:hover
{
    background-color: #fff;
    cursor: default;
}

ul.menu li[rel=Impressum],
ul.menu li[rel=Download]
{
    visibility: collapse;
    display: inline-block;
    width: 0;
}

*+html ul.menu li.Download,
*+html ul.menu li.Impressum 
{
    display: block;
    display: none;
}

*+html ul.menu li.Objekt,
*+html ul.menu li.Hilfe 
{
    position: relative;
    display: inline;
    left: 0;
    top: 0;
}


ul.menu li a
{
    text-decoration: none;
}

ul.menu li a span
{
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 4px;
    line-height: 2.8em;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

ul.menu li a span:hover
{
    background-color: #85DB57;
    text-decoration: none;
    cursor: pointer;
}

ul.menu li a:active
{
    color: #000;
    text-decoration: none;
}

ul.menu li.selected a
{
    color: #000;
    text-decoration: none;
}

ul#leftMenu
{
    width: 50%;   
    padding-left: 10px;
}

ul#rightMenu
{
    margin-left: -7px;
}

ul#warenkorbMenu
{
    float: right;
    margin-right: 10px;
}

div#impressum {
    display: block;
    float: left;
    width: 20%;
    padding: 3px;
    background-color: #fff;
}

div#impressum a {
    margin-right: 10px;
}

div#capadataPro
{
    display: block;
    float: left;
    width: 10% -;
    padding: 3px;
    background-color: #fff;
}

ul#Hinweise
{
    float: left;
    display: block;
    width: 70%;
}

        .newsticker 
        {
	        list-style-type: none;
	        background: #fff;
	        padding: 3px;
	        margin: 0;
        }


/* Textinformation 
----------------------------------------------------------*/

body.textinformation
{
    background-color: #fff;
    color: #000;
    font-size: 12px;   
}

.textinformation h2
{
    margin: 0; 
    padding: 5px;
    display: block; 
    width: 100% - 10px; 
    line-height: 20px; 
    background-color: #f4f4f4; 
    border-bottom: 1px dotted Gray; 
    border-top: 1px dotted Gray; 
    font-size: 12px;
    font-weight: normal;  
}

.textinformation table
{
    margin: 0; 
    padding: 5px;
    border: none; 
    width: 100% - 10px; 
}

.textinformation table tr
{
    border: none; 
}

.textinformation table tr td
{
    border: none; 
    vertical-align: top;
}

.textinformation table tr td.beschreibung
{
    width: 155px;
}

.textinformation ul
{
    margin: 0;
}

.textinformation li
{
    list-style-image: url(pdf.png?s=dfba816dd3d1304be58d466a4a5f81f58de8c6b1);
    vertical-align: middle;
    padding-bottom: 5px;
}

.textinformation li a
{
    color: #66779e;
    text-decoration: none;
}


.textinformation ul.gebindegrößen, .textinformation ul.sds, .textinformation ul.pdfs, .textinformation ul.tis
{
    padding-left: 15px;
}

.textinformation ul.gebindegrößen li
{
    list-style-image: none;
    list-style-type: none;
    padding-left: 0;
}


/* Textbausteine
----------------------------------------------------------*/

#ContainerLinks
{
    width: 49.9%; 
    height: 440px; 
    overflow: auto; 
    float: left; 
    background-color: White; 
    border-right: 1px dotted #797979;
}

#ContainerRechts
{
    width: 49.9%; 
    height: 440px; 
    float: left;
}

#Tree
{
    padding: 6px;
}


/* Text Details
----------------------------------------------------------*/
#Text
{
    padding: 4px;
    width: 100% -; 
    height: 233px; 
    overflow: auto;
}

#Text .textelement span
{
    display: block;
    margin-left: 2px;
}

#Text .textelement
{
    height: 100% -;
    width: 100% -; 
    padding: 5px; 

    color: #000;
    margin-bottom: 3px;
}

#Text .textelement:nth-child(odd)
{
    background-color: #f4f4f4;
}

#Text .textelement:nth-child(even)
{
    background-color: #ffffff;
}

#Text .textelement .bezeichnung
{
    display: inline;
    font-weight: bold;
}

#Text .textelement .einheit
{
    display: inline;
    font-style: italic;
}

#Text .textelement .infobutton
{
	display: block;    
	margin: 2px 2px 4px 2px;   
	padding: 0; 	    
	border: 1px solid black;   
	width: 11px; 	    
	height: 11px;       
	background-color: #fff;
}

/* Warenkorb
----------------------------------------------------------*/

#Warenkorb
{
   padding: 4px; 
   width: 100% -; 
   height: 190px; 
   border-bottom: 1px dotted #797979;
   overflow: auto;
}

#Warenkorb .throbber img 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}


/* Cad
----------------------------------------------------------*/

#Cads
{
   width: 100%; 
   height: 100%; 
   overflow: auto;
}

#Cads h3
{
    margin:0;
    padding-left: 6px;
    padding-top: 6px;
    display: block;
}

#Cads .cad
{
    display: table;
    margin: 0 auto 0 auto;
    width: auto;
}

.cad .links, .cad .thumbnail, .cad .description
{
    width: auto;
    display: block;
}

.cad .links a
{
    margin: 0 18px 0 18px; 
}

.cad .thumbnail
{
    margin: 8px 0 8px 0;
    width: 191px;
    height: 281px;    
}

.cad .description, .cad .description td
{
    border: 0px solid #000;
}

.cad .links
{
    text-align:center;    
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.AntwortBild {
}

.AntwortBild img{
    border: none;
}

.AntwortText {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px black dotted;
    -moz-box-shadow: 5px 5px 5px #606060;
    -webkit-box-shadow: 5px 5px 5px #606060;
    box-shadow: 5px 5px 5px #606060;
}

.BautenschutzKonfiguratorAntworten {
    overflow: auto;
    height: 414px;
}

.BautenschutzKonfiguratorAntwort {
    text-align: center;
    float: left;
    margin: 25px;
    border: none;
    color: black;
}

.BautenschutzKonfiguratorAntwort a{
    text-decoration: none;
    padding-top: 5px;
}

.BautenschutzKonfiguratorVerlauf ul>li{
    display: inline;
    color: black;
}

.BautenschutzKonfiguratorVerlauf ul>li a {
    color: black;
    border: 1px black solid;
    text-decoration: none;
    padding: 3px;
}


.BautenschutzKonfiguratorVerlauf {
    color: black;
    text-align: center;
}

.BautenschutzKonfiguratorVerlauf li:after {
    content: ">";
}

.BautenschutzKonfiguratorVerlauf li:last-child:after {
    content: "";
}

.BautenschutzKonfiguratorDetails {
    margin-top: 15px;
    margin-left: 15px;
}


.BautenschutzKonfiguratorDokumenteListe {
    list-style-type: none;
    padding-left: 0px;
}

.BautenschutzKonfiguratorDokumenteListe li{
    padding-left: 0px;
    padding-top: 5px;
}

.BautenschutzKonfiguratorDokument a{
    text-decoration: none;
    color: gray;
    padding-bottom: 5px;
}

.BautenschutzKonfiguratorDokument a:hover{
    text-decoration: none;
    color: green;
}

.ProduktVerbrauch {
    text-align: left;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/*Suchergebnisse */


    #Suche  
    {
        height: 30px; 
        padding: 6px 3px 3px 6px;
    }

    .SuchergebnisseContainer  
    {
        height:345px; 
        overflow:auto; 
        padding: 3px;
    }
    
    .Suchergebniss 
    {
        margin-bottom: 10px;
    }

    .SuchergebnisseListe 
    { 
	    list-style-type: none; 
	    margin: 0; 
	    padding: 3px;
	    width: 100% -; /* führt bei IE7 in verbindung mit jquery dazu das der Warenkorb nach unten rutscht */
	    height: auto;
    }
    
    /* nur IE 7 */
    * + html .SuchergebnisseListe {
        width: 95%;
    }

    .SuchergebnisseListe li div 
    { 
	    padding: 3px; 
	    height: auto; 
    }
		
    .SuchergebnisseListe li
    { 
	    overflow: hidden;    
	    vertical-align: middle;
	    background-color: #fff;
    }
    
    .SuchergebnisseListe li.titel
    { 
	    margin-bottom: 6px;
	    color: #000000;       
        background-color: #f4f4f4;
        border: 1px solid #000;
	}	    
    
    .SuchergebnisseListe li.text 
    { 
        margin-bottom: 6px;
	    height: auto;
	    color: #696969;
	    border: 1px solid #696969;
	    padding-left: 4px;
	    margin: 0 5px 5px 5px;
    }
       
    .SuchergebnisseListe div.bezeichnung
    { 
        width: auto; 
        max-width: 100%; 
        float: left;
    }
    
    .SuchergebnisseListe li.titel ul
    { 
        clear: both;
        list-style-type: none; 
	    margin: 0; 
	    padding: 0; 
	    width: 100%;
    }

    .SuchergebnisseListe li:hover
    {
        cursor: pointer;
    }
    
    .SuchergebnisseListe .titel.selected
    { 
	    background-color: #4c9426; 
    }
    
    .ui-draggable-helper
    {
      width: 500px;
      list-style:none;
      background-color: #4c9426;
      margin:0 ;
      padding:3px;
    }
    
    .ui-draggable-helper li, .ui-draggable-helper ul
    {
      list-style:none;
      margin:0 ;
      padding:0;
    }
    
    
    .Suchergebniss
    {
        padding-left: 6px;
    }
    
    #Suchergebnisse .throbber img 
    {
        display: block;
        margin-left: auto;
        margin-right: auto 
    }
       
    .infobutton {
        background-image: url(info.png?s=6e584dcda73ccce0783a91b9074bff81f6e9ba49);
    }

    