/*!
 * theme.css, Layout/Design: screengrafixx.de
 *
 * Featuring OOCSS (c) by N. Sullivan & excerpts from
 * "Highkey CSS" (c) WebMechanic.biz, some rights reserved.
 * Code licensed under CC BY-SA 3.0-de http://creativecommons.org/licenses/by-sa/3.0/deed.de
 */
 
html {	margin:0;
	padding:0;}

body {
	background:url(bg.gif) repeat-x scroll 0 0 #8c0017;
	font-family:Arial,Helvetica,Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
}

/* =headlines und optische Klone */
h1,.H1	,
h2,.H2	,
h3,.H3	{ margin:0; font-family:BebasNeueRegular,Arial,Helvetica,sans-serif; font-weight:normal; color:#cc0033;}
h1,.H1	{ font-size:400%; line-height:1;letter-spacing: 0.35px; }
h2,.H2 	{ font-size:200%; line-height:1; letter-spacing: 0.35px; color:black;}
h3,.H3 	{ font-size:150%; line-height:1; letter-spacing: 0.35px;}


/* fix fuer non-webfont fallback; groesse, laufweite (OP9,FF2) */
.no-fontface h1, .no-fontface .H1,
.no-fontface h2, .no-fontface .H2,
.no-fontface h3, .no-fontface .H3 {
	text-transform: uppercase;
	font-family:Arial,Helvetica,sans-serif;
}
.no-fontface h1, .no-fontface .H1 { font-size:160%; }
.no-fontface h2, .no-fontface .H2 { font-size:136%; }
.no-fontface h3, .no-fontface .H3 { font-size:114%; }

