/* General declarations */ * { color: #dec490; font-style: italic; } body { background-color: #353447; margin-top: 30px; } img { border: 0; } 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; }