@font-face {
	font-family: 'tus';
	src: url('./trajanproregular.eot');
	src: local('trajanproregular'), url('/fonts/trajanproregular.woff') format('woff'), url('/fonts/trajanproregular.ttf') format('truetype');
}
	   
html, body{
	/*background:#fff url(/img/bg.jpg) repeat;*/
	background:#fff url(/img/bg.jpg) repeat left top;
	background-size:150px 150px;
	font-family:tus;
	color:#575756;
}
h1,h2{
	font-family: 'Pinyon Script', cursive;
	font-weight:bold;
}

.header{
	font-family: 'Pinyon Script', cursive;
	font-size:44pt;
	margin-bottom:10px;
}

.content{
	background-color: #f8f8f8;
	border-color: #575756;
	border-radius: 4px;
	min-height: 150px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	padding-top:10px;
}

.trenner{
	height:30px;
	width:100%;
	background:url(/img/trenner.png) no-repeat center center;
	display:block;
}

#partner_info{
	display:none;
	margin-left: 80px;
margin-bottom: 20px;
}	

@media (max-width: 500px) { 
	.content img{
		width:auto;
		max-width:100%;
	}
}