﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,500,700,900);
/*
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700,900);
*/

/* WebKit/Blink Browsers */
::selection {
    background: #008000;
    color: White;
}
/* Gecko Browsers */
::-moz-selection {
    background: #008000;
    color: White;
}

/* 
    Overwrites 
    this section overwrites default CSS styles by custom page design
*/
/* input Buttons */
.Button {
    background-color: #1570a6;
    background-color: #137b9b;
}
    .Button:hover {
        background-color: #3b8edf;
        background-color: #1694b6;
    }


/* Basic */
pre, a, b, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, tr, th, address, body {
    /*font-family: Raleway,Verdana,Geneva,Arial,Helvetica,sans-serif;*/
    font-family: Muli,Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 200;
    color: #333333;
}

b {
    font-weight: 700;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 90%; /* the base font size to tell em's its average */
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
}
h3 {
    font-size: 1.0em;
    font-weight: bold;
    font-weight: bold;
}
h4 {
    font-size: 0.8em;
    font-weight: bold;
}
h5 {
    font-size: 0.6em;
    font-weight: bold;
}
h6 {
    font-size: 0.4em;
    font-weight: bold;
}

a {
    color: #008000; /* green */
    text-decoration: underline;
}
    a:hover {
        color: #000080; /* blue */
    }

/* bis do ane ok ************************************************************************************ */

/* Design */
#fullContainer {
    border-top: 1px solid;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color: #ffffff;
}

#baseContainer {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 970px;
    min-width: 100px;
    background-color: #ffffff;
}

/* Header */

#TopMenu {
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    text-align: right;
}

#TopLogoSubMenu {
    height: 60px;
    margin-top: 20px;
}

#topLogo {
    border: 0px;
    width: 280px;
    height: auto;
    display: block; /* prevent space at bottom to the div */
}

#Header {
    margin: 10px 0px 0px 0px;
}


#Content {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.contentLeft {
    width: 715px;
    background-color: #f0f0f0;
    background-color: #ffffff;
}

.contentRight {
    width: 240px;
    background-color: #e0e0e0;
    background-color: #ffffff;
}


/* Footer */
.footerContainer {
    padding: 0px;
    margin: 0px;
    background-color: #06322e;
}

.footerContent {
    padding: 30px 0px 30px 0px;
    margin: 0 auto;
    max-width: 970px;
    min-width: 100px;
    overflow: hidden;
}

h3.footerHeader {
    font-size: 1.4em;
    font-weight: 400;
    color: #ffffff;
}

.footerText {
    font-size: 1em;
    line-height: 1.6;
    color: #ffffff;
}

a.footerList {
    color: #ffffff;
    text-decoration: none;
}

ul.footerList {
    list-style-type: none;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    text-indent: 0px;
    cursor: pointer;
}

li.footerList {
    display: block;
    margin: 0px 0px 0px 0px;
    padding-left:8px;
    border-bottom: 1px solid #094d46;
    height: 34px;
    line-height: 34px;
}

    li.footerList:hover {
        display: block;
        margin: 0px 0px 0px 0px;
        background-color: #0e726d;
    }

.footerBottomNoteContainer {
    padding: 20px;
    margin: 0px;
    background-color: #052725;
}

.footerBottomNote {
    margin: 0 auto;
    max-width: 970px;
    min-width: 100px;
    overflow: hidden;
    font-size: 10pt;
    color: #ffffff;
}

/* Member login */
#loginSnipet {
    text-align: left;
}

/* Themes */
.html_Themes {
    width: 160px;
    width: 32%;
    width: 100%;
    height: 120px;
    border: 2px solid #A71571;
    float: left;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.html_Themes:hover {
    background-color:#e0e0e0;
}
.html_ThemeDetail {
    width: 100%;
    height: auto;
    border: 2px solid #A71571;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    xdisplay: none;
}

.contentOneCol {
    background-color: white;
}

textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.tbflat, .tbmust {
    background-color: #f0f0f0;
    border: 1px none #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 4px 4px 4px 0px;
}
.tbflat:focus, .tbmust:focus {
    background-color: #e6e6e6;
}

.taflat, .tamust {
    background-color: #f0f0f0;
    border: 1px none #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    padding-bottom: 0px;
    margin: 4px 4px 4px 0px;
}
.taflat:focus, .tamust:focus {
    background-color: #e6e6e6;
}

.tbmust, .tamust {
    border-bottom: 1px solid red;
}

/* buttons to choose a document or similar */

.bill_BtnSelection {
    min-width: 150px;
    height: 32px;
    background-color: #ffffff;
    margin: 2px;
    border: 1px solid #137b9b;
}
    .bill_BtnSelection:hover {
        background-color: #1694b6;
        color: #ffffff;
    }
/* END */

