/* Stylesheet für ESS Micromechanik
*
*
* Kapietl:
* ----------------------
* 1. Body Kalibrierung
* 2. Standard configs
* 3. Gerüst
* 4. Inhalt-Layout
* 5. Schriftstiele
* 6. Links
* 7. Navigation
* 8. Login Box
* 9. Kontakt
* 10. Ilch Standard Klassen
*/

/*==================================================================
* Kapitel 1:
  ==================================================================
*//*Layout Reset*/
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
input, submit{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/*==================================================================
* Kapitel 2: Standard configs
==================================================================*/
a img{
    border: none;
}
.clear{
    clear: both;
}
body {
    background-color: #2a2a2a;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 20px;
    overflow-y: scroll;
    font-size: 12px;
}
/*==================================================================
* Kapitel 3: Geruest
==================================================================*/
#design{
    width: 100%;
}
#headerwrapper{
    width: 100%;
    background-color: #f4f4f4;

}
#headertop{
    background-color: #2a2a2a;
    width: 100%;
    border-bottom: 1px solid black;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    margin-bottom: 5px;
}
#headertoptext{
    text-align: right;
    margin: auto;
    width: 936px;
    color: #f4f4f4;
    line-height: 12px;
}
#navigationwrapper{
    width: 100%;
    background-color: #4f4f4f;
    border-bottom: 3px solid #2a2a2a;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    margin-top: 5px;
}
#logoaround{
    width: 960px;
    margin: auto;
    background-color: #f4f4f4;
}
#logo{
    float: left;
    width: 230px;
    height: 80px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
}
.language{
    float: left;
    padding-top: 12px;
}
.social{
    float: left;
}
.top{
    float: right;
}
#infobox{
    float: left;
    width: 410px;
    padding-left: 300px;
    padding-top: 40px;
}
#infoinsideleft{
    float: right;
    background-color: #2a2a2a;
    padding: 10px;
    font-size: 15px;
    color: white;
    border-right: 10px solid #1693c0;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}
#contentwrapper{
    width: 100%;
    background-color: #f4f4f4;
}
#content{
    width: 960px;
    margin: auto;
    padding-bottom: 20px;
}
#footerwrapper{
    width: 100%;
    background-color: #2a2a2a;
    border-top: 3px solid #1693c0;
    -moz-box-shadow: 0 0 6px #888;
    -webkit-box-shadow: 0 0 6px#888;
    box-shadow: 0 0 6px #888;
}
#footer{
    width: 960px;
    padding-top: 15px;
    padding-bottom: 35px;
    margin: auto;
    color: white;
}
.footerend{
    width: 100%;
    background-color: #2a2a2a;
    z-index: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*==================================================================
* Kapitel 4: Inhalt Layout
==================================================================*/
#facebook{
    padding-left: 12px;
    margin-left: 24px;
}
#youtube{
    padding-left: 12px;
}

/*---------------------
slider
----------------------*/
.text1{
    position: absolute;
    top: 230px;
    left: 40px;
    background-color: #1693c0;
    font-size: 20px;
    padding: 12px;
    color: white;
    z-index: 1;
}
.text2{
    background-color: #2a2a2a;
    font-size: 20px;
    padding: 12px;
    color: white;
    z-index: 2;
    position: absolute;
    top: 274px;
    left: 40px;
}
#contentslideraround{
    height: 350px;
}
/*---------------------
Layout
----------------------*/
.half{
    width: 48.5%;
    float: left;
}
.halfright{
    width: 36.5%;
    padding-left: 12%;
    float: right;
}
.spacing{
    padding: 1.5%;
    float: left;
}
.divider{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    padding: 0.1px;
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px#888;
    box-shadow: 0 0 1px #888;
}
.drittel{
    width: 31.3%;
    float: left;
}
.zweidrittel{
    width: 65%;
    float: left;
}
.total{
    width: 100%;
    padding-top: 20px;
}

.partnerbox{
    width: 100%;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 15px;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}

.partnerimg{
    float: left;
    width: 40%;
}
.parnterimg img{

}
.parntertext{
    float: left;
    padding-left: 15px;
    width: 50%;
}

/*---------------------
Produkte
----------------------*/
.produktkat{
    width: 400px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    float: left;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 15px;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}
.thumb-over{
    background-color: black;
    position: absolute;
    width: 400px;
    height: 320px;
    display: none;
    opacity: 0.3;
}
.produkte{
    width: 200px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}
.thumb-over-small{
    background-color: black;
    position: absolute;
    width: 200px;
    height: 160px;
    display: none;
    opacity: 0.3;
}
.produkttext h2{
    padding-top: 10px;
    padding-bottom: 10px;
}
.produkttext .beschreibung{
    font-weight: normal;
}
.around{
    width: 280px;
    padding: 10px;
    background-color: #1693c0;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.pdfdown{
    border: 1px solid #bcbcbc;
    padding: 2%;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}
