@charset "utf-8";

@font-face {
    font-family: 'Libre Sans Serif SSi';
    src: url('../fonts/Libre_Sans_Serif_SSi.ttf') format("truetype");
}

@font-face {
    font-family: 'Libre Sans Serif SSi Bold';
    src: url('../fonts/Libre_Sans_Serif_SSi_Bold.ttf') format("truetype");
}

body {
	background-color:#ffffff;
	background-image: url('img/bgd.png');
	background-size:120px 93px;
	background-repeat: repeat-x;
	color:#333333;
	font-family: 'Libre Sans Serif SSi', sans-serif!important;
	font-size:18px !important;
}

strong {
	font-family: 'Libre Sans Serif SSi Bold', sans-serif!important;
	font-weight: normal!important;
	font-size:20px;
}

a {
	text-decoration:none;
	color:#C30040;
}

a:hover {
	color:#C30040;
}

.rot {
	color:#C30040;
}

.grau {
	color:#333333;
}

img {
	margin-bottom:30px;
	height:120px;
}