body {
	font-family:Helvetica;
	background-color:lightgray;	
	margin:0;
	margin-top:90px; //Inhaltsbereich unter fixed header
	padding:0;
	}
header {
	background-color:#1384ed;
	background-image: -webkit-linear-gradient(top, #1384ed, #204280);
	text-align:center;
	overflow:hidden;
	position:fixed;
	width:100%;
	top:0px;
	z-index:10;
}
header h1 {
	color:white;
	font-size:30px;
}
h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}
ul {
	list-style:none;
}
article {
	margin:10px;
}
footer {
	background-color:#1384ed;
	background-image: -webkit-linear-gradient(top, #1384ed, #204280);
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	z-index:11;	
	position:fixed;
	width:100%;
	bottom:0px;	
	}
footer a {
	color:white;
	font-size:20px;
	text-decoration:none;
}

.hinweis {
	float:right;
	background-color:#1d63cb;
	padding-left:15px;
	padding-right:15px;
	width:35%;
	height:250px;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
.hinweis h1 {
	color:white;
}

.hinweis p {
	color:white;
}
.hinweis_liste {
	padding-left:5px;
}

.hinweis ul {
	margin-top:0;
	padding:15px;
	color: white;
}	
.hinweis li {
	padding-bottom: 10px;
	list-style-image: url(list-style-img.png);
}
