@charset "utf-8";
/* CSS Document */

@font-face {
 	font-family: 'chopinscriptmedium';
    	src:	url('../fonts/chopinscript-webfont.woff2') format('woff2'),
		url('../fonts/chopinscript-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	color: #FFFFFF;
	}
a:link.active,
a:visited active,
a:hover.active,
a:active.active {
	text-decoration: underline;
	color: #FFFFFF;
	}
h1 {
	margin: 5px;
	font-size: 200%;
	}
h2 {
	margin: 5px;
	font-size: 150%;	
	}

html {
	background-color: #111111;
	font-size: 18px;
	color: #000000;
}

body {
	max-width: 1024px;
	width: 100%;
	margin: auto;
	}

#kopf {
	margin: 0px;	
	text-align:center;
}

#kopf > img {
	width: 100%;
	}
	
#logo {
	margin: 0px;
	padding: 10px;
	text-align:center;
	background-color:#FFFFFF;
	}
#logo > img {
	max-width: 273px;
	width: 100%;
	}

#menue {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	background-color: #FF0066;
	color: #FFFFFF;
	}

#menue > ul {
	margin: 0px;
	}

#menue > ul > li {
	display:inline-block;
	margin-right: 5px;
	margin-left: 5px;
	}

#inhalt {
	min-height: 500px;
	padding: 20px;
	background-color:#FFFFFF;
	color:#333333;
	}
	
#inhalt a:link,
#inhalt a:visited,
#inhalt a:hover,
#inhalt a:active {
	color:#000000;
	text-decoration:underline;
	}
	
.left {
	width: 45%;
	float: left;
	}
	
.leftup {
	width: 25vh;
	float: left;
	}

.middle{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
	
.middleup{
	height: 25vh;
	}
	
.rigth {
	width: 45%;
	float: rigth;
	}
	
#fuss {
	background-color: #FF0066;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:1024px) {
/*
	html { font-size: 18px; }
	h1 {	font-size: 150%; }
	.show {	width: 100%; }	
*/
}
