@import url(menu.css);
@import url(content.css);
@import url(form.css);
@import url(content_fce.css);
@import url(custom_jquery.css);


body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #0b94dc;
}
img {
    border: none;
}
.clearFloat {
    clear: both;
}
.hidden {
    display: none;
}

.opacity_90 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape/FireFox */
    -moz-opacity: 0.9;
    /* aktuelle Browser */
    opacity: 0.9;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

.spacingWrapTop {
    margin-top: 2em;
}
.spacingWrapBottom {
    margin-bottom: 2em;
}
.spacingWrapLeft {
    margin-left: 2em;
}
.spacingWrapRight {
    margin-right: 2em;
}

.breakLineTop {
    border-top: 1px solid #9c9c9c;
    padding: 1em 0 0 0;
}
.breakLineBottom {
    border-bottom: 1px solid #9c9c9c;
    padding: 0 0 1em 0;
}


#main {
    width: 972px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}


/* Header - Settings */
#header {}

#headerWrapper {
    background: #255794;
    color: #ffffff;
    padding: 5px 0;
}

#homeLink {
	background-color: #FFF;
}

#dateAdvice {
    font-size: 16px;
    padding-left: 1.5em;
}
#searchForm {
    width: 336px;
}

#categorieNav {
    overflow: visible;
    display: block;
    background: #33a7e4;
}


/* Content - Settings */
#content {
    margin: 1.5em 0;
}


/* Footer - Settings */
#footer {}

#footerAds {
    margin: 5px 0 10px 0;
    padding: 0;
    text-align: center;
}
#footerNaviItems {
    border-top: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
#footerNaviItems .floatRight.footerNav li:last-child {
    padding: 0;
}
