/*                                 Komitec
                                                                                                    */


/******************************** STANDARDS **********************************************************
*****************************************************************************************************/

*
{
    outline: none;
}

html
{
    overflow: -moz-scrollbars-vertical;
}

body
{
    margin: 0;
    padding: 0;

    color: #666;
    font: 12px Arial, Helvetica, sans-serif;

    background: #fff;
}
body#einstieg
{
    background: #fff url(../images/construct/body_background_einstieg.gif) 0 0 repeat-x;
}
body#electronics
{
    background: #fff url(../images/construct/body_background_electronics.gif) 0 0 repeat-x;
}
body#automation
{
    background: #fff url(../images/construct/body_background_automation.gif) 0 0 repeat-x;
}

a, a:hover
{
    color: #333;
    outline: none;
    text-decoration: underline;
}
a:hover { text-decoration: none }
p a, p a:hover,
ul a, ul a:hover
{
    color: #52ae1b;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}
body#automation p a, body#automation p a:hover,
body#automation ul a, body#automation ul a:hover
{
    color: #51a9d3;
}
p a:hover,
ul a:hover 
{ 
    text-decoration: underline; 
}

br.clearAll
{
    position: relative;
    display: block;
    clear: both;
    z-index: -10;

    line-height: 0 !important;
}

h1
{
    margin: 0 0 16px 0;
    padding: 0;

    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}
h2
{
    margin: 0 0 5px 0;
    padding: 0;

    color: #52ae1b;
    line-height: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
body#automation h2
{
    color: #51a9d3;
}
h3
{
    margin: 0 0 11px 0;
    padding: 0;

    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
}

hr
{
    position: relative;
    clear: both;

    margin: 0 0 10px 0;
    padding: 0;
    height: 1px;

    color: #56b51c;

    border: 0;
    background: #56b51c;
}

img
{
    border: 0;
}
img.headline
{
    display: block;

    margin: 0 0 10px 0;
}

input, select, textarea
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

map
{
    display: none;
}

p
{
    margin: 0 0 14px 0;
    padding: 0;

    line-height: 16px;
}

ul
{
    margin: 2px 0 19px 0;
    padding: 0 0 0 10px;

    line-height: 19px;
}
    ul li
    {
        margin: 0 0 1px 0;
        padding: 0 0 0 8px;
        
        list-style: none;
        
        background: url(../images/construct/electronics/li_background.gif) 0 7px no-repeat;
    }
    body#automation li
    {
        background: url(../images/construct/automation/li_background.gif) 0 7px no-repeat;
    }
ol
{
    margin: 2px 0 12px 0;
    padding: 0 0 0 30px;

    line-height: 19px;
}
    ol li
    {
        margin: 0 0 4px 0;
        padding: 0;
    }

/******************************** GLOBAL NAVIGATION **************************************************
*****************************************************************************************************/
div#globalnavigation
{
    
}
    a#globalnavigation_automation, a#globalnavigation_automation:hover,
    a#globalnavigation_automation_active, a#globalnavigation_automation_active:hover
    {
        position: absolute;
        top: 0;
        right: 88px;
        display: block;
        
        padding: 3px 9px 6px 17px;
        
        color: #b4b5b5;
        font-size: 10px;
        line-height: 10px;
        text-decoration: none;
        
        background: url(../images/construct/globalnavigation_automation_background.gif) 0 -19px no-repeat;
    }
    a#globalnavigation_automation_active, a#globalnavigation_automation_active:hover,
    a#globalnavigation_automation:hover
    {
        color: #fff;
        
        background-position: 0 0;
    }
    a#globalnavigation_electronics, a#globalnavigation_electronics:hover,
    a#globalnavigation_electronics_active, a#globalnavigation_electronics_active:hover
    {
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        
        padding: 3px 9px 6px 17px;
        
        color: #b4b5b5;
        font-size: 10px;
        line-height: 10px;
        text-decoration: none;
        
        background: url(../images/construct/globalnavigation_electronics_background.gif) 0 -19px no-repeat;
    }
    a#globalnavigation_electronics_active, a#globalnavigation_electronics_active:hover,
    a#globalnavigation_electronics:hover
    {
        color: #fff;
        
        background-position: 0 0;
    }

/******************************** EINSTIEG **********************************************************
*****************************************************************************************************/
div#einstieg_left
{
    float: left;
    
    margin: 300px 0 0 0;
    padding: 0 20px 0 0;
    width: 352px; /*372px*/
    
    text-align: right;
}
div#einstieg_right
{
    float: left;
    
    margin: 300px 0 0 0;
    padding: 0 0 0 20px;
    width: 352px; /*372px*/
}

/******************************** CONTAINER **********************************************************
*****************************************************************************************************/
div#container
{
    position: relative;
    
    margin: 0 auto;
    width: 744px;
}
body#einstieg div#container
{
    height: 442px;
    background: url(../images/construct/container_einstieg_background.jpg) 0 0 no-repeat;
}

/******************************** HEADER *************************************************************
*****************************************************************************************************/
div#header
{
    position: relative;
    
    margin: 0 0 38px 0;
}
    a#header_anfahrt, a#header_anfahrt:hover,
    a#header_impressum, a#header_impressum:hover
    {
        position: absolute;
        top: 8px;
        right: 104px;
        display: block;
        
        padding: 0 0 0 15px;
        
        color: #e4e4e4;
        font-size: 10px;
        line-height: 10px;
        text-decoration: none;
        
        background: url(../images/construct/header_anfahrt_background.gif) 0 0 no-repeat;
    }
    a#header_impressum, a#header_impressum:hover
    {
        right: 14px;
        
        padding: 0 0 0 11px;
        
        background: url(../images/construct/header_impressum_background.gif) 0 1px no-repeat;
    }
    a#header_anfahrt:hover,
    a#header_impressum:hover
    {
        color: #fff;
        text-decoration: underline;
    }

/******************************** NAVIGATION **********************************************************
*****************************************************************************************************/
div#navigation
{
    position: absolute;
    top: 221px;
    left: 0;
    
    padding: 3px 0 0 20px;
}
    a.navigation_link, a.navigation_link:hover
    {
        position: relative;
        display: block;
        float: left;
        
        padding: 11px 19px 0 25px;
        height: 24px; /*35px*/
        
        color: #6b6b6b;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        text-decoration: none;
        
        background: url(../images/construct/navigation_link_background_right.gif) right 0 no-repeat;
    }
    a.navigation_link:hover
    {
        color: #000;
    }
        a.navigation_link span
        {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            
            width: 25px;
            height: 35px;
            
            cursor: pointer;
            
            background: url(../images/construct/navigation_link_background_left.gif) right 0 no-repeat;
        }
    a.navigation_link_active, a.navigation_link_active:hover
    {
        position: relative;
        display: block;
        float: left;
        
        margin: 0 0 0 3px;
        padding: 12px 19px 0 25px;
        height: 28px; /*40px*/
        
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        text-decoration: none;
        
        background: url(../images/construct/electronics/navigation_link_active_background_right.gif) right 0 no-repeat;
    }
        a.navigation_link_active span
        {
            position: absolute;
            top: 0;
            left: -3px;
            display: block;
            
            width: 25px;
            height: 38px;
            
            cursor: pointer;
            
            background: url(../images/construct/electronics/navigation_link_active_background_left.gif) right 0 no-repeat;
        }
    body#automation a.navigation_link_active, body#automation a.navigation_link_active:hover
    {
        background: url(../images/construct/automation/navigation_link_active_background_right.gif) right 0 no-repeat;
    }
        body#automation a.navigation_link_active span
        {
            background: url(../images/construct/automation/navigation_link_active_background_left.gif) right 0 no-repeat;
        }

/******************************** SUBNAVIGATION ******************************************************
*****************************************************************************************************/
div#subnavigation
{
    margin: 0 10px 0 26px;
    height: 45px;
    
    background: url(../images/construct/subnavigation_background.gif) 0 0 repeat-x;
}
    div#subnavigation img
    {
        float: left;
        
        margin: 3px 0 0 0;
    }
    a.subnavigation_link, a.subnavigation_link:hover
    {
        position: relative;
        display: block;
        float: left;
        
        padding: 11px 19px 0 25px;
        height: 24px; /*35px*/
        
        color: #66c82b;
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
    }
    body#automation a.subnavigation_link, a.subnavigation_link:hover
    {
        color: #51a9d3;
    }
    a.subnavigation_link:hover
    {
        color: #000;
    }
    a.subnavigation_link_active, a.subnavigation_link_active:hover
    {
        position: relative;
        display: block;
        float: left;
        
        margin: 0 0 0 3px;
        padding: 12px 19px 0 25px;
        height: 26px; /*38px*/
        
        color: #66c82b;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        text-decoration: none;
    }
    body#automation a.subnavigation_link_active, body#automation a.subnavigation_link_active:hover
    {
        color: #51a9d3;
    }

/******************************** INHALT *************************************************************
*****************************************************************************************************/
div#container_inhalt
{
    
}
    div#container_inhalt_left
    {
        float: left;
        
        padding: 45px 25px 0 35px;
        width: 335px; /*360px*/
    }
    div#container_inhalt_right
    {
        float: left;
        
        width: 349px;
    }
        div#container_inhalt_right div.teaser
        {
            margin: 25px 0 0 0;
            padding: 0 0 24px 31px;
            
            background-position: left bottom;
        }
            div#container_inhalt_right div.teaser h1
            {
                color: #a1a1a1;
            }
            div#container_inhalt_right div.teaser p
            {
                width: 170px;
            }
            div#container_inhalt_right div.teaser a, div#container_inhalt_right div.teaser a:hover
            {
                display: block;
                
                padding: 0 0 0 7px;
                color: #52ae1b;
                font-weight: bold;
                text-decoration: none;
                
                background: url(../images/construct/electronics/li_background.gif) 0 7px no-repeat;
            }
            body#automation div#container_inhalt_right div.teaser a, body#automation div#container_inhalt_right div.teaser a:hover
            {
                color: #51a9d3;
                
                background: url(../images/construct/automation/li_background.gif) 0 7px no-repeat;
            }
            div#container_inhalt_right div.teaser a:hover
            {
                text-decoration: underline;
            }


#content_left,
#content_right,
#content_bottom { float: left; }

#content_left { width: 414px; padding: 11px 0 20px 20px; }
#content_right { width: 310px; }
#content_bottom { width: 664px; }

#content_left ul.box {
	width: 440px;
	margin-top: 10px;
}

#content_left ul.box li {
	float: left;
	width: 162px;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border: 1px solid #E5E5E5;
	-moz-box-shadow: 1px 1px 2px #DDDDDD;
	-webkit-box-shadow: 1px 1px 2px #DDDDDD;
	box-shadow: 1px 1px 2px #DDDDDD;		
	background: #FFFFFF;
}

