html { background-color: #763500; color: #fed06d; }
body { margin: 0; padding: 0; font: normal small/1.3 Arial, "Arial CE", Helvetica, Geneva, sans-serif; }
* html body { font-size: x-small; }

.hidden { display: none; }
.stop-float { float: none; clear: both; font-size: 1px; height: 1px; overflow: hidden; }

/* header */
#header { background: url('/img/top_bg.gif') repeat-x 50% 0; }
#header h1 { height: 325px; background: url('/img/top_logo.gif') no-repeat 50% 0; margin: 0; padding: 0; }
#header h1 span { display: none; }

/* languages */
/*#languages { position: absolute; top: 0; right: 0; color: #fff; }*/

/* main menu */
#main-menu { display: none; }

#index_left { width: 49%; float: left; text-align: right; }
#index_right { width: 49%; float: right; text-align: left; }
#index_left #index_left-in { width: 20em; margin: 0 0 0 auto; }
#index_right #index_right-in { width: 20em; margin: 0 auto 0 0; }
#index_left #index_left-in div { height: 28em; padding: 0; margin: 0; }
#index_right #index_right-in div { height: 28em; padding: 0; margin: 0; }

#index_left a, #index_right a { font-size: 130%; font-weight: bold; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1 { font-size: 200%; padding: 1.5em 0 0 0; margin: 0; }

a { display: block; background: url('/img/ornament.gif') no-repeat 50% 100%; padding-bottom: 20px; text-align: center; }
a:link, a:visited, a:active { text-decoration: none; color: #fed06d; }
a:hover { text-decoration: underline; color: #fed06d; }
