/* =====================================
   CSD 1.0 - Global Style
   Copyright 2016 by serano-media.de 
===================================== */


html		{ background:#403f3e; }
body		{ background:#403f3e; font-family:"Sans-serif", Arial,Verdana,Sans-serif; font-size:17px; color:#fff; margin:0px; }
#wrap		{ width:100%; max-width:1280px; margin:0 auto; }
#content	{ width:100%; background:#2b2a29; padding:5% 30px; }
img		{ width:100%; height:auto; border:0; }

h1	{ font-size:1.6em; font-weight:normal; }
h2	{ font-size:1.2em; font-weight:normal; }
h3	{ font-size:1.1em; font-weight:normal;}

a	{ color:#fff; text-decoration:none; }
a:hover	{ color:#ddd; text-decoration:underline; }

#footer		{ background:#1b1b1a; width:100%; max-width:1280px; margin:0 auto; }
#footerL	{ width:50%; float:left; }
#footerR	{ width:50%; float:right; }
#footer p	{ margin:0px; padding:20px; }
#footerL p	{ text-align:right; }
#footerR p	{ text-align:left; }

.clearer	{ clear:both; }