/* ====================== CSS-Definitions ====================== */
/* ======== global definitions ======== */
* {
        padding: 0em;
        margin: 0em;
}

html {
    font-family: arial, verdana, georgia, serif;
}

body {
        background: #fff url('/img/bgPattern.gif') repeat-x;
    font-size: 12px;
    color: #000000;
    /* overflow-x: hidden;
    overflow-y: scroll; */
}

p {
        padding-bottom: 10px;
}
p.teaser {
        color: #000000;
}
hr {
        height: 1px;
        border: none;
        border-top: 1px;
        margin-top: 13px;
        margin-bottom: 13px;
}
.clearBoth {
        clear: both;
}
.clear {
    clear: both;
}
button {
        border: 0px;
        background: none;
        cursor: pointer;
}
ul, li {
        list-style: none;
}
/******************* heading definitions ********************/
h1 {
        margin-top: 25px;
        font-size: 14px;
        color: #3a678e;
}
h2 {
        font-size: 12px;
        margin-bottom: 25px;
}
h3 {
        font-size: 16px;
        padding-bottom: 5px;
        color: #000;
}
h4 {
        font-size: 12px;
}


/******************* anchors and list definitions ********************/
a {
        font-weight: bold;
        color: #00305d;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a.active {

}
a#logoContainer {
        position: relative;
        display: block;
        width: 296px;
        height: 98px;
        left: 52px;
}
a#logoContainer:hover {
        text-decoration: none;
}
/******************* mainContainer definitions ********************/
div {
        position: relative;
}
div#mainContainer {
        width: 980px;
        margin: 0px auto 0px auto;
}
div#header div#logo {
        background: url('/img/majorsecurity.png') no-repeat;
        height: 157px;
}
div#header div#topNav {
        position: absolute;
        top: 119px;
        height: 30px;
}
div#header div#topNav ul {
        padding-left: 50px;
}
div#header div#topNav ul li {
        float :left;
        height: 30px;
        line-height: 32px;
        padding-right: 5px;
        padding-left: 5px;
        background: url('/img/topLiRightBg.gif') no-repeat right center;
}
div#topNav a {
        font-family: verdana;
        color: #fff;
        font-weight: bold;
}
/******************* leftContainer definitions ********************/


div#middle div#leftContainer {
        float: left;
        width: 735px;
}
div#middle div#topBox {
        width: 555px;
        height: 85px;
        padding-left: 170px;
        padding-top: 20px;
        background: url('/img/contentTopTextBg.gif') no-repeat;
}
div.content {
        padding-left: 5px;
}
div.content div.text {
        padding-left: 10px;
        padding-right: 10px;
}
div#bottom {
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
        background: url('/img/bottomNavBg.gif') repeat-x;
        padding-bottom: 40px;
}
div#bottom a {
        color: #000000;
}
div#copyright {
        padding-top: 25px;
        color: #000000;
}
/******************* rightContainer definitions ********************/
div#middle div#rightContainer {
        float: left;
        width: 227px;
        margin-top: 13px;
        padding: 0px 4px 15px 4px;
        border: 1px solid #FFFFFF;
}
div#middle div#rightContainer div.heading {
        font-family: verdana;
        padding-top: 10px;
        padding-bottom: 10px;
        background: url('/img/arrowBlueRight.gif') no-repeat 28px center;
        font-weight: bold;
        color: #1b507c;
        padding-left: 44px;
}
div#middle div#rightContainer ul li {
        font-size: 11px;        background: transparent url('/img/rightLiBg.gif') no-repeat scroll 0 0;

        display: block;
        height: 22px;
        line-height: 22px;
        margin-bottom: 2px;
        padding-left: 44px;
}
div#middle div#rightContainer a {
        font-family: verdana;
        color: #1f8ce9;
        font-weight: bold;
}
div.socialBookmarks ul {
        width: 112px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 47px;
}
div.socialBookmarks ul li {
        float: left;
        background: none !important;
        padding-left: 1px !important;
        padding-right: 2px !important;
}
 /* Zebrastreifen und Hovern */
  tr.zebrastreifen { background-color: #CCCCCC; color: black; }
  tr.zebras { background-color: #A6A6A6; color: black; }