body {
	background: url('images/background.png');
    font-family: Arial;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

a, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

#main {
	margin: 0 auto;
    padding: 10px;
	width: 940px;
}

.shadow {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5)); /* For Opera 11.1 to 12.0 */
    -moz-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5)); /* For Firefox 3.6 to 15 */
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5)); /* Standard syntax */
}

.gradient {
    background: -webkit-linear-gradient(#5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(#5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(#5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    border: 1px solid #3600ca;
}

.gradientReversed {
    background: -webkit-linear-gradient(to top,#5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(to top, #5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(to top, #5400e5, #6897c6); /* For Safari 5.1 to 6.0 */
    border: 1px solid #3600ca;
}

.titlePane {
    width: 465px;
    height: 525px;
    padding: 10px;
    color: #000;
    box-sizing: border-box;
    position: relative;
}
    .titlePane .logo {
        width: 200px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .titlePane ul {
        font-weight: normal;
        margin: 0 0 13px 10px;
        padding: 0;
        list-style-position: inside;
        list-style-type: square;
        font-size: 14px;
        color: #fff;
    }
    .titlePane li {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .titlePane h1 {
        margin: 0;
        color: #f7dd00;
        font-size: 18px;
        text-decoration: underline;
    }

    .titlePane #building {
        background: url('images/building2020.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 445px;
        height: 225px;
        position: relative;
    }

    .titlePane #graph {
        background: url('images/graph2020.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 445px;
        height: 382px;
        position: relative;
        margin-top: -1px;
    }

        #revenueBox {
            width: 150px;
            padding: 2px;
            position: absolute;
            top: 10px;
            left: 45px;
        }
            #revenueBox h1 {
                text-align: center;
                font-size: 15px;
                color: #fff;
                margin-bottom: 5px;
            }
            #revenueBox table {
                width: 100%;
                font-size: 14px;
            }
            #revenueBox td:last-of-type {
                text-align: right;
            }

            #revenueHistory tr:first-of-type {
                height: 20px;
            }

    .titlePane.right {
        float: right;
        padding-top: 10px;
        padding-left: 15px;
    }

#content {
    width: 940px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}
    #content .contentItem {
        width: 119px;
        font-size: 15px;
        margin: 0 5px;
        text-align: center;
        display: inline-block;
    }
        #content .contentItem img {
            margin-top: 5px;
            width: 100%;
        }
    .first {
        margin-right: 15px;
    }
    .last {
        margin-left: 15px;
    }

    #content #line {
        color: #000;
        font-weight: bold;
        font-size: 17px;
        margin-top: 3px;
    }
        #content #line span {
            color: #f7dd00;
            margin: 0 4px;
        }

#buttonContainer {
    position: absolute;
    right: 10px;
    top: 20px;
}
.contactButton {
    text-align: center;
	background: -webkit-linear-gradient(#6793ca, #2b01b4); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#6793ca, #2b01b4); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#6793ca, #2b01b4); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#6793ca, #2b01b4); /* Standard syntax */
    padding: 10px 0;
    font-size: 70%;
    width: 100px;
    margin: 0px 5px;
    display: block;
    color: #000 !important;
}
    .contactButton:first-of-type {
        margin-bottom: 10px;
    }

    .contactButton:hover {
        -webkit-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        -o-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        -moz-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        color: #fff !important;
    }

    .contactButton.yellow {
        background: -webkit-linear-gradient(#f7dd00, #e0c900); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#f7dd00, #e0c900); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#f7dd00, #e0c900); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#f7dd00, #e0c900); /* Standard syntax */
    }

    .contactButton.red {
        background: -webkit-linear-gradient(#e76c6c, #eb0505); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#e76c6c, #eb0505); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#e76c6c, #eb0505); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#e76c6c, #eb0505); /* Standard syntax */
    }

#germanyBadge {
    background: url('images/germany.png');
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    right: 15px;
    top: 120px;
    width: 100px;
    height: 100px;
}

/** SENDMAIL **/
.sendmail {
    font-size: 0.7em;
    color: #000;
    background: #fff;
    padding: 20px !important;
}

form {
    font-weight: normal;
}

div .spacer {
    height: 5px;
    clear: both;
}

label {
    width: 200px;
    display: block;
    float: left;
    font-weight: bold;
}

input {
    width: 340px;
}

.input {
    display: block;
    float: right;
}

.input span {
    margin: 0 5px;
    color: #f00;
}

.check {
    width: 15px;
    margin: 3px 3px 3px 20px;
}

#seeking {
    font-size: 0.9em;
    font-weight: normal;
    width: 367px;
    float: right;
    margin: -10px 0 5px 0;
}

.login_err {
    margin: 0px auto 20px auto;
    padding: 5px;
    background: #ea9f9f;
    border: 2px solid #ab5b5b;
    font-weight: normal;
}

#submitButton {
    background: -webkit-linear-gradient(#6793ca, #2b01b4); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#6793ca, #2b01b4); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#6793ca, #2b01b4); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#6793ca, #2b01b4); /* Standard syntax */
    width: 102px;
    border: 0;
    padding: 10px 0;
    margin: 15px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    float: left;
}
    #submitButton:hover {
        color: #fff;
        -webkit-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));   
        -o-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        -moz-filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
        filter: drop-shadow(0 2px 2px rgba(40, 40, 40, 0.5));
    }