#content_left ul.box li img {
	position: absolute;
	float: left;
}

#content_left ul.box li span {
	width: 120px;
	float: right;
	line-height: 1.4em;
}

#content_left ul.box li span h3 a {
	color: #66C82B;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 5px;
}

#content_left .top-line {
	color: #6E6E6E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

#main-top {
	width: 380px;
	float: left;
	margin-top: 18px;
	padding: 0 20px 0 10px;
}

#main-top ul {
	margin: 0;
	padding: 0;
}

#main-top ul li{
	list-style: none;
	line-height: 2.2em;
	margin-left: 15px;
	background: none;
	padding: 0;
}

#main-top ul li a {
    text-decoration: none;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

#main-top ul li a:hover {
    text-decoration: underline;
} 

#main-top ul li img {
	margin-right: 5px;
}

#main-top  ul .li-img {
	margin-top: 35px;
}

#main-top  ul .li-img img {
	margin-right: 22px;
}

#main-top  ul .li-img .last-li {
	margin-right: 0;
}

#content_bottom {
    background: url("/images/bg.png") repeat scroll left top transparent;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 2px 2px #E5E5E5;
    float: left;
    margin-bottom: 50px;
    margin-top: 10px;
	margin-left: 30px;
	padding: 10px 20px 0 20px;
}

