body,
html {
        margin: 0px;
        padding: 0px;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
}

select#language {
 	margin-right: 0px;
}

div#container {
        margin-left: auto;
        margin-right: auto;
        width: 832px;

        text-align: left;
        background: #ffffff;

        overflow:hidden;
}

img#logo {
    float: left;
    border: none;
}

img#special {
    float: left;
    border: none;
}

div#intro {
    clear: both;
    /* Mozilla has a rather ugly default of borders around any-link-img */
    border-style: none;
    position: relative;
}

div#menu {
    width: 830px;
    float: left;
    text-align: right;
    
    font-size: 14px;
    color: #434143;
    display: table;
}

div#menu > div {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
}

div#main {
    float: left;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 20px;
    padding-right: 20px;

    line-height: 20px;
    color: #434143;
    text-align: justify;
}

div.multicolumn {
    /* just to expand it to the height of all childs, ... :-/ */
    /* atlernatively via ::after ... */
    float: left;
    width: 100%;
}

div.column1 {
    width: 48%;
    padding-right: 2%;
    float: left;
}

div.column2 {
    width: 48%;
    padding-left: 2%;
    float: left;
}

td#box {
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;

    white-space: normal;
    color: #498adf;
}

h1 {
    font-weight: normal;
    color: black;
    font-size: 20px;
    clear: both;
    text-align: center;
}

h2 {
    font-weight: normal;
    color: black;
    font-size: 18px;
    clear: both;
}

h3 {
    font-weight: normal;
    color: black;
    font-size: 16px;
}

li {
 list-style-type: disc;
}

li::-moz-list-bullet {
 color: #498adf;
}
li::marker {
 color: #498adf;
}

a {
        text-decoration: none;
        color: #498adf;
}

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

div#footer {
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    clear: both;
    
    color: #838183;
}

div#footer_links {
    top: -28px;
    margin-bottom: 10px;
    position: relative;
    width:290px;
}

.xRoundButton {
    display: inline-block;
    color: white;
    background-color: orange;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 4px;
    border: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-family: inherit;
}
.xRoundButton a {
    color: white;
    font-size: inherit;
}

.xRoundButton img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.xRoundButton:hover {
    opacity: 0.8;
}
.xRoundButton:active {
    opacity: 0.9;
}

/* Mobile optimizations, sigh */
@media only screen and (max-device-width: 480px) {
    body,
    html {
        font-size: 14px;
    }

    div#container {
	width: 100%;
    }

    div#menu {
        width: 100%;
    }

    div.multicolumn {
	float: none;
    }

    div.column1 {
	width: 100%;
	padding-right: 0;
    }

    div.column2 {
	width: 100%;
	padding-left: 0;
    }
}
