/*
        CSS Reset
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
        margin:0;
        padding:0;
        border:0;
        font-weight:inherit;
        font-style:inherit;
        font-size:100%;
        font-family:inherit;
        vertical-align:baseline;
}
body
{
        line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after
{
        content:"";
}
blockquote, q
{
        quotes:"" "";
}
a img
{
        border:none;
}


/*
        Global Layout
*/

body
{
        background: #ffffff url('../images/bg_body.png') repeat-x top;
        font-size: 16px;
        font-family: Arial,Verdana, san-serif;
        padding: 0;
        margin: 0;
        color: #666666;
}

body.caption
{
        background: #ffffff url('../images/bg_body_caption.png') repeat-x top;
}

a
{
        color: #2173af;
        text-decoration: none;
}

a:hover
{
        color: #349CE6;
        text-decoration: none;
}

a:active
{
        color: #cccccc;
        text-decoration: none;
}

h1
{
        font-size: 32px;
        font-weight: normal;
        color: #000;
}

h2
{
        font-size: 28px;
        font-weight: normal;
        color: #000;
}

h3
{
        font-size: 24px;
        font-weight: normal;
        color: #000;
}

h4
{
        font-size: 20px;
        font-weight: normal;
        color: #000;
}

h5
{
        font-size: 18px;
        font-weight: normal;
        color: #000;
}

.clear
{
        clear: both;
}

.noimg{
		background-image:none !important;
}

img.mid_align
{
        vertical-align: middle;
        margin-right: 5px;
        border: 0;
}

#wrapper
{
        margin: auto;
}

.wrapper
{
        width: 960px;
        margin: auto;
}

#header_wrapper
{
        width: 100%;
        height: 400px;
        border-top: 10px solid #356AAE;
}

#header_wrapper_200px
{
        width: 100%;
        height: 200px;
        border-top: 10px solid #356AAE;
}

#header_portfolio_slider_wrapper
{
        width: 100%;
        height: 450px;
}

#header_wrapper_caption
{
        height: 200px;
        border-top: 10px solid #356AAE;
}

#top_bar
{
        width: 100%;
        height: 100px;
        background: transparent url('../images/bg_menu.png') repeat-x top;
}

#logo
{
        width: 240px;
        float: left;
        margin: 18px 0 0 30px;
}

.nav
{
        float: right;
        display: block;
        list-style: none;
        margin: 40px 15px 0 0;
}

.nav li
{
        float: left;
        display: block;
        margin-bottom:5px;
}

.nav li a
{
        display: block;
        color: #fff;
        padding: 10px 20px 0 20px;
        height: 45px;
        text-shadow: 0px 1px #000000;
        text-decoration: none;
        font-size:16px;
        outline:0 none;
}

.nav li a:hover
{
        background: transparent url('../images/bg_nav_hover.png') no-repeat center 30px;

}

.nav li a.active, .nav li a.selected, .nav li a:active
{
        background: transparent url('../images/bg_nav_active.png') no-repeat center 30px;
}

.content_slider
{
        height: 300px;
}

.content_slider_frame
{
        margin: auto;
        position: relative;
        top: 25px;
        width: 929px;
        height: 335px;
        background: transparent url('../images/bg_slider_frame.png') no-repeat center center;
}

.content_slider_frame img.image
{
        margin: 10px 0 0 24px;
}

.content_slider .macbook
{
        float: left;
        width: 510px;
        height: 295px;
        position: relative;
        top: 25px;
        background: transparent url('../images/bg_macbook.png') no-repeat;
}

.content_slider .no_macbook
{
        float: left;
        width: 300px;
        height: 295px;
        position: relative;
        top: 5px;
        margin-left:30px;
 /*       background: transparent url('../images/bg_macbook.png') no-repeat;*/
}

.content_slider .macbook p
{
        float: left;
        position: absolute;
        top: 198px;
        left: 180px;
}

.content_slider .macbook.right
{
        float: right;
}


.content_slider .macbook img
{
        margin: 16px 0 0 78px;
}