#content_bottom p {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;  
}

#content_right {
    background: url("/images/form-bg.png") repeat-y scroll 0 0 transparent;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 2px 2px #E5E5E5;
    color: #FFFFFF;
    float: left;
    margin-top: 20px;
    padding: 20px;
    width: 260px;
}

/******************************** Kontakt *************************************************************
*****************************************************************************************************/

#kontakt01 p {
	text-shadow: 1px 1px 0 #666666;
	margin-bottom: 20px;
}

#kontakt01 h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #666666;
    text-transform: uppercase;
	color: #fff;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0pt, 0pt, 0pt, 0pt);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form_item {
    margin: 0 0 11px;
}

.checkbox {
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 182px;
}

.form_item_box {
	float: left;
    height: 34px;
    line-height: 34px;
    padding-right: 30px;	
}

.form_item input,
.form_item textarea {
	border: solid 1px #cccccc;
}

.input-error .text,
.input-error #message {
	border: solid 1px #266320;
}


input.checkbox {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.form_item label {
    padding: 4px 0 0;
    width: 78px;
	font-size: 12px;
	
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    text-shadow: 1px 1px 0 #666666;
}

.form_item label.label-checkbox {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    margin: 0 10px 0 0;
    text-shadow: 1px 1px 0 #666666;
	width: auto;
	float: none;
}

.form_item label.text { 
    display: block;
    margin: 0 0 5px;
	float: none;
	width: auto;
}

.form_item input.text { width: 170px; padding: 3px 5px; }
.form_item #message { width: 153px; height: 75px; float: left; }
input.small { width: 48px!important;}
input.middle { width: 100px!important; }

label.checkbox {
    color: #696969;
    display: inline-block;
    float: none;
    padding: 0 0 0 8px;
    vertical-align: middle;
	width: 85px;
}

label.label-radio {
    border: medium none;
    width: auto;
	padding: 2px 0 0 0;
}

input.radio {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    margin-top: 2px;
    width: 20px;
}

input.checkbox {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    margin-top: 1px;
    width: 20px;
}

.input-button input { 
    background: url("/images/submit-bg.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    text-shadow: 1px 1px 1px #777777;
    width: 180px;
}

.pre-button { float: right; }

#kontaktdaten { margin: 65px 0 30px 0; font-size: 11px; }

.pflicht { font-size: 11px; padding-left: 79px; }

.error {
	color: #FF0000;
}

div.error { margin-bottom: 10px; }

.error_msg {
	color: #266320;
	font-size: 11px;
	padding-bottom: 20px;
	float: right;
	font-weight: bold;
}

.success { 
	background-position: 0 -193px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

/******************************** FOOTER *************************************************************
*****************************************************************************************************/
div#footer
{
    margin: 60px 0 0 0;
    padding: 10px 0 25px 0;
    
    color: #cae9b8;
    font-size: 10px;
    text-align: center;
    
    background: url(../images/construct/electronics/footer_background.gif) 0 0 no-repeat;
}
body#automation div#footer
{
    color: #aad5e9;
    
    background: url(../images/construct/automation/footer_background.gif) 0 0 no-repeat;
}


