@media all
{

* { margin: 0; padding: 0; font-size: 100%; border: 0; } 
	

html { height: 101% } 
	
body {
        font-size: 100.01%; 
        position: relative; 
        width: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
        word-spacing: normal;
        letter-spacing: normal;
	background-color: #666;
	color: #222;
        padding: 40px;
        background-image:url(mauserlogo_150.gif)
}

#page { width: 800px; height: auto; text-align: left; margin: 0 auto; }

#header { padding: 20px; background-color: #fff; opacity:0.7; filter:alpha(opacity=70); height: 150px;}

#main {	min-height: 100%; margin-bottom: 10px; padding: 0; clear:both; width: auto; height:auto; }

#navi { width: 200px; border-top: 1px solid #666; background-color: #fff; opacity:0.7; filter:alpha(opacity=70); float: left; }

#content { margin: 0; padding: 20px; background-color: #fff; border-top: 1px solid #000; border-left: 1px solid #666; line-height: 1.5em;  width: 559px; float: right; }

#logos { width: 200px; vertical-align:bottom; padding-left: 20px; padding-bottom: 20px; background-color: #fff; opacity:0.7; filter:alpha(opacity=70); }

#footer { padding-top: 5px; text-align:right; clear:both; }

.navibutton {
        background-color: #fff;
        border-bottom: 1px solid #666;
        padding: 8px 0px 8px 20px;
        font-weight: bold;
        }

h1 {
        font-size: 2.2em;
}

h2 {
        font-size: 1.8em;
        line-height: 1.2em;
}

h3 {
        font-size: 1.2em;
        font-weight:normal;
}

p {
        margin-bottom: 8px;
}
      
.small {
        font-size: 0.8em;
}

a:link { color:#000; text-decoration:none; outline:none; font-weight:bold; }
a:visited { color:#000; text-decoration:none; outline:none; font-weight:bold; }
a:hover, a:visited:hover { color:#000; text-decoration:underline; outline:none; }
a:active, a:visited:active { color:#f00; text-decoration:none; outline:none;}
a:focus, a:visited:focus { color:#000; text-decoration:none; outline:none; }


td, tr { margin: 0; padding: 0; vertical-align: top; border: 0;}

fieldset { margin-bottom: 1.8em; }
legend { font-weight: bold; }
input, select, textarea {border: 1px solid #666; padding: 2px; margin-right: 1em; }


}
