@import 'default.css';

html { overflow: auto; }	/* Fixes IE7 vertical scrollbar always showing bug! */

body {
	margin: 0;
	padding: 0;
	background: #00365d;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

a {
    color: #00adef;
}

a:hover {
    color: #0293ca;
}

#wrap_content .center {
    height:100%;
    margin:0 auto;
    overflow:hidden;
    width:1024px;
    position: relative;
}

    /* Languages */
    #languages {
        position: absolute;
        top: 200px;
        right: 0;
        width: 24px;
        height: 72px;
    }
    
    #languages a{
       font-size: 12px;
       font-weight: bold;
       text-decoration: none;
       float: left;
       width: 24px;
       height: 24px;
       text-align: center;
    }

        #languages a.bg{
            color: #000;
            background: #00adef;
        }

        #languages a.de{
            color: #fff;
            background: #000;
        }

        #languages a.en{
            color: #000;
            background: #a6a8ab;
        }
    /* end Languages */

    /* Header */
    #header {
        float: left;
        background: #fff;
        margin: 40px 0 0 0;
        width: 1000px;
        height: 160px;
    }

        #header div#menu {
            float: left;
            width: 100%;
        }
            #header div#menu ul{
                float: right;
                height: 30px;
                display: inline;
                list-style: none;
            }

                #header div#menu li{
                    float: left;
                    margin: 3px 0 0 0;
                }

                    #header div#menu li a{
                        font-weight: bold;
                        padding: 0 10px;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 12px;
                    }

                #header div#menu li.current a{
                    font-weight: bold;
                    padding: 0 10px;
                    text-decoration: none;
                    color: #000;
                }

         #header div#logo {
            float: left;
            width: 160px;
            height: 130px;
            background: url(../img/logo.gif) no-repeat;
         }

            #header div#logo a{
                float: left;
                width: 160px;
                height: 130px;
            }

            #header div#logo h1{
                display: none;
            }

         #header div#header_img {
            float: left;
            width: 840px;
            height: 130px;
            background: url(../img/header.jpg) no-repeat;
            background-position: right;
         }
    /* end Header */

/* Content */
#content {
    border-top: 2px solid #00adef;
    float: left;
    background: #fff;
}

    #left-column {
        float: left;
        width: 160px;
    }

        #left-image {
            width: 160px;
            height: 440px;
            background: url(../img/left_image.jpg) no-repeat;
        }

    #right-column {
        float: left;
        width: 770px;
        padding: 30px 30px 20px 40px;
        line-height: 18px;
    }

        #right-column h2 {
            font-size: 16px;
            color: #00ADEF;
            margin: 6px 0 6px 0;
        }
        #right-column p{
         padding: 7px 0 ;
        }

        #right-column td {
            padding: 5px;
}

        .page_nave {
            margin: 0 0 15px 0;
            color: #a6a8ab;
            font-size: 11px;
        }

        .page_nave a {
/*            color: #666666;*/
            text-decoration: none;
            color: #a6a8ab;
        }
        .about_us_table p {
            margin: 0;
            padding: 0 !important;
}

        .slider {
            display: none;
        }

        #contact_form {
            width: 550px;
        }

        label.short-field-left {
            float: left;
            width: 250px;
            margin: 5px 0 5px 0;
        }

        label.short-field-right {
            float: right;
            width: 250px;
            margin: 5px 0 5px 0;
        }

        label.long-field {
            float: left;
            width: 550px;
            margin: 5px 0;
        }

        label input, label textarea {
            width: 100%;
            float: left;
}
/* end Content */

#footer {
    width: 1000px;
    height: 50px;
    float: left;
    color: #888;
    margin-bottom: 20px;
    text-align: center;
}

#footer p{
    height: 30px;
    background: #fff;
}