
/**************** Allgemein ***************************************************/

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin-top: 10px;
    font-family: Arial;
    font-size: 13px;
}

a {
  font-family: Verdana;
}


/**************** Box - Elemente **********************************************/

div#headerBox {
    margin: 0px auto;
    width: 771px;
    height: 95px;
}

div#contentBox {
    margin: 0px auto 10px;
    width: 769px;
    text-align: right;
}

div#infoBoxLeft, #infoBoxRight{
    border: 1px;
    border-color: #FF0000;
    border-style: solid;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFC1C1;
    text-align: left;
}

div#infoBoxLeft {
    float: left;
    width: 335px;
    margin-left: 5px;
}

div#infoBoxRight {
    float: right;
    width: 390px;
    margin-right: 5px;
}

div#navigation {
    display: none;
}

div#content{
    width: 610px;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 10px;
}


/**************** Absatz - Elemente *******************************************/

h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
}


span.space {
    margin-left: 10px;
}

span.red {
    color: #FF0000;
    font-weight: bold;
}

div#content p {
    margin-bottom: 13px;
}


div#content p.redBox {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    border: 2px;
    border-color: #FF0000;
    border-style: solid;
    padding: 5px;
}

/**************** Bilder ******************************************************/

img {
    display: block;
}

div#content img {
    border: 1px;
    border-bottom-color: #000000;
    border-style: solid;
}


/**************** Navigation **************************************************/

div#navigation a {
    font-weight: bold;
    font-size: 14px;
    color: #2E4556;
    border-bottom: #2E4556 1px solid;
    text-decoration: none;
}

div#navigation a:hover {
    color: #416078;
}

div#infoBoxRight a {
    color: #000000;
    font-family: Arial;
}

div#infoBoxRight a:hover {
    text-decoration: none;
}

a#print {
    font-size: 10px;
    color: #000000;
    margin-right: 5px;

    background: url(../images/icon_drucker_off.gif) no-repeat;
    background-position: left 0px;
    padding-left: 20px;
    padding-bottom: 2px;
}

a#print:hover {
    background: url(../images/icon_drucker_on.gif) no-repeat;
    text-decoration: none;
}

/**************** Laufschrift *************************************************/

div#contentBox marquee{
    display: none;
}
