@charset "utf-8";

@font-face{ font-family: 'tasty_fancy';
	src: url('/css/fonts/slamming-webfont.eot'); 
	src: url('/css/fonts/slamming-webfont.eot?#iefix') format('embedded-opentype'),
	url('/css/fonts/slamming-webfont.woff') format('woff'),
	url('/css/fonts/slamming-webfont.ttf') format('truetype'),
	url('/css/fonts/slamming-webfont.svg#webfont') format('svg'); 
}

@font-face {
    font-family: 'tasty_normal';
    src: url('/fonts/sansation/sansation/sansation_regular-webfont.eot');
    src: url('/css/fonts/Sansation/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Sansation/sansation_regular-webfont.woff') format('woff'),
         url('/css/fonts/Sansation/sansation_regular-webfont.ttf') format('truetype'),
         url('/css/fonts/Sansation/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tasty_normal';
    src: url('/css/fonts/Sansation/sansation_bold-webfont.eot');
    src: url('/css/fonts/Sansation/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Sansation/sansation_bold-webfont.woff') format('woff'),
         url('/css/fonts/Sansation/sansation_bold-webfont.ttf') format('truetype'),
         url('/css/fonts/Sansation/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

html{
	font-size: 0.9em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{ 
		font-family: 'tasty_fancy';
		src: url('/css/fonts/slamming-webfont.svg#webfont') format('svg'); 
	}
	
	 @font-face {
        font-family: 'tasty_normal';
            src: url('/css/fonts/Sansation/sansation_regular-webfont.svg#sansationregular') format('svg');
			font-weight: normal;
   			font-style: normal;	
    }
    @font-face {
        font-family: 'tasty_normal';
            src: url('/css/fonts/Sansation/sansation_bold-webfont.svg#sansationbold') format('svg');
			font-weight: bold;
   			font-style: normal;	
    }
}


.tasty_titel{
	font-size:1.5em;
	font-family: tasty_fancy;
    display: block;
     /* IE8 */
    background:rgb(255, 255, 255);
    filter:alpha(opacity=75);
    /* END IE8 */
    background-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	
	box-shadow: 2px 2px 2px 1px rgba(62, 62, 62, 0.15);
	padding: 2px 4px 4px 10px;
	border-radius: 5px;
}

.tasty_titel_groot{
	font-size: 2em;
	font-family: tasty_fancy;
    display: block;
}

#div_editable_content a{
	text-decoration:underline;
	font-weight:bold;
    color: #000;
}

#div_editable_content a:hover{
	text-decoration:underline;	
}
.tasty_normaal{
	font-size: 1em;
	font-family: tasty_normal;
}

#div_editable_content img{
	position: relative;
	float: left;
	padding:0px;	
}
#div_editable_content.img_clear{
	clear:both;	
}

.pad10px{

    	padding:10px;
    }

.pad5px{

    	padding:5px;
    }

#div_editable_content .title{
	font-family: tasty_fancy;
    font-size: 2em;
    line-height: 1.25em;
    display: block;
}

#div_editable_content ul{
	list-style-type:disc;
	margin: 10 10 10 4;
	padding: 10px;
	color: #000;
}

#div_editable_content ul li{
    display:list-item;
	margin-left: 0em;
	color:#000;
	padding:0px;
}

.clear {
    clear: both;
}