.back{
    border: 1px solid #bcbcbc;
    padding: 6px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
}
/*==================================================================
* Kapitel 5: Schriftstiele
==================================================================*/
h1{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1693c0;
}
h2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #1693c0;
}
h4{
    padding-bottom: 5px;
    font-size: 14px;
    color: #1693c0;
}
h3{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-style: italic;
    color: #1693c0;
}
.bluefont{
    color: #1693c0;
    font-weight: bold;
}
.eyecatchertext{
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    background-image: url(images/textmark.jpg);
    background-repeat: no-repeat;
    background-position: 2px;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px#888;
    box-shadow: 0 0 1px #888;
}
ol{
    padding-left: 25px;
}
.half ul{
    padding-top: 10px;
    padding-left: 25px;
}
.drittel ul{
    padding-left: 25px;
}
.zweidrittel ul{
    padding-top: 5px;
    padding-left: 25px;
}
.lastnews ul{
    padding-left: 25px;
}
/*==================================================================
* Kapitel 6: Links
==================================================================*/
#headertoptext a{
    color: #fff;
    text-decoration: none;
}

#headertoptext a:link{
    color: #fff;
    text-decoration: none;
}

#headertoptext a:visited{
    color: #fff;
}

#headertoptext a:hover{
    color: #1693c0;
    text-decoration: underline;
}
/*normal*/
a{
    text-decoration: none;
    color: black;
}
a:link{
    text-decoration: none;
    color: black;
}
a:hover{
    color: #1693c0;
    text-decoration: underline;
}
a:visited{
    text-decoration: none;
}
/* Footer Links */
#footer a{
    text-decoration: none;
    color: white;
}
#footer a:link{
    text-decoration: none;
    color: white;
}
#footer a:hover{
    color: #1693c0;
    text-decoration: underline;
}
#footer a:visited{
    color: white;
    text-decoration: none;
}

/*==================================================================
* Kapitel 7: Navigation
==================================================================*/
.navigation{
    width: 960px;
    margin: auto;
    border:none;
    height: 39px;
    border:0px;
    font-size:12px;
    background-position: 0 0;
}
.navigation ul{
    height:32px;
    list-style:none;
    margin:0;
    padding-left: 0px;
}
.navigation li{
    float:left;
}
.navigation li a{
    color: #fff;
    display:block;
    height:29px;
    margin:0px;
    text-align:center;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:0px;
}
.navigation li a img{
    padding-top: 0px;
}
.navigation li a:hover, .navigation ul li:hover a{
    background-color: #2a2a2a;
    color: white;
    border-bottom: 3px solid #1693c0;
}
.aktiv{
    background-color: #6b6b6b;
}
/*---------------------------------
erste dropdown ebene
---------------------------------*/
.navigation li ul{
    display:none;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    z-index:200;
    line-height: 29px;
}
.navigation li:hover ul{
    display:block;
    line-height: 29px;
}
.navigation li li {
    background: #2a2a2a;
    display:block;
    float:none;
    margin:0px;
    text-decoration: none;
    text-align: left;
}
.navigation li:hover li a{
    border-bottom: 3px solid #000;
    background: #2a2a2a;
    line-height: 29px;
    text-decoration:none;
}
.navigation li ul a{
    display:block;
    font-size:12px;
    letter-spacing: 0.05em;
    font-style:normal;
    margin:0px;
    text-align: left;
    text-decoration:none;
}

.navigation li ul a:hover, .navigation li ul li:hover a{
    border-bottom: 3px solid #1693c0;
    background-color: #4f4f4f;
    color:#ffffff;
}

/*==================================================================
* Kapitel 8: Login Box
==================================================================*/
.nick{
    padding: 5px;
    color: white;
    background-color: #181818;
    border: 1px solid black;
    border-radius: 3px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px#000;
    box-shadow: 0 0 1px #000;
}
.pw{
    padding: 5px;
    color: white;
    background-color: #181818;
    border: 1px solid black;
    border-radius: 3px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px#000;
    box-shadow: 0 0 1px #000;
}
.log{
    width: 80px;
    padding: 5px;
    color: white;
    background-color: #181818;
    border: 1px solid black;
    border-radius: 3px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px#000;
    box-shadow: 0 0 1px #000;
}
.log:hover{
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px#000;
    box-shadow: 0 0 5px #000;
}
/*==================================================================
* Kapitel 9: Kontakt
==================================================================*/
.kontakt fieldset{
    border: 0px;
}
.kontakt input{
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
    padding: 5px;
    color: black;
    border-radius: 3px;
    margin-bottom: 5px;
}
.radio{
    border: none;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
    padding: 5px;
    color: black;
    border-radius: 3px;
    margin-bottom: 5px;
}
.kontakt textarea{
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
    padding: 5px;
    color: black;
    border-radius: 3px;
    margin-bottom: 5px;
}
.kontakt sendbutton{
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px#888;
    box-shadow: 0 0 3px #888;
    padding: 5px;
    color: black;
    border-radius: 3px;
    margin-bottom: 5px;
}
.kontakt sendbutton:hover{
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    padding: 5px;
    color: black;
    border-radius: 3px;
    margin-bottom: 5px;
}
/*==================================================================
* Kapitel 10: Ilch Standard Klassen
==================================================================*/
#main_col{
    width: 250px;
    margin: auto;
    padding: 10px;
}
.Chead
{
    background-color: #5584bb;
    color: #FFF;
    width: 200px;
    margin: auto;
    padding: 10px;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
    color: #FFF;
}

.Callg
{
    background-color: #EFEFEF;
    color: #000000;
}

.Callg td
{
    color: #000000;
}

.Cnorm
{
    background-color: #DDDDDD;
}
.Cmite
{
    background-color: #eeeeec;/*#B4C6D8;*/
}
.Cdark
{
    background-color: #729FCF;
}