.content_slider .content
{
        float: left;
        margin: 35px 0 0 0;
        font-size: 16px;
        width: 400px;
        color: #cccccc;
        text-shadow: 0px 1px #000000;
        font-weight: normal;

}

.content_slider .content.left
{
        width: 420px;
        margin-left: 0px;
        padding-left:30px;
}

.content_slider .content_full
{
        margin: auto;
        margin-top: 30px;
        width: 900px;
        font-size: 15px;
        color: #cccccc;
        text-shadow: 0px 1px #000000;
        font-weight: normal;
        background:transparent url('../example/bilanz.png') no-repeat -40px 1px;
}

.content_slider .content h1, .content_slider .content_full h1
{
        color: #ffffff;
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 5px;
        line-height:40px;
}

.content_slider .content h2, .content_slider .content_full h2
{
        color: #ffffff;
        font-size: 22px;
        font-weight: normal;
       
}

.content_slider li
{
        list-style-position:outside;
        list-style-image:url(../images/li_slider.png);
}

.content_slider  a
{
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
        
}

.content_slider  a:hover
{
        color: #349CE6;
        font-size: 16px;
        font-weight: normal;
        
}

.content_slider li a
{
        color: #ffffff;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        padding-left:25px;
        display:block;
}

.content_slider .content p, .content_slider .content_full
{
        font-size: 16px;
        display: block;
}

#content_wrapper
{
        background: #ffffff;
        min-height: 50px;
}

#content_wrapper .inner
{
        width: 960px;
        margin: auto;
        padding: 30px 0 0 0;
}

#content_wrapper_caption .inner
{
        width: 960px;
        margin: auto;
        padding: 0;
}

.content_full1
{
         margin:0 40px 0 30px;

}

.content_full1 p
{
         font-size:14px;

}

.content_full1 ul
{

        list-style:none;
        margin:20px 0 20px 0;

}

.content_full1 ul li
{
        margin:0 0 0.4em;
        padding:0 0 0 20px;
        background-image:url(../images/li_slider.png);
        background-repeat:no-repeat;
        background-position:0 0;
}

.content_full1 ul li a
{
        color: #000;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
        padding-left:10px;
        display:block;
}
.three_column
{
        margin:20px auto;
        background: #eff0f3;
        width: 100%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        min-height: 50px;
         -moz-box-shadow: 0 0 5px #b3b3b3;
    -webkit-box-shadow: 0 0 5px #b3b3b3;
}

.three_column .wrapper
{
        margin: auto;
        padding: 30px 0 30px 40px;
        width: 920px;
}

.three_column .wrapper .each
{
        width: 33%;
        float: left;
}

.three_column .wrapper h2
{
        color: #000;
        font-weight: normal;
        font-size: 24px;
}

.three_column .wrapper .line
{
        margin: 15px 0 15px 0;
        width: 85%;
        background: transparent;
        border-bottom: 1px solid #ccc;
}

.three_column .wrapper p
{
        width: 85%;
}

.one_column
{
        margin: auto;
        width: 960px;
        margin-top: 20px;
}

.one_column .main
{
        margin: 0 30px 0 30px;
}

.two_column
{
        margin: auto;
        margin-top: 20px;
        width: 100%;
}

.two_column .main
{
        float: left;
        width: 570px;
        margin: 0 0 0 30px;
}

.two_column .side_bar_home
{
        float: right;
        width: 350px;
        min-height: 466px;
        background: transparent url('../images/bg_side_bar.png') no-repeat top left;
}

.two_column .main ul {
list-style:none outside none;
margin:20px 0;
}

.two_column .main ul li
{
        margin:0 0 0.4em;
        padding:1px 0 0 30px;
        background-image:url(../images/li_slider.png);
        background-repeat:no-repeat;
        background-position:0 0;
}

.two_column .side_bar_home .content
{
        margin: 20px 0 0 50px;
}

.two_column .side_bar_home img
{
        margin: 30px 0 0 0;
}

.two_column .side_bar_home h5
{
        color:#2173AF;
        margin: 30px 0 0 0;
}

