﻿/* DEFAULTS
----------------------------------------------------------*/

@font-face {
    font-family: 'futuracondensed_medium';
    src: url('futura-condensedmedium-webfont.eot');
    src: url('futura-condensedmedium-webfont.eot?#iefix') format('embedded-opentype'), url('futura-condensedmedium-webfont.woff') format('woff'), url('futura-condensedmedium-webfont.ttf') format('truetype'), url('futura-condensedmedium-webfont.svg#futuracondensed_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*background: #FFFFEE;
    background: rgb(242,246,248);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 44%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(44%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 44%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 44%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 44%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 44%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 );*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 63%, #e5e5e5 63%, #c4c4c4 81%, #939393 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(63%,#e5e5e5), color-stop(63%,#e5e5e5), color-stop(81%,#c4c4c4), color-stop(96%,#939393)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 63%,#e5e5e5 63%,#c4c4c4 81%,#939393 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 63%,#e5e5e5 63%,#c4c4c4 81%,#939393 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 63%,#e5e5e5 63%,#c4c4c4 81%,#939393 96%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 63%,#e5e5e5 63%,#c4c4c4 81%,#939393 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
    background-size: 100%;
    background-position: bottom;
    font-size: .80em;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    line-height: 1.6;
}


a img {
    border-width: 0px;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr {
    background-color: #DFDFDF; /* Farbe für Opera und Firefox */
    color: #DFDFDF; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

h1 {
    line-height: 1.4em;
    font-size: 1.4em;
    color: #3b4766;
}

h2 {
    line-height: 1.4em;
    font-size: 1.3em;
    color: #3b4766;
}

table {
    border-color: #DFDFDF;
}

td {
    border-color: #DFDFDF;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    overflow: hidden;
    background-color: #fff;
    margin: 125px auto 125px auto;
    border: 1px solid #EEEEEE;
    min-height: 10px;
	padding:10px;
	
}

.pageHeader {
    background-color: #FFF;
    position: fixed;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 300;
    text-align: center;
    display: table-cell;
    border-color: rgb(16,140,199);
    border-bottom-style: solid;
    border-bottom-width: 8px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
}

.logoArea {
    margin: 0 auto;
    width: 960px;
    height: 60px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    text-align: right;
}

.logoArea img {
    height: 100px;
}


#banner {
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #8C3310;
    overflow: hidden;
    position: relative;
    width: 960px;
	height:auto;
    max-height: 334px;
}

.staticBannerImage
{
    display: none;
    visibility: hidden;
    height: 0px;
}

#banner img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    width: 960px;
    height: 334px;
}


/* Main-Layout, left,right,main -> wichtige Reihenfolge in index.php
-------------------------------------------------------------------*/
.infoBox {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    width: 207px;
    float: left;
    color: #000000;
    overflow: hidden;
}

.infoBox a {
    color: #444444;
    text-decoration: none;
}

.infoBox a:hover {
    color: #feb800;
}

.infoBoxMenuItem {
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
    width: 200px;
    margin-left: -8px;
    background-color: #DDDDDD;
    color: #fff;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 0px;
    border-bottom-width: 1px;
    font-weight: bold;
    text-decoration: none;
    background-image: url('style_box_background.png');
}

.infoBoxMenuItem:hover {
    padding: 10px 15px;
    background-color: #535353;
    color: #feb800;
    border-style: solid;
    border-color: #535353;
    border-width: 0px;
    border-bottom-width: 1px;
    background-image: url('style_btn_background.png');
}

.infoBoxTitle {
    padding: 7px 0px 7px 8px;
    margin: 0px 0px 8px 0px;

    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #CCC;
    border-style: solid;
    background-color: #FFF;
    /*background-image:url('style_box_background.png');*/
    color: #3b4766;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}


.rightCol {
    padding: 6px 8px 0px 0px;
    margin: 12px 0px 8px 8px;
    width: 200px;
    min-height: 200px;
    float: right;
}


.main {
    padding: 12px 12px;
    padding-right: 25px;
    margin: 25px;
    margin-bottom: 65px;
    margin-right: 25px;
	margin-left: 25px;
    min-height: 420px;
    background-color: transparent;
    color: #181818;
    text-align: left;
}

.main img {
}


/* Footer
----------------------------------------------------------*/
.footer {
    position: fixed;
    bottom: 0px;
	padding-top:7px;
    height: 30px;
    width: 100%;
    color: #787878;
    text-align: center;
    border-top: 7px rgb(16,140,199) solid;
    z-index: 999;

    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #eaeaea 0%, #ffffff 23%, #ffffff 74%, #eaeaea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eaeaea), color-stop(23%,#ffffff), color-stop(74%,#ffffff), color-stop(99%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #eaeaea 0%,#ffffff 23%,#ffffff 74%,#eaeaea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #eaeaea 0%,#ffffff 23%,#ffffff 74%,#eaeaea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #eaeaea 0%,#ffffff 23%,#ffffff 74%,#eaeaea 99%); /* IE10+ */
    background: linear-gradient(135deg, #eaeaea 0%,#ffffff 23%,#ffffff 74%,#eaeaea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer a {
    text-decoration: none;
    color: #787878;
}

.footer a:hover {
    color: #282828;
    padding-top: 2px;
    text-decoration: underline;
}

.copyright {
    color: #999999;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #DFDFDF;
    font-size: 10px;
    width: 960px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
