@charset "utf-8";
/* CSS Document */

@import url('preise.css');

/* Silbentrennung === Top ====*/

.silben {   
	-moz-hyphens: auto;
  	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
}


.rancho {
    color: #0b2f63;
    font-family: "Rancho",cursive;
    line-height: 1em;
    margin: 10px 0 10px;
    padding: 0;
}

.rancho1 {
    color: #fff;
    font-family: "Rancho",cursive;
    line-height: 1em;
    margin: 10px 0 10px;
    padding: 0;
}


.kursive { 
	font-style:italic;
}

