@charset "utf-8";
/* CSS Document */
html , body {
       background-color:rgba(170,200,250,1.0);
}

* {
	list-style: none;
	text-decoration: none;
}


.textinhalt h1 {
	background-color:rgba(0,0,200,0.2);
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 1.2em;
	color: rgba(0,0,20,1.00);
	margin: 15px;
	padding: 3px;
	text-align: center;
}

.textinhalt p {
	background:rgba(170,200,250,0.9);
	height: auto;
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 0.8em;
	color: rgba(0,0,20,1.00);
	margin: 15px 15px 15px 15px;
	text-align: justify;
	padding: 15px;
}

#win {	
	width: 1024px;
	height: auto;
	position: relative;
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 3px 3px rgba(136,136,136,0.80);
	margin: 10px auto;
	padding-top: 2px;
}

#bildmike {
	position: relative;
	margin: 15px 15px 15px 15px;
	float: left;
}


#copy {
	width: auto;
	height: 80px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 0.6em;
	background-color: rgba(100,150,220,0.8);
	text-align: center;
	margin: 15px;
	border: solid;
	border-color:rgba(80,60,30,1.0);
}

#footer {
	height: 15px;
	font-family: 'Alegreya Sans SC', sans-serif;
	color: rgba(0,0,20,1.00);
	text-decoration: none;
	list-style: none;
	text-align: center;
	font-size: 0.7em;
	letter-spacing: 4px;
	background:rgba(40,120,190,0.7);
	padding-bottom: 15px;
}
