
/* -------------------------------------------------------
FILE:          STYLES.CSS
AUTHOR:        Sebastian Schwaner
COPYRIGHT:     (C) 2008 by smallit.de
---------------------------------------------------------- */

body { background-color:#222; font-family:'Verdana',sans-serif; font-size:10px; color:white; }
img { border:none; }
a:link, a:active, a:visited { color:white; text-decoration:none; }
a:hover { font-weight:bold; text-decoration:underline; }

.top { margin:auto; margin-top:200px; width:600px; border-bottom:1px dotted #666; text-align:right; }
.navi { float:left; width:100px; height:120px; }
.content { float:left; margin-left:40px; width:460px; height:120px; background:url('images/background.jpg') no-repeat; }
.content a:link { text-decoration:underline; }
.content a:hover { font-weight:normal; }
.footer { margin:auto; width:600px; border-top:1px dotted #666; padding-top:10px; }