HTML, BODY { padding: 0; margin: 0; background: #fff; line-height: 14px; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Tahoma, Arial, Helvetica, sans-serif; color: #d2d2d2; font-size: 18px; }

ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
	display: block;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('font/yanonekaffeesatz-regular-webfont.eot');
    src: url('font/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('font/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('font/yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SteelfishRegular';
    src: url('font/steelfish_rg-webfont.eot');
    src: url('font/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/steelfish_rg-webfont.woff') format('woff'),
         url('font/steelfish_rg-webfont.ttf') format('truetype'),
         url('font/steelfish_rg-webfont.svg#SteelfishRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

TEXTAREA { overflow: auto; }

H1, H2, H3, H4, H5, H6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	line-height: normal !important;
}

H1 { margin: 0; font-size: 60px; color: #fff; text-transform: uppercase; font-family: 'SteelfishRegular'; text-shadow: 0 5px 0 rgba(0,0,0, 0.3); }
H2 { margin: 0; font-size: 25px; color: #747474; font-family: 'YanoneKaffeesatzRegular'; text-shadow: 1px 0 1px #000; }
H3 { font-size: 22px; color: #9f9f9f; font-family: 'YanoneKaffeesatzRegular'; text-shadow: 1px 0 1px #000; }
H4 { font-size: 20px; }
H5 { font-size: 18px; }
H6 { font-size: 12px; }

IMG { border: 0; }

A { color: #d71920; text-decoration: underline; }
A SPAN { cursor: pointer; }
A:hover { color: #ef434a; text-decoration: underline; }

P { padding: 0; margin: 1em 0 0 0; }
P.img-right { float: right; clear: both; margin: 1em 0 1em 1em; text-align: right; }

FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.bold { font-weight: bold; }
.f-left { float: left; }
.f-right { float: right; }
.block { display: block; }

.type02 { font-family: Tahoma, Geneva, sans-serif; font-size: 13px; }

.w100p { width: 100%; }
.w66p { width: 60%; }
.w50p { width: 50%; }
.w33p { width: 33%; }


.clear { overflow: hidden; clear: both; }
* HTML .clear { overflow: visible; height: 1px; }

.req, .error, .red { color: #d71920; }

/* Mozilla recovery */

*:focus { outline: none; }
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }

/* Selection */

::selection { background: #d71920; color:#fff; }
::-moz-selection {	background: #d71920; color:#fff; }
::-webkit-selection { background: #d71920; color:#fff; }