.two_column .side_bar
{
        float: right;
        width: 350px;
        min-height: 466px;
        background: transparent url('../images/bg_side_bar1.png') no-repeat top left;
}

.two_column .side_bar .content
{
        margin: 20px 0 0 50px;
}

.two_column .side_bar img
{
        margin: 10px 10px 0 0;
}

.two_column .side_bar 
{
        margin: 10px 10px 0 0;
}

.two_column .side_bar p 
{
        margin:0 30px 0 20px;
}

.posts
{
        list-style: none;
        margin: 20px 20px 0 0;
}

.posts a
{
        font-weight: bold;
}

.posts li
{
        margin: 0 0 20px 0;
        clear: both;
}

.posts li img
{
        float: left;
        margin: 0 10px 10px 0;
        padding: 4px;
        border: 1px solid #ccc;
}

.post_wrapper
{
        width: 100%;
        margin: 0 0 0  0;
}

.post_header
{
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
}

.post_header .left
{
        width: 450px;
        float: left;
}

.post_header .comment
{
        float: right;
        margin: 10px 0 0 0;
        font-size: 11px;
        width: 100px;
        text-align: right;
}

.frame
{
        width: 400px;
        height: 157px;
        background: transparent url('../images/bg_frame.png') no-repeat left;
}

.frame img
{
        margin: 11px 0 0 5px;
}

.about_team {
         margin:40px 0 10px 120px;
}

.about_team h4{
         color:#2173AF;
}

#footer
{
        width: 100%;
        background: #ebebeb;
        min-height: 200px;
        margin-top: 20px;
}

#footer p
{
        font-size:14px;
}

#footer .wrapper
{
        margin: auto;
        width: 960px;
        padding: 30px 0 30px 40px;
}

#footer .wrapper .about
{
        float: left;
        width: 300px;
        margin: 0 60px 0 0;
}

#footer .wrapper div
{
        float: left;
}

#footer .wrapper ul.list
{
        display: block;
        width: 200px;
        float: left;
        list-style: none;
        font-size:14px;
}

#footer .wrapper ul.list li
{
        width: 80%;
        padding: 20px 0 10px 0;
        border-bottom: 1px solid #cccccc;
}

.social_media
{
        display: block;
        float: left;
}

.social_media li
{
        display: block;
        float: left;
        margin-right: 10px;
}

.popup
{
        width: 158px;
        display: none;
        position: absolute;
        z-index:10;
}

.popup .top
{
        width: 158px;
        height: 32px;
        background: transparent url('../images/bg_popup_top.png') no-repeat center center;
}

.popup .content
{
        width: 158px;
        min-height: 60px;
        height: auto;
        background: transparent url('../images/bg_popup_content.png') repeat-y center center;
}

.popup .footer
{
        width: 158px;
        height: 20px;
        background: transparent url('../images/bg_popup_footer.png') no-repeat center center;
}

.submenu
{
        display: block;
        list-style: none;
        padding-top: 3px;
        margin: 0;
}

.submenu li
{
        display: block;
        width: 100%;
        margin: 0;
}

.submenu li a
{
        padding: 0;
        display: block;
        width: 130px;
        padding: 5px 0 0 20px;
        margin: 0 0 0 3px;
        text-align: left;
        color: #ffffff;
}

.submenu li a:hover, .submenu li a:active
{
        background: transparent url('../images/bg_submenu_selected.png') repeat-x;
        color: #fff;
}

.testimonials
{
        float: left;

        width: 90%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 20px;
        min-height: 50px;
        border:4px solid #eff0f3;
}

.testimonials p
{
        display: block;
        display: none;
}

.testimonials strong
{
        color: #000;
}

.testimonials_triangle
{
        width: 90%;
        height: 12px;
        background: transparent url('../images/triangle.png') no-repeat;
        background-position: 45px 0;
}

.testimonials_owner
{
        width: 90%;
        float: left;
        margin: 5px 0 0 10px;
}

.testimonials_owner ul
{
        display: block;
        float: left;
}

.testimonials_owner ul li
{
        display: block;
        float: left;
        margin-right: 10px;
		background-image:none;
}

