html {

    /*background-color:#cc0033; */
    
    
    /* Hintergrundfarbe der gesamten Seite ist schwarz */

}

body {
	
    border-style: none ;
    border: none; 
        
	}


p { font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-weight:normal;
    font-size: 20px;
}

h1 { font-family: 'Quicksand', sans-serif;
    text-align: left;
    color: #000000;
    font-size: 50px;
}

.small a, .small p {font-size: 16px;}

a {
    text-decoration: none;
    color:  #000000;
    
    
}
	
	
.wrapper {
width: 800px;
  margin-top: 10px;
      margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px;
  margin-left: auto; /* Abstand links */
    padding: 0 0 0 0;
}

.textwrap {
    
    width: 760px;
    padding: 0px 0px;
  
}
	

.bild {  
width: 400px;
height: 230px;
display: block;
background-image: url(http://betreut.nrw/img/logo.png);
background-size: 100%;
background-repeat: no-repeat;

}



.fb-like {
    width: 400px:
    text-align: left;

}



.fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }

    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }



.disclaimer p {
    font-size:12px !important;
    color: #000000;}


b {
    font-size: 40px;
    color: #000000;
}
.d33 {
    width: 1000px;
    text-align: left;
    
}


    
