@CHARSET "UTF-8";
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

body {
    background: url("./../images/bg.jpg") repeat-x #fff;
    color: #424242;
    font-family: Arial, sans-serif;
    font-size: 100.1%;
    line-height: 1.5em;
    
}
a {
    color: #424242;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3 {
    font-family: Trebuchet MS, serif;
    font-size: 200%;
    padding: 1em 0 0.25em 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #424242;
}
h1 {
	border-bottom: 0;
	margin-bottom: 15px;
}
h2 {
    font-size: 150%;
}
p {
    padding-bottom: 0.5em;
}
p.center {
    text-align: center;
}
#page {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
label {
    display: block;
}
input, textarea {
    display: block;
    margin-left: 20px;
    width: 250px;
    padding: 3px;
    font-family: Trebuchet MS, serif;
    margin-bottom: 1em;
    border: 1px solid #cfcfcf;
}
.logo {
    max-width: 428px;
    width: 100%;
}
.nolink,
.alliance a {
    background: #fff;
    padding: 10px;
    display: block;
    float: left;
    margin: 5px;
    
    border: 1px solid #e6e6e6;
}
.nolink img,
.alliance a img {
    vertical-align: middle;
}
.alliance-big > div {
    width: 100%;
}
.alliance-big a {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 0;
}
.alliance-big a img {
    width: 90%;
    max-width: 360px;
}
.contactframe {
    width: 100%;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.switch {
    text-align: right;
    height: 20px;
}
.switch a img {
    width: 14px;
    height: 11px;

}
.switch a {
    background-image: url("./../images/sprite.png");
    background-repeat:  no-repeat;
    display: inline-block;
    width: 14px;
    height: 11px;

}
body.de .switch a.de {

}
body.en .switch a.de {
    background-position: 0 -14px;
}
body.en .switch a.en {
    background-position: 0 -28px;
}
body.de .switch a.en {
    background-position: 0 -42px;
}


.dont-break-out {
	font-size: 11px;

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
