@import url(https://fonts.googleapis.com/css?family=Asul);

* {
	font-family: 'Asul', serif;
	color: #808080;
	font-size: 18px;
}

body {
	border: 0px;
	margin: 0px;
	background-color: black;
	color: red;
	text-align: center;
}

#bg {
	width: 100%;
	height: 100%;
	margin-top: 10%;
}

#bg img {
	 width: 100%;
	 max-width: 640px;
	 border:0px;
}

#content {
	width: 90%;
	max-width: 640px;
	text-align: left;
	display: inline-block;
}

h1 {
	display:block;
	width: 100%;
	text-align: center;
	font-size: 140%;
}

h2 {
	display:block;
	width: 100%;
	text-align: center;
	font-size: 120%;
}

small a {
	font-size: 14px;
}

a {
        color: #cccccc;
}

#teaser {
	background-color: black;
	z-index: 100;
        text-align: center;
        padding: 10px;
        height: 10rem;
}

#teaser a {
	font-size: 14px;
	text-decoration: none;
}

#teaser img {
        max-height:10rem;
}

#btn_imprint {
    cursor: pointer;
    color: #cccccc;
}

#imprint {
	width: 90%;
	max-width: 640px;
	text-align: left;
	display: none;
}