﻿@import url("reset.css");
@import url("ibase.css");

/* -----------------------------------------*/
/* -------->>> TABLE OF CONTENTS <<<--------*/
/* -----------------------------------------*/
/* use ctrl+c/f/v to jump to sections       */
/* -----------------------------------------*/
/* SEC1: Global Styles                      */
/* SEC2: RTE Styles                         */
/* SEC3: Page Structure                     */
/* SEC4: Navigation                         */
/* SEC5: Text Styles                        */
/* SEC6: Forms                              */
/* SEC7: Tables                             */
/* SEC8: Extras                             */
/* -----------------------------------------*/


/* debug */
/*
    * { border: 1px dashed #f00; }
*/


/* -----------------------------------------*/
/* ------->>> SEC1: Global Styles <<<-------*/
/* -----------------------------------------*/

html {
    height: 100.01%
}

body {
    background: #404040 url(../../images/layout_background_footer.png) center repeat-y;
    text-align: center;
}

body,
p,
li,
input,
select,
label {
    color: #333;
    font: 12px Verdana, "Verdana Ref", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans serif;
    font-weight: 300;
    line-height: 1.5em;
}

strong, b{
    font-weight: bold;
}

em, i{
    font-style: italic;
}

#meta li a, #navigation li a, #left ul li a{
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
}

/* -----------------------------------------*/
/* -------->>> SEC2: RTE Styles <<<---------*/
/* -----------------------------------------*/

p,
ul,
.line,
.margined {
    margin: 0 0 1.5em 0;
}

h1,
h2,
h3 {
    margin: 0 0 1em 0;
    font-weight: bold;
}
h1 {
    font-weight: normal;
    font-size: 18px;
    color: #008cb8;
}
h2{
    color: #008cb8;
}
h2 {
    font-size: 12px;
}
h3 {
    margin: 0 0 0.5em 0;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #960;
}

a:hover {
    text-decoration: underline;
    color: #339;
}

a:active,
a:focus {
    color: #933;
    outline: none;
    text-decoration: none;
}

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

a img {
    border: none;
}

hr {
  border : 0;
  height : 15px;
  background : url(../../images/hr.png) 0 0 no-repeat;
  margin : 1em 0;
}

/****************/

.floatleft, .floatright{
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.floatleft, .floatleftplain {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
}
.floatright, .floatrightplain {
    float: right;
    margin-bottom: 5px;
    margin-left: 15px;
}

.left,
.right {
    float: left;
    margin: 0 10px 5px 0;
}
.left {
    font-weight: bold;
    margin-right: 0;
    width: 200px;
}
.right {
    width: 400px;
}

.line {
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}



/* -----------------------------------------*/
/* ------->>> SEC3: Page Structure <<<------*/
/* -----------------------------------------*/

#wrapper {
    background: #fff url(../../images/layout_background.png) repeat-x;
}

#container {
    background: url(../../images/layout_background_content.png) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

#header {
    background: url(../../images/layout_background_header.png) repeat-y;
    position: relative;
    height: 340px;
}
#header #logo {
    position: absolute;
    bottom: 20px;
    left: 30px;

    z-index: 100;
}
#header #slideshow{
    position: absolute;
    bottom: 0;
    right: 0;

    height: 250px;
    width: 960px;
    overflow: hidden;

    z-index: 50;
}
#header #slideshow img{
    float: left;
}

#meta {
    position: absolute;
    left: 45px;
    top: 5px;
}

#flags {
    position: absolute;
    right: 5px;
    top: 5px;
}

#navigation {
    position: absolute;
    top: 50px;
    right: 0;

    z-index: 150;
}

#content {
    position: relative;
}
#content .padding {
    padding: 50px 25px 40px;
}
#content #left {
    position: relative;
    width: 250px;
    float: left;
}
#content #center {
    position: relative;
    width: 710px;
    float: left;

    height: auto;
    _height: 600px;
    min-height: 600px;
}

#adress{
    position: absolute;
    bottom: 45px;
    left: -230px;
    width: 210px;
}

#footer {
    background: url(../../images/layout_footer_shadow.png) top repeat-x;
    position: relative;
    text-align: center;
}
#footer .inner {
    background: #2d2d2d url(../../images/layout_footer_shadow_inner.png) top repeat-x;
    margin: 0 auto;
    width: 960px;
}
#footer .padding {
    padding: 10px 25px;
}
#footer img{
    margin: 20px auto 5px;
}



/* -----------------------------------------*/
/* -------->>> SEC4: Navigation <<<---------*/
/* -----------------------------------------*/

#meta li{
    float: left;
}
#meta li a{
    text-decoration: none;
    font-size: 11px;
    padding: 0 5px;
    color: #000;
}
#meta li a:hover, #meta li a.active{
    color: #007eb8;
}

/****************/

#flags li{
    float: left;
}
#flags li a{
    text-indent: -999909px;
    margin: 0 5px 0 0;
    display: block;
    height: 14px;
    width: 24px;
    
    background: url(../../images/flags/flag_de.png);
}
#flags li a:hover, #flags li a.active{
    background: url(../../images/flags/flag_de_f2.png);
}
#flags li#nav_lang_en a{ background: url(../../images/flags/flag_en.png); }
#flags li#nav_lang_en a:hover, #flags li#nav_lang_en a.active{ background: url(../../images/flags/flag_en_f2.png); }

/****************/

#navigation li {
    float: left;
}
#navigation li a {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 10px solid #000;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #000000;
    text-decoration: none;
}
#navigation #nav_contact a{
    padding-right: 12px;
}
#navigation li a:hover, #navigation li a.active{
    border-color: #007eb8;
    color: #007eb8;
}