.testimonials_owner ul li img
{
        padding: 4px;
        border: 1px solid #ccc;
        width: 75px;
		
}

.caption h1
{
        color: #fff;
        text-shadow: 0 1px #000;
        margin: 25px 0 0 30px;
        font-weight: normal;
}

/*ul.global
{
        margin-left: 20px;
        list-style-image:url("../images/arrow_li.png");
}

ul.global li
{
        line-height: 0.8em;
} */

ol.global
{
        margin-left: 30px;
}

ol.global li
{
        line-height: 2em;
}

table.global tr
{
        background: #ffffff;
}

table.global tr td, table.global tr th
{
        border-bottom: 1px solid #cccccc;
}

table.global tr th
{
        font-weight: bold;
        background: #ebebeb;
        text-align: left;
}

table.global tr th, table.global tr td
{
        padding: 7px 15px 7px 15px;
}

table.global tr td
{
        color: #666666;
}

blockquote
{
        padding-left: 55px;
        font-style: italic;
        width: 90%;
        background: transparent url("../images/bg_quote.png") no-repeat top left;
}

.line
{
        width: 100%;
        border-bottom: 1px solid #ccc;
}

.comment img.border
{
        padding: 4px;
        border: 1px solid #ccc;
        width: 50px;
}

.comment
{
        width: 570px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        float: left;
}

.comment .left
{
        width: 70px;
        float: left;
}

.comment .right
{
        width: 440px;
        float: left;
}

.reply
{
        width: 100%;
        margin: 0 0 0 0;
        padding: 10px 0 10px 15px;
        float: left;
        border-left: 1px solid #cccccc;
}

.comment .left
{
        width: 70px;
        float: left;
}

.comment .right
{
        width: 80%;
        float: left;
}

.portfolio_photos
{
        width: 100%;
}

.portfolio_tab
{
        display: block;
        float:left;
        margin-bottom: 30px;
        list-style: none;
}

.portfolio_tab li
{
        display: block;
        float: left;
        margin-right:20px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
}

