/*
Author: Thomas Scheper
For Awwwesome (http://www.awwwesome.eu)
Build: 2014
*/
/* 
    Created on : 19-feb-2016, 15:01:19
    Author     : Thomas
*/
body, html{
    margin:0;
    padding:0;
    border:0px solid #ffffff;
    font-family: Arial, arial, sans-serif;
    font-weight: 100;
}

#wrapper{
    width:1200px;
    margin:0px auto;
}

.container{
    float:left;
    width:100%;
}

.container.half{ 
    width:50%;
}

.content{
    padding:0 20px;
    position:relative;
}

h1{
    font-weight: 100;
    font-size: 43px;
    margin: 0;
}

h2{
    font-weight: 100;
    font-size: 37px;
    line-height: 55px;
    margin: 43px 0;
}

.half p{
    font-size: 21px;
    line-height: 40px;
    margin:40px 0;
}

.full p{
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
}

.piep{
    padding-top: 20px;
}

ul{
    margin:0;
    padding:0;
}

ul li{
    list-style:none;
    background:url(images/liststyletwo.jpg)no-repeat 0% 50%;
    font-size: 43px;
    padding-left: 48px;
    margin: 25px 0;
}

ul li:first-child{
    background:url(images/liststyleone.jpg)no-repeat 0% 50%;
}

ul li span{
    display: inline-block;
    width: 80px;
}

.textstyle{
        font-weight: 600;
    font-size: 28px;
    color: #cc0150;
}

.textstyle.second{
    color:#000000;
}

.full p.footer{
    text-align:right;
}

.footer img{
        margin-top: -10px;
    float: right;
    padding-left: 13px;
}