* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

div.cl {
    clear: both;
}
#wrapper {
    width: 780px;
    min-height: 400px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
}

#left {
    width: 149px;
    float: left;
    border-right: 0px solid rgb(0,51,153);
}
#lang {
    width: 149px;
    margin: 55px 10px 10px 25px;

}
#lang img {
        float: left; 
        margin: 5px;
}

#nav {
    width: 100px;
    min-height: 200px;
    margin: 10px 10px 10px 10px;
}
#banner_left {
    width: 149px;
    min-height: 100px;
    margin-top: 20px;

}
#content {
    width: 630px;
    min-height: 400px;
    background: #fff;
    float: left;
    background-image: url(../images/BaltecLogo.jpg);
    background-position:  485px 10px;     
    background-repeat: no-repeat;
    position: relative;

}
#content #slogan {
    width: 630px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 45px;
    font-size: 12px;
    color: rgb(0,51,153);
    text-align: right;
    border-bottom: 1px solid rgb(0,51,153);
}
#content section {
    margin-top: 90px;
}


#content section h1 {
    font-size: 18px;
    color: rgb(0,51,153);
    margin: 10px 0px;
}
#content section h2 {
    font-size: 14px;
    color: rgb(0,51,153);
    margin: 10px 0px;
}
#content section h3 {
    font-size: 12px;
    color: rgb(0,51,153);
    margin: 10px 0px;
    text-align: left;
}
#content section p {
    font-size: 12px;
    color: rgb(0,51,153);
    margin: 10px 0px;
}
#content section ol li {
    font-size: 12px;
    color: rgb(0,51,153);
    margin: 10px 0px;
    margin-left: 20px;
}
a {
    color: rgb(0,51,153);
}
#nav ul {
    list-style: none;

}
#nav ul li {
    border-bottom: 1px solid rgb(0,51,153);
    text-align: left;
}
#nav ul li a {
    color: rgb(0,51,153);
    text-decoration: none;
    font-size: 11px;
    display: block;
    padding: 5px;
}
#nav ul li a:hover {
    background-color: rgb(0,51,153);
    color: #fff;
}

#banner_left img {
    width: 100px;
    margin-left: 20px;
    float: left;
}
#banner_left h2 {
    margin: 10px 20px;
    font-size: 9px;
    font-weight: normal;
    color: rgb(0,51,153);
}
.start_section1 {
    margin-top: 6px;
}
.start_section1 img:first-child {
    margin-right: 9px;
    float: left;
}
.c {
    text-align: center;
}
.r {
    color: red;
}
#content .schiffe article div  {
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}
#content .schiffe article div:first-child  {
    margin-right: 10px;
    width: 320px;
}
div.article_thumbs {
    width: 630px;
    height: 175px;
    background: #fff;
}


div.article_thumbs div {
    height: 175px;
    overflow: hidden; 
    margin-right: 29px;
    float: left;
}
div.article_thumbs div:last-child {
    margin-right: 0px;
}
.left {
    float: left;
    margin-right: 10px;
}
.news article {
    border-bottom: 1px solid rgb(0,51,153);
}
#content section p.bu {
    font-size: 10px;
}
article.galerie {

    margin-bottom: 20px;
}
article.galerie div   {
    width: 300px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin: 5px;
    background-color: #666;
}
article.galerie div img  {
    width: 300px;


}
#content section div.galerietext p {
    margin: 5px;
    color: white;

}
#formkontakt label  {
    display: block;
    font-size: 12px;
    margin: 5px 0px;
}
#content section.schiffe article div.grossbild {
    width: 630px;
    min-height: 400px;
}
#content table {
    border-collapse: collapse;
}
#content table td {
    border: 1px solid rgb(0,51,153);
    padding: 3px;
}