/* 
===================================================================================
 BETTER RICH
 www.better-rich.com
 Start: 17.02.2010
 Letzte Aenderung: 17.02.2010
===================================================================================
*/

@import url("footer.css");

/* Farbschema 
----------------------------------------------------------------------------------- */

/*
Farbton (Element): #444444
farbton (Schrift): #000000
*/

/* Reset 
----------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* Global
----------------------------------------------------------------------------------- */

html * {
   font-size: 100.01%;
}

body {
   background: #444444;
   color: #000000;
   font-size: 83.33%;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
----------------------------------------------------------------------------------- */

a:focus {
    outline: none;
    text-decoration: underline;
}

/* Links 
----------------------------------------------------------------------------------- */



/* Layoutelemente (IDs)
----------------------------------------------------------------------------------- */

#container {
   margin: 0 auto;
   width: 1000px;
}

#logo {
   text-align: right;
   padding: 5px 15px 0 15px;
}

#content {

}



