* {
    font-family: Arial;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #bdc3c7;
}


div.inner-content {
    max-width: 1000px;
    margin-right: 20px;
    margin-left: 20px;
}

@media screen and (min-width: 1040px) {

    div.inner-content {
        margin-right: auto;
        margin-left: auto;
    }

}

div#header, div#footer {
    background-color: #2980b9;
}

div#footer div.text {
	vertical-align: middle;
	display: inline-block;
}

div#footer div.inner-content {
	vertical-align: middle;
}

div#footer div.text, div#header div.text {
    color: #ffffff;
    padding: 15px;
}

div#header div.text {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}

div.normal-page {
    background-color: #ecf0f1;
    padding: 15px;
}

div.padder {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.padder:first-child {
    padding: 10px;
}

div#title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

div#quickinfo {
    font-size: 17px;
    margin-bottom: 15px;
}

div.dualinfo {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
	margin-bottom: 15px;
}

div.dualinfo div.dual-large {
    width: 65%;
}

div.dualinfo div.dual-small {
    width: calc(35% - 15px);
}

div.dualinfo div.dual-large2 {
    width: 60%;
}

div.dualinfo div.dual-small2 {
    width: calc(40% - 15px);
}

div.dualinfo div.dual-half {
    width: calc(50% - 7.5px);
}

div.dualinfo > div.panel {
    margin-bottom: 0px;
}

img.logo {
    margin: 25px;
    height: 256px;
    display: inline-block;
}

iframe {
    border: none;
}

div.centerer {
	text-align: center;
}

div.button {
    background-color: #2980b9;
    color: #ecf0f1;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

div.button:hover {
    background-color: #3498db;
}

div.panel div.text.centralized {
    text-align: center;
}

a.intext {
    color: #00F;
}

a.elipzer-link:hover {
	color: #0F0;
}

a.intext:hover, a.elipzer-link:hover {
    text-decoration: underline;
}

img.elipzer-logo {
	height: 32px;
	padding: 15px;
	vertical-align: middle;
}

a.ad {
	display: block;
	text-align: center;
}

a.ad:last-child {
	margin-bottom: 20px;
}

a.ad img {
	display: inline-block;
	max-width: 200px;
	max-height: 90px;
	margin: 15px;
}

a.ad img.l {
	max-height: 110px;
}