.portfolio_tab li.active
{
        background: #000;
        color: #fff;
        font-weight: bold;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

.portfolio_photos
{
        display: block;
        float: left;
        list-style: none;
}

.portfolio_photos li
{
        display: block;
        float: left;
        width: 300px;
        margin-bottom: 60px;
}

.portfolio_photos li span
{
        margin-top: 5px;
        width: 250px;
        color: #000;
        border-bottom: 1px solid #ccc;
        display: block;
        font-weight: bold;
        padding: 5px 0 5px 0;
}

.portfolio_photos li p
{
        width: 250px;
        margin-top: 5px;
}

.portfolio_one_column .image img
{
        padding: 4px;
        border: 1px solid #555;
}

.portfolio_photos li .wrapper
{
        width: 250px;
        height: 100px;
        overflow: hidden;
        float:left;
        margin-bottom: 10px;
        cursor: pointer;
}

.portfolio_photos li .hover_content
{
        position:relative;
        display: none;
          width: 250px;
        height: 100px;
         top:-105px;
          left:0px;
          background: #000;
          padding: 10px;
          filter:alpha(opacity=80);
          -moz-opacity:0.8;
          -khtml-opacity: 0.8;
          opacity: 0.8;
          text-align: center;
}

.portfolio_one_column .image .hover_content img
{
        border: 0;
        margin: auto;
}

.portfolio_one_column
{
        width: 100%;
        float: left;
        margin-bottom: 60px;
}

.portfolio_one_column .detail
{
        width: 250px;
        float: left;
}

.portfolio_one_column .image
{
        float: right;
        width: 610px;
        height: 110px;
        overflow: hidden;
        cursor: pointer;
}

.portfolio_one_column .image img
{
        padding: 4px;
        border: 1px solid #ccc;
}

.portfolio_one_column .image a
{
        display: block;
}

.portfolio_one_column .image .hover_content
{
        position:relative;
        display: none;
          width: 610px;
        height: 100px;
         top:-115px;
          left:0px;
          background: #000;
          padding: 10px;
          filter:alpha(opacity=80);
          -moz-opacity:0.8;
          -khtml-opacity: 0.8;
          opacity: 0.8;
          text-align: center;
}

.portfolio_one_column .image .hover_content img
{
        border: 0;
        margin: auto;
}

label.error
{
        display: block;
        color: #ff0000;
        font-size: 11px;
        font-weight: bold;
}

#reponse_msg
{
        color :#fff;
        font-weight: bold;
}

/*
        Input layout
*/

input[type=text], input[type=password], select
{
        background: transparent;
        padding: 5px;
        font-size: 12px;
        margin: 0;
        border: 1px solid #cccccc;
}

input.search
{
        background: transparent;
        border: 0;
        width: 170px; /* important */
}

textarea
{
        background: transparent;
        padding: 3px 5px 3px 5px;
        font-size: 12px;
        color: #000000;
        font-weight: bold;
        margin: 0;
        border: 1px solid #cccccc;
        height: 200px;
        overflow: auto;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
        border: 1px solid #666;
}

input[type=submit], input[type=button]
{
        width: 152px;
        height: 39px;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        background: transparent url("../images/bg_button.png") no-repeat bottom;
}

input[type=submit]:hover, input[type=button]:hover
{
        background: transparent url("../images/bg_button_hover.png") no-repeat bottom;
}

input[type=submit]:active, input[type=button]:active
{
        color: #999999;
        position: relative;
        top: 1px;
        left: 1px;
}

input[type=button].silver, input[type=submit].silver
{
        width: 158px;
        height: 44px;
        color: #333;
        font-size: 13px;
        background: transparent url("../images/bg_header_button.png") no-repeat bottom;
}

input[type=submit].silver:hover, input[type=button].silver:hover
{
        background: transparent url("../images/bg_button_hover_silver.png") no-repeat bottom;
}

input[type=button].silver:active, input[type=submit].silver:active
{
        color: #999999;
        position: relative;
        top: 1px;
        left: 1px;
}

#form1 span{
		padding-right:40px;
}

####### Kontaktform #######
#contact_form {
    font-family: Arial,Verdana, san-serif;;
    font-size: 14px;
    color: #666;
}
/** FORM STYLES GENERAL **/
#contact_form input, select, textarea {
    font-size: 14px;
    color:#999999;
    width: 300px;
    height: 28px;
    border: #CCC solid 1px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form input:hover, select:hover, textarea:hover {
    border: 1px solid #999;
}

#contact_form input:focus, select:focus, textarea:focus {
    border: 1px solid #999;
}

/** FORM STYLE: select **/
#contact_form select {
    padding: 5px 5px 3px 5px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}


/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 80px;
    padding: 8px;
    font-family: Verdana, Arial, "Times New Roman";
}


/** FORM STYLE: input **/
#contact_form input {
    padding: 8px 5px 0px 30px;
    background-position: 7px 6px;
    background-repeat: no-repeat;
}

input#send {
    padding:0;
    cursor:pointer;
    width:135px;
    height: 23px;
    background: url(../images/send_button.png);
}

input#send:hover {
    border: 1px solid #999;
    color: #666;
}

#contact_form label {
    display:inline-block;
    width: 100px;
    vertical-align:top;
    margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
    border:0;
    padding:0;
    margin:0;
    display: block;
    margin-bottom: 10px;
}

#name {
background-image: url(../images/user_suit.png);
}
#email {
background-image: url(../images/email.png);
}
#phone {
background-image: url(../images/phone.png);
}

#ajax_loader {
    display:none;

}


.success {
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    display:none;
    margin-top: 3px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.error {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #FF4F4F;
    color:#D6000E;
    background: #FFF2F2;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.warning {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    color: #9F6000;
    background: #FFF9D5;
    border: 1px solid #FFD324;
    padding: 5px;
    text-align: center;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form .noicon {
    padding: 7px 7px 0 7px;
}

div#top {
    background: url(../example/top.jpg);
    height: 64px;
}

#contact_form {
margin-top:30px;
}
