/**
 * Stylesheet for <motori lorenzo>
 * @author	karen <renee@codedor.be>
 * @media	screen, projection
 */

 
* { margin: 0;}
html, body { height: 100%; }

/* text */
p{ font-size: 12px; margin: 0 0 15px 0; line-height: 1.5em; color:#76923c;}
strong{font-weight: bold;}

 /* Clearfix */
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* link color */
a { color: #76923c; text-decoration: underline }
a:link { color: #76923c; }
a:visited { color: #76923c; }
a:hover { color: #76923c; text-decoration: none; }
a:active, a:focus { color: #76923c; }


/**
 * = WRAPPER
 * ----------------------------------------------------------
 */
#wrapper{ position:relative; width:100%; margin:0; padding:0;}

#site{ position:relative; width:960px; margin: 0 auto 0 auto;}
#afbeelding{ position:relative; width:480px; margin: 30px 0 0 0; padding:0; float:left;}
#tekst{ position:relative; width:430px; margin: 30px 0 0 0; padding:0 0 0 30px; float:left;}