body {
    font-size: 12px;
    background-color: #1e1e1e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #fff;
    background-image: url(../images/site_background.jpg);
    background-attachment: fixed;
    overflow-y: scroll;
}

/* Formatierung der Standartcontainer */

#float_left, .float_left {
    float: left;
}

#float_right, .float_right {
    float: right;
}

#clear_both, .clear_both {
    clear: both;
}

#clear_left, .clear_left {
    clear: left;
}

#clear_right, .clear_right {
    clear: right;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.fixed {
    position: fixed;
}

.strike {
    text-decoration: line-through;
}

/* Formatierung der Standarttags */

img {
    border: 0;
}

a:link, a:visited {
    color: #0080FF;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    border: 0;
    background-color: #1e1e1e;
}

h1, h2, h3, h4 {
    margin: 0;
}

button {
    padding: 4px;
}

/* Formatierung des Layouts */

#page {
    width: 100%;
}

#page_header {
    background-image: url(../images/site_header.png);
    background-repeat: repeat-x;
    background-position: 0 -110px;
    width: 100%;
    position: fixed;
    top: 0;
    height: 190px;
    z-index: 50;
}

#page_header_content {
    width: 960px;
    height: 150px;
    margin: auto;
}

#page_header_banner {
    height: 105px;
    margin-bottom: 3px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#page_header_banner img {
    width: 962px;
}

#page_menu {
}

#page_menu_content {
    width: 960px;
    height: 45px;
    /*background-image:url(../../images/layout/default/menue_background.png);
    background-repeat:no-repeat;*/
    background-color: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d, #1e1e1e);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#1e1e1e));
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    margin: auto;
}

#page_content {
    margin-top: 170px;
}

#page_content_content {
    width: 960px;
    margin: auto;
    padding-bottom: 50px;
}

#page_content_container {
}

#page_footer {
    background-image: url(../images/site_footer.png);
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
}

#page_footer_content {
    width: 960px;
    height: 30px;
    /*background-image:url(../../images/layout/default/menue_background.png);
    background-repeat:no-repeat;*/
    background-color: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d, #1e1e1e);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#1e1e1e));
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    margin: auto;
}

/* Formatierung der JQuery Icons */

ul#icons {
    margin: 0;
    padding: 0;
}

ul#icons li {
    margin: 0 2px;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

ul#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}

/* Formatierung der Funktionen des Breadcrumb */

#page_content_breadcrumb {
    width: 960px;
    margin: auto;
}

#breadcrumb {
    margin: 0 0 2em 0;
    padding: 0;
    height: 1.5em;
    border-bottom: 1px solid #aaa;
}

#breadcrumb li {
    list-style-type: none;
    padding-left: 10px;
    float: left;
}

#breadcrumb a {
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
}

div.breadcrumb_seperator {
    border-color: transparent transparent transparent #0080ff;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    float: right;
    margin-top: 2px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
        background-color: #000090;
    }
    *{
        background-image: none !important;
    }
    body{
        background-color: transparent;
    }
}