
/* General declarations */

* {
    color: #dec490;
    font-style: italic;
}

html {
    background: #353447;
}

body {
    margin-top: 30px;
}

div#main {
    width: 900px;
    text-align: left;
}

p {
    margin: 10px 0px;
}

img {
    border: 0;
}

hr {
    margin: 10px 0px;
}

input {
    color: #000;
    margin: 3px;
}

form {
    padding: 0;
    margin: 0;
    border: 0;
}

.container {
   position: relative;
   height: 50px;
}

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
}

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
}

/* Declarations of the language selector page. */

.monda-logo {
    margin-bottom: 50px;
}

.language-selector-image {
    padding: 5px;
    background-color: #353447;
}

.language-selector {
    padding: 3px;
}

.language-selector-outline {
    background-color: #504c37;
}

.language-selector-separator {
    width: 50px;
}

/* Declarations of the main page. */

.menuitem {
    padding: 10px 30px;
}

