@charset "utf-8";
/* CSS Document */

/*  Author:    GRAFIKBÜRO GARBE / Tobias Eric Garbe
    Copyright: (c) 2014 Tobias Eric Garbe. All rights reserved.
*/

/*
  >>> WEBFONTS ---------->
*/

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local('Arimo'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/wZLYhRRxZWGToTRP78bqJQ.woff) format('woff');
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local('Arimo Bold'), local('Arimo-Bold'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/UnXpojilM3XslYxUnWuVe_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/*
  >>> RESET ---------->
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*
  >>> COLUMNS ---------->
*/

ul.row-2-columns {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.row-2-columns li.row-2-column-1,
ul.row-2-columns li.row-2-column-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

ul.row-3-columns {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.row-3-columns li.row-3-column-1,
ul.row-3-columns li.row-3-column-3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
}

ul.row-3-columns li.row-3-column-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 34%;
}

ul.row-4-columns {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.row-4-columns li.row-4-column-1,
ul.row-4-columns li.row-4-column-2,
ul.row-4-columns li.row-4-column-3,
ul.row-4-columns li.row-4-column-4 {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}

div.hspace {
    padding: 0 10px 0 0;
}

/*
  >>> PAGE ---------->
*/

a {
    color: #00519e;
    text-decoration: none;
}

a:hover {
    color: #01abdf;
}

b, strong {
    font-weight: bold;
}

h1 {
    color: #00519e;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    color: #00519e;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    color: #00519e;
    font-size: 16px;
    font-weight: bold;
}

/*
* {
    background: transparent;
    font: 300 1em 'Arimo', sans-serif;
    line-height: 135%;
    margin: 0;
    padding: 0;
}
*/

html {
    font-size: 100.01%;
}

body {
    background: #e3e4e5;
    color: #111111;
}

div#page {
    background: #ffffff;
    font-family: 'Arimo', sans-serif;
    /*
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    */
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 25px;
    width: 930px;
}

div#page div#top {
    padding: 0 0 12px 0;
    text-align: right;
    width: 100%;
}

div#page div#top a {
    color: #111111;
    text-decoration: none;
}

div#page div#top a:hover {
    color: #00519e;
}

div#page div#top div.csc-default {
    display: inline;
}

div#page div#top div.tx-macinasearchbox-pi1 {
    display: inline;
    padding: 0 0 0 10px;
}

div#page div#top div.tx-macinasearchbox-pi1 form {
    display: inline;
}

div#page div#top div.tx-macinasearchbox-pi1 form input {
    background: #e3e4e5;
    border: none;
    padding: 2px 6px;
}

div#page div#top p {
    display: inline;
}

div#page div#header {
    height: 300px;
    width: 100%;
}

div#page div#header div#logo {
    position: relative;
    left: 0;
    top: -280px;
    z-index: 100;
}

div#page div#header div#headerimage {
    position: static;
    z-index: 10;
}

div#page div#nav {
    padding: 12px 0;
    width: 100%;
}

div#page div#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#page div#nav ul li {
    border-right: 1px solid #111111;
    float: left;
    padding: 0 20px;
}

div#page div#nav ul li:first-child {
    border-right: 1px solid #111111;
    float: left;
    padding: 0 20px 0 0;
}

div#page div#nav ul li a {
    color: #111111;
    text-decoration: none;
}

div#page div#nav ul li a:hover {
    color: #00519e;
}

div#page div#nav ul li a.act {
    color: #00519e;
    font-weight: bold;
}

div#page div#main {
    width: 100%;
}

div#page div#main div#sidebar {
    float: left;
    width: 170px;
}

div#page div#main div#sidebar ul.sublevel {
    background: #f1f3ed;
    list-style-type: none;
    padding: 5px 10px;
}

div#page div#main div#sidebar ul.sublevel li {
    padding: 0 0 5px 0;
}

div#page div#main div#sidebar ul.sublevel li a {
    color: #00519e;
    font-size: 14px;
    text-decoration: none;
}

div#page div#main div#sidebar ul.sublevel li ul {
    list-style-type: none;
}

div#page div#main div#sidebar ul.sublevel li ul li {
    padding: 0 0 5px 0;
}

div#page div#main div#sidebar ul.sublevel li ul li:first-child {
    padding: 5px 0;
}

div#page div#main div#sidebar ul.sublevel li ul li:last-child {
    padding: 0;
}

div#page div#main div#sidebar ul.sublevel li ul li a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

div#page div#main div#sidebar ul.sublevel li ul li a:hover {
    color: #00519e;
}

div#page div#main a.level2act,
div#page div#main a.level3act {
    font-weight: bold;
}

div#page div#main div#sidebar h1,
div#page div#main div#sidebar h2,
div#page div#main div#sidebar h3 {
    color: #ffffff;
}

div#page div#main div#sidebar div#c26 {
    background: #00519e;
    background: -moz-linear-gradient(top, #00519e 0%, #01abdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00519e), color-stop(100%, #01abdf));
    background: -webkit-linear-gradient(top, #00519e 0%, #01abdf 100%);
    background: -o-linear-gradient(top, #00519e 0%, #01abdf 100%);
    background: -ms-linear-gradient(top, #00519e 0%, #01abdf 100%);
    background: linear-gradient(to bottom, #00519e 0%, #01abdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00519e', endColorstr='#01abdf', GradientType=0);
    color: #ffffff;
    padding: 10px;
}

div#page div#main div#content {
    margin: 0 0 0 195px;
    width: 735px;
}

div#page div#main div#content div.csc-textpic-clear {
    clear: none;
}

div#page div#main div#content div.csc-textpic-text ul {
    margin: 0 0 0 15px;
}

div#page div#main div#content label {
    float: left;
    margin: 0 0 4px 0;
    width: 100px;
}

div#page div#main div#content input,
div#page div#main div#content textarea {
    background: #f1f3ed;
    border: 1px solid #f1f3ed;
    padding: 2px;
    margin: 0 0 4px 0;
    width: 300px;
}

div#page div#main div#content input.csc-mailform-submit {
    background: #00519e;
    border: 1px solid #00519e;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 10px;
    margin: 0 0 0 100px;
    width: auto;
}

div#page div#footer {
    border-top: 10px solid #e3e4e5;
    padding: 12px 0;
    width: 100%;
}

/*
  >>> CLEARER / CLEARFIX ---------->
*/

.clearer {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/*
html[xmlns] .clearfix {
  display: block;
}
*/

* html .clearfix {
    height: 1%;
}
