/*
        Document   : basic
        Created on : 20.06.2014, 20:32:43
        Author	 : Jens.Degner
        Description:
        Purpose of the stylesheet follows.
*/
*, body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}
.wehelp_block {
    width: 1115px;
    background-color: #EEEEEE ! important;
    border-bottom: 1px solid #000000 ! important;
    padding: 10px 5px 10px 5px ! important;
    margin: 15px 0px 80px 25px ! important;
    float: left;
}
.wehelp {
    width: 100% ! important;
    color: #2367BA ! important;
    background-color: #B8E9FF ! important;
    border-top: 1px solid #006699 ! important;
    margin: 20px 0px 0px 0px ! important;
}
.wehelp_blockheader {
    margin: 15px 0px 15px 0px !important;
}
.wehelp_space {
    margin: 15px 0px 15px 0px;
}
.wehelp_separator {

}
.wehelp_center_col-lg-4 > table {
    width: 338px;
}
.wehelpTextinput_col-lg-4 {
    margin: 0px !important;
}
.wehelpTextinput_col-lg-4 input {
    width: 338px !important;
}
.wehelpHeaderpicChooser + table tr {
    height: 10px !important;
}
.wehelpHeaderpicChooser + table .yui-ac {
    margin-top: -6px !important;
}
/* content --------------------------------------------------------------------------------------*/
.textcontent h1 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 700;
}
.textcontent h2, .marketing h3 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
}
.textcontent p {
    line-height: 1.7;
}
.textcontent ul, .weeditor ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
.textcontent li, .weeditor li {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 18px;
    background-image: url('/pictures/basic/bul1.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.textcontent ol, .weeditor ol  {
    list-style-position: outside;
    padding-left: 20px;
    margin: 0px 0px 15px 0px;
}
.textcontent .hervorgehoben {
    font-weight: 700 !important;
}