#navigation #nav_home{ width: 69px; }
#navigation #nav_profile{ width: 80px; }
#navigation #nav_products{ width: 120px; }
#navigation #nav_guidelines{ width: 150px; }
#navigation #nav_employees{ width: 110px; }
#navigation #nav_service{ width: 90px; }
#navigation #nav_contact{ width: 90px; }

/****************/

#left ul{

}
#left ul li{
    background: url(../../images/arrow.png) 0 7px no-repeat;
    padding: 0 0 0 20px;
}
#left ul li a{
    text-transform: uppercase;
    line-height: 22px;
    font-size: 14px;
    color: #000;
}
#left ul li a.active, #left ul li a:hover{
    color: #007eb8;
}
#left ul ul{
    margin: 5px 0;
}
#left ul li li{
    background: none;
    padding: 0 0 0 10px;
}
#left ul li li a{
    font-size: 12px;
}


/****************/

#footer ul li{
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
    display: inline;
}
#footer ul li a{
    border-bottom: 1px solid #666;
    text-decoration: none;
    text-align: left;
    margin: 0 0 5px 0;
    display: block;
    font-size: 10px;
    color: #fff;
}

#footer #nav_news ul {
    display: none;
}
#footer ul li li a{
    line-height: 14px;
    border: none;
    margin: 0;
}
#footer ul ul ul{
    margin: 0 0 0 10px;
}


/* -----------------------------------------*/
/* -------->>> SEC5: Text Styles <<<--------*/
/* -----------------------------------------*/

#center ul, .content ul {
    margin: 0 0 10px 0;
}
#center li, .content li {
    background: url(../../images/li.png) 15px 5px no-repeat;
    padding: 0 0 0 30px;
}
.content ul.moduleDownloads li ,
#center ul.moduleDownloads li {
	background: url(../../images/li_pdf.png) 0 0 no-repeat;
}

#adress p{
    font-size: 9px;
}
#adress p strong{
    color: #007eb8;
}

/* -----------------------------------------*/
/* ----------->>> SEC6: Forms <<<-----------*/
/* -----------------------------------------*/

.editFormCaption {
    display: none;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.asterix {
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}

.formError {
    font-size: 10px;
    color: #ff3333;
}

.editLine {
    margin: 0 0 5px 0;
}
.editLine .floatleft {
    margin-right: 10px !important;
    width: 210px;
    border: none;
    padding: 0;
    background: none;
}

label {
    position: relative;
    margin-right: 10px;
    width: 190px;
    float: left;
}
input.text,
textarea,
input.password,
.kontakt {
    width: 200px;
}

textarea {
    height: 120px;
}

select {
    width: 180px;
}

input.text,
input.password,
textarea,
select {
    background: #ffffff url(../../images/input_text.gif);
    border: 1px solid #000;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.submit,
input.button{
    background: url(../../images/input_submit.gif);
    border: 1px solid #000;
    font-size: 11px;
    padding: 2px 20px;
    color: #fff;
}

input.required,
input.password.required,
textarea.required,
select.required {
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
    border-color: #900;
}

.checkbox,
.radio {
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}

input.text:focus,
input.password:focus,
select:focus,
input.required:focus,
textarea:focus {
    border: 1px solid #000;
}

select.short {
    width: 160px;
}

label.required {
    color: #A02031;
}

#mSubmitButton,
#asterisk {
    margin: 0 10px 10px 200px;
}

#mSubmitButton {
    float: left;
}

#mResetButton,
#submit_function {
     display: none;
}

#asterisk {
    font-size: 10px;
}



/* -----------------------------------------*/
/* ---------->>> SEC7: Tables <<<-----------*/
/* -----------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0 0 1.5em 0;
    width: 660px;
}
table th,
table td {
    padding: 2px 3px 2px 0;
}
table .cright {
    text-align: right;
}
table .cleft {
    text-align: left;
}
table td,
table th {
    vertical-align: top;
}

table.security td, table.security th{
    text-align: center;
    font-size: 11px;
    background: #efefef;
}
table.security th{
    padding: 10px;
}
table.security td{
    border-top: 1px solid #ccc;
}
table.security td.col1, table.security th.col1{
    background: #dddddd;
}

table.images td{
    padding: 5px;
}
table.images img{
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}

/* -----------------------------------------*/
/* ---------->>> SEC8: Extras <<<-----------*/
/* -----------------------------------------*/

#left h3{
    color: #008cb8;
    margin-bottom: 1.5em;
}
.date{
    font-size: 9px;
}

#center .teaser{
    background: url(../../images/teaser_background.png) no-repeat;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    display: inline;
    width: 323px;
    float: left;
}
#center .teaser .p{
    padding: 10px;
}
#center .teaser img{
    margin: 0 0 5px 0;
    float: left;
}
#center .teaser h1{
    margin: 0 0 5px 0;
    font-size: 16px;
}
#center .teaser p{
    line-height: 1.4em;
    margin: 0;
}
#center .teaser ul{
    margin: 10px 0 0 0;
}

.columns {

}

.columns .text {
    float: left;
    margin-right: 15px;
    width: 525px;
}

.columns .text .left {
    width: 120px;
}

.columns .text .right {
    width: 260px;
}

.columns .images {
    float: left;
    width: 120px;
}

.columns .images img {
    float: left;
    margin: 0 0 10px 0;
}

.notice {
    border: 1px solid #ccc;
    padding: 10px 5px;
    background: #fff;
    color: #f00;
    font-weight: bold;
    margin: 0 45px 15px;
    text-align: center;
    font-size: 14px;
}