/* --------------------------------------------------------------------------------------------------------------------------------------------------
HTML
-------------------------------------------------------------------------------------------------------------------------------------------------- */
body {background-image: url(../design/backg.png); font-family: sans-serif; font-size:14px;}

@media screen and (max-width: 60em) {
 body {
       font-size: 100%;
   }



   h1{
    font-size: 110%;
}}


a {color:#c20000; font-weight:bold;}
a:hover {color:#555;}
h2.page-title {border-bottom:3px solid #c42802;}
ul ul {color:#555;}
table {border:2px solid #CCC;}
table th {border:1px solid #CCC; border-bottom:2px solid #FC0;}
table td {border:1px solid #CCC;}
table tr.even td {background:#EEE;}
fieldset {border:1px solid #CCC;}
fieldset dt {color:#555;}
.input-text {border:1px solid #AAA;}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {background-color:#14395d; box-shadow: 2px 2px 5px black; background-image: url(../image/back.gif);}
#header #logo, #header #logo a {color:#fff;}
#header .header-button {color:#000;}
#footer {color:#fff;}
#footer #footer-button a {background-color:#3A3A3A; color:#000;}
#footer a {color:#fff;}
