@charset "UTF-8";

@font-face {
  font-family: DINWeb-Light;
  src: url("../fonts/DINWeb-Light.eot");
  src: url("../fonts/DINWeb-Light.woff") format("woff");
}

@font-face {
  font-family: DINWeb;
  src: url("../fonts/DINWeb.eot");
  src: url("../fonts/DINWeb.woff") format("woff");
}

* {
    margin:0;
    padding:0;
}

body {
    font-family: DINWeb, Arial,sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

a {
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover { text-decoration: none; color: #000; }


p {
    margin-bottom: 0px;
}

h1, h2, h3 {
    font-family: DINWeb-Light, Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 1.2;
}

h4, h5, h6 {
    font-family: DINWeb, Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 8px;
}

h1 { font-size: 36px; }
h2 { font-size: 40px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; margin-bottom: 3px; }


.tabs_content h4,
.cms_content h4 {
    padding-top: 5px;
}

small { 
    font-size: 12px;
    color: #adadac;
}

h2.sitehead small {
    font-size: 14px;
    color: #5e5e5d;
    padding-left: 10px;
}

ul { list-style: none; }

hr {
    height: 0px;
    overflow: hidden;
    border-bottom: #999 1px dotted;
    margin: 0 -20px;
    outline: none;
}

.hide_hr hr { display: none; }

table td, table th { vertical-align: top; }

table.table {
}

table.table th, table.table td { 
    text-align: left; 
    padding: 7px 0 5px 0;
    border-top-width: 1px;
}

table.table th { width: 150px; }

/******* Editor ********/

.sw_ckeditor {
    padding: 8px;
}

/******** Klassen ********/

.default_list {
}

.default_list li {
    padding-left: 16px;
    background: url('../img/elements/list_style_default.gif') 0px 8px no-repeat;
}

.vorteile_list li {
    padding: 10px 0 3px 45px;
    background: url('../img/elements/list_style_vorteile.gif') 0px 8px no-repeat;
    font-size: 18px;
}

.black_box {
    background: #000;
    color: #fff;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.black_box ul {
    
}

.black_box ul li {
    background: url('../img/elements/list_style_red.gif') 0px 8px no-repeat;
    padding-left: 29px;
    margin-bottom: 18px;
}

.black_box p {
    padding-left: 29px;
    margin-bottom: 18px;
}

.black_box h3 {
    font-size: 20px;
    padding-bottom: 16px;
}

.black_box h4 {
    font-size: 20px;
    padding-left: 29px;
    padding-bottom: 10px;
}

.black_box hr { 
    border-color: #666; 
    margin-bottom: 10px;
}

/******** LINKS *********/

.grey { color: #898988 !important; }


.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }