
/*Grundgestalltung der Site - MAXLEN*/


html, body {
    margin:0;
    padding:0;
    background-color:#eaeeff;
    background-image:url(../pics/backpix.png);
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
    text-align:left;
    color:#333333;
  }

/*Überschriften*/


h2 {
    color:#800807;
    padding-left:5px;
    border-bottom:solid #002175 2px;
    border-left:solid #002175 2px;
  }


p {
    text-decoration:none;
    margin:0;
  }


.infoboxhead {
    padding-top:8px;
    background-color: #800807;
    height:22px;
    width:200px;
    color:#FFFFFF;
    text-align:center;
    margin-top:10px;
    margin-left:19px;
    margin-right:19px;
    border:solid 1px #FFFFFF;
    font-weight:bold;
  }


.infoboxcont {
    text-align:center;
    background-color:#FFFFFF;
    width:200px;
    margin-top:0px;
    margin-bottom:20px;
    margin-right:19px;
    margin-left:19px;
    border:solid 1px #FFFFFF;
  }


.imgcont {
    border-bottom-color : #002175;
    border-bottom-style : solid;
    border-bottom-width : 3px;
    border-left-color : #002175;
    border-left-style : solid;
    border-left-width : 3px;
    border-right-color : #002175;
    border-right-style : solid;
    border-right-width : 3px;
    border-top-color : #002175;
    border-top-style : solid;
    border-top-width : 3px;
    float : left;
    height : 190px;
    margin-bottom : 11px;
    margin-right : 11px;
    text-align : center;
    width : 190px;
  }


.imgcont2 {
    border:solid 3px #002175;
    margin-right:0px;
    margin-bottom:0px;
    height:200px;
    width:200px;
    float:left;
  }


.imggal {
    border: solid 3px #FFFFFF;
  }

/*Bilderlinks*/


.img {
    border:none;
  }


#content {
    width:900px;
    margin-top:0;
    margin-bottom:2em;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    background-color:#CCCCCC;
    background-image:url(../pics/back-content.png);
    border:solid #eaeeff 5px;
    text-align:left;
  }


#banner {
    width:900px;
    height:130px;
    margin-top:0;
    background-image:url(../pics/banner.png);
  }

/*Navigationsgestaltung*/


#navigation {
    text-align:left;
    width:900px;
    height:40px;
    background-image:url(../pics/nav-pix.png);
    background-repeat:repeat-x;
  }


a.link {
    display:block;
    position:absolute;
    width:150px;
    height:25px;
    color:#FFF;
    background-image:url(../pics/nav-pix.png);
    text-decoration:none;
    text-align:center;
    padding-top:15px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
  }


a.link:active {
    color:#FFF;
    background-image:url(../pics/nav-pix2.png);
  }


a.link:hover {
    color:#fff;
    background-image:url(../pics/nav-pix2.png);
  }

/*Navigationsfelder*/

a#home {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:0px;
    z-index:7;
  }


a#marketing {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:150px;
    z-index:6;
  }


a#reference {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:300px;
    z-index:5;
  }


a#gallery {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:450px;
    z-index:4;
  }


a#contact {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:600px;
    z-index:3;
  }


a#impressum {
    border-right:solid #666666 1px;
    margin-top:0px;
    margin-left:750px;
    z-index:2;
  }

/*Textabschnitt für Autorentexte*/

#overbox {
    background-repeat:no-repeat;
    background-position:bottom;
  }


#box {
    padding-right:240px;
  }


#box .column {
    float:left;
    position:relative;
  }


#text-area {
    padding:10px;
    width:640px;
    z-index:11;
  }


#feature {
    width:240px;
    margin-right:-240px;
    z-index:12;
  }


#footer {
    clear: both;
  }


.underlined {
    color:#000;
    text-align:center;
    text-decoration:none;
  }

