@charset "utf-8";
/* 
	CSS Document für Urban Trade . org
*/

* { border: none; padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; }

body { background: url(../img/background.jpg) top repeat-x fixed; } 

a:link, a:visited { text-decoration: none; color: #ff4b01; }
a:hover, a:active { text-decoration: underline; color: #ff4b01; }


/*
	Layout
*/

#wrapper { width: 1070px; margin: 5px auto 0px auto; }
#meta { }
#meta a { color: #fff; text-decoration: none; font-size: 12px; position: relative; top: -5px; }
#naviOben { width: 1070px; margin-bottom: 20px; }

#linkeSpalte { width: 215px; float: left; margin-right: 5px; }
#contentSpalte { width: 850px; float: left; }
#teaserVolleBreite { width: 850px; margin-bottom: 10px; }
#content { width: 595px; float: left; margin-bottom: 10px; margin-right: 5px; }
#rechteSpalte { width: 250px; float: left; }


/*
	Falls benötigt, Teaser-Klassen für Größe und Abstände
*/

.teaserLinks { width: 215px; margin-bottom: 10px; }
.teaserContent { width: 850px; margin-bottom: 10px; }
.teaserRechts { width: 255px; margin-bottom: 10px; }
