/* 
    Document   : global
    Created on : 24.03.2009, 18:07:20
    Author     : Dominic Thimm
    Description:
        Purpose of the stylesheet follows.
*/

@import "presscenter.css";

body {
    background-color: #ffffff;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    outline: none;
    margin: 0;
    padding: 0;
}

.bodyBox
{
    display:block;
    width:943px;
    margin: auto;
}

hr {
    clear: both;
    border: 0;
    height: 0;
}

/* -------------------------------------------------------------------------- */
/* IMAGES */
/* -------------------------------------------------------------------------- */
a img {
    border:0;
}
img.left {
    float: left;
}
img.right {
    float: left;
}

/* --------------------------------------------------------- */
/* LINKS */
/* --------------------------------------------------------- */
a {
    color: #b83b29;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------- */
/* NAVIGATION ELEMENTS */
/* --------------------------------------------------------- */
.separator_red
{
    background-image: url('../img/red_dot.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    float: left;
}

/* --------------------------------------------------------- */
/* HEAD */
/* --------------------------------------------------------- */
.headBox {
    display:block;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.headBox .logo {
    float: left;
}

#HeaderMenu {
    float: right;
    height: 20px;
}

#HeaderMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    background: #efefef;
}
#HeaderMenu ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    background: url(../img/red_dot.png) no-repeat right;
}
#HeaderMenu ul li.last {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}
#HeaderMenu a {
    font-size: 80%;
    margin-right: 5px;
    color: #000000;
}
#HeaderMenu a img {
    margin-top: -2px;
}

/* --------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------- */
#footer {
    display:block;
    clear: left;
    background-image: url('../img/gray_dot_single.png');
    background-repeat: repeat-x;
    background-position: top left;
    height: 60px;
    text-align: right;
    padding-top: 25px;
}
#footer ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    background: url(../img/red_dot.png) no-repeat right;
}
#footer ul li.last {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}
#footer a {
    font-size: 80%;
    float: left;
    margin-right: 5px;
    color: #000000;
}
#footer a img {
    margin-top: -2px;
}


/* --------------------------------------------------------- */
/* MAINNAV */
/* --------------------------------------------------------- */
.navigationBox .share {
    float:right;
    display: block;
    position: relative;
    margin-top: -55px;
}

.navigationBox {
    display:block;
    margin: 0;
    padding: 0;
    height: 57px;
}
.navigationBox ul {
    margin: 0;
    padding: 0;
}
.navigationBox li {
    display: block;
    width: 135px;
    margin-right: 5px;
    height: 33px;
    padding-top: 6px;
    padding-right: 18px;
    background-color:#ffffff;
    float: left;
    text-align: center;
    background-image: url('../img/main_nav_bg_last.png');
    background-repeat: no-repeat;
}

.navigationBox li.last {
    margin-right: 0;
}

.navigationBox li a,
.navigationBox li a:hover {
    displaY: block;
    margin-top: 5px;
    color: #000000;
    text-decoration:none;
    margin-left: 4px;
}

.navigationBox li.current,
.navigationBox li.hover {
    background-image: url('../img/main_nav_bg_active_last.png');
}

/* --------------------------------------------------------- */
/* LEFTBOX */
/* --------------------------------------------------------- */
.leftBox {
    display: block;
    width: 210px;
    float: left;
    padding: 20px;
    margin-left: 20px;
}
.leftBox h3 {
    display: block;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 105%;
}
.leftBox ul {
    display: block;
    margin:0;
    padding:0;
    list-style-type: none;
}
.leftBox li {
    displaY: block;
    padding: 0 0 10px 0;
    margin: 0
}
.leftBox li a {
    color: #000000;
}

.leftBox h3 {
    font-size: 120%;
    padding: 0;
    margin: 0;
    color: #000000;
    margin-bottom: 5px;
}

/* --------------------------------------------------------- */
/* CONTENT */
/* --------------------------------------------------------- */
.contentBox {
    display: block;
    margin-top: 10px;
    min-height: 400px
}
.content {
    display: block;
    margin-left: 280px;
    padding: 18px;
}
.content-home {
    margin-left: 0px;
}

/* --------------------------------------------------------- */
/* STRUCTURE */
/* --------------------------------------------------------- */
h1 {
    display: block;
    font-size: 120%;
    margin: 0 0 15px 0;
    padding: 0;
    color: #949494;
}
h2 {
    font-size: 105%;
    padding: 0;
    margin: 0 0 10px 0;
    color: #555555;
}
h3 {
    font-size: 100%;
}

/* --------------------------------------------------------- */
/* TEXT */
/* --------------------------------------------------------- */
.italic {
    font-style:italic;
}
.bold, strong {
    font-weight:bold;
}
.content .text p,
.content p.text {
    margin-bottom: 15px;
    line-height: 1.7;
}
.text ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.text ul li {
    background: url(../img/red_dot.png) no-repeat;
    background-position: 0 6px;
    padding-left: 15px;
    margin-bottom: 5px;
}

/* --------------------------------------------------------- */
/* REFERENZEN */
/* --------------------------------------------------------- */
.ReferencesLogo{
    display: block;
    float: left;
    border: 1px solid #949494;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 75px;
    width: 75px;
}

.ReferencesLogo:hover {
    border: 1px solid #b83220;
}


/* form */

form .input label,
form .textarea label {
    display: block;
    float: left;
    width: 100px;
}
form .input input,
form .textarea textarea{
    width: 300px;
}
form .input {
    margin: 5px 0;
}

.referenceImage {
    float: right;
    margin: 0 0 10px 10px;
}