/*
    Created 27.05.2012
    
    @author Torge Rothe
*/

/* ===  Body of the page  === */
body {
    font: arial;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0px auto;
    width: 1024px;
	box-shadow: 0px 4px 8px #848484;
	}

#mainArea {
	//width: 1150px;
	}

/* ===  Header of the page === */
#header {
    background: url('/media/images/interface/interface.png') no-repeat;
    background-position: 0px -937px;
    height: 190px;
    margin: 0px auto;
}

/* ===  Logo of the page === */
#header #logo {
    height: 188px;
    position: absolute;
    width: 322px;
}

/* ===  Logo of the page === */
#header #logo img {
    height: 173px;
    margin: 15px 0px 0px 5px;
    width: 317px;
}

/* ===  Title of the page === */
#header #title {
    text-align: right;
    padding: 60px 0 0 307px;
    width: 678px;
}

/* === mainmenu === */
#header #menu {
    height: 25px;
    padding: 10px 0 0 380px;
    width: 630px;
}

/* ===  Footer for additional information  === */
#footer {
    background: url('/media/images/interface/interface.png') no-repeat;
    background-position: 0px -912px;
    clear: both;
    height: 25px;
    margin-top: 20px;
}

/* ===  Info area of the footer  === */
#footer #infobar {
    font-size: 11px;
    padding: 6px 15px 0px 0px;
    text-align: right;
}

a img {
    border: 0;
}

/* === Container for main content === */

.content {
    padding: 25px 40px 50px 40px;
    width: 944px;
    margin-bottom: 20px;
}

.content p {
    line-height: 15px;
    margin: 0px;
    text-align: justify;
}

/* ===  Title  === */
h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin: 0px;
}

/* ===  Title2  === */
h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 0px;
}

/* ===  Referenzen Details  === */
h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px;
}

/* ===  Produkt  === */
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    text-align: right;
}

/* ===  Vier Bausteine - Links  === */
h5 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
}

/* ===  Referenzen  === */
h6 {
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0px;
    padding-Bottom: 30px;
    text-align: left;
}

.noJava {
    font-size: 10px;
    text-align: center;
}