﻿@charset "UTF-8";

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, small { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #ffffff; margin: 0 0 30px 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a, input, select, textarea { outline: none; } /* Removes Firefox imposed outline */

/* global */
.column { float:left; margin-right: 15px; }
.w1 { width: 160px; }
.w2 { width: 335px; }
.w3 { width: 510px; }
.w4 { width: 685px; }
.w5 { width: 860px; }
.w6 { width: 1035px; }
.wrapper { display: inline-block; } /* Clearing floats without extra markup  */
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


/* Typography */
@font-face { font-family: Raleway; src: url('../type/Raleway/raleway_thin.eot'); }
/* dann für alle anderen Browser */
@font-face { font-family: Raleway; src: url('../type/Raleway/raleway_thin.ttf') format('truetype'); }


body { font-size: 11px; line-height: 15px; }
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.125em; } /* Default fonts and colors. */
h1,h2,h3,h4,h5,h6 { font-size: 1em; font-weight: normal; }
h1 { font-size: 68px; line-height: 90px; letter-spacing: 0em;  }
h2 { font-size: 14px; line-height: 15px; letter-spacing: 0.2em; }
ul, ol { list-style: none; }
ul, li {list-style-type:none;}


/* Links */
a { color: #000000; font-weight: normal; text-decoration: none; border-bottom: 1px solid #999999; }
a:hover { color: #009cff; }
a[href^='http://'], a.extern { }


/* Structure */
#top { height: 90px; padding: 30px; }
#content { padding: 30px; }
#content h1 { float: left; margin-right: 15px; }
.flag { float: right; height: 60px; padding: 30px 30px 0 15px; font-size: 11px; line-height: 14px; letter-spacing: 0.125em;  }
.thumbs { visibility: hidden; }
.block { clear: both;  }

