/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	margin-top: 20px;
	margin-bottom: 20px;
	}

h1 {
	font-size: 150%;
	margin: 10px;
	line-height: 120%;
	}

h2 {
	font-size: 120%;
	}

h3 {
	font-size: 100%;
	}

a {
	color:#F31938;
	}

a:hover {
	color:#2B7966;
	}

p {
	margin: 10px;
	line-height: 130%;
	}

header,main,footer {
	width:90%;
	background-color: rgba(255,255,255,1.00);
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-radius: 5px;
	}

header {
	height:180px;
	border-bottom: 20px solid #F31938;
	}
	
header .logo img {
	float:left;
	width: 500px;
	height: 171px;
	}
	
header .apo-icon img {
	float:right;
	width: 138px;
	height: 140px;
	margin-top: 31px;
	}

main {
	clear: both;
	margin-top: 20px;
	position: relative;
	}

main aside {
	background-color: rgba(177,203,174,1.00);
	font-size: 90%;
	float: right;
	width: 300px;
	margin: 10px;
	padding: 5px;
	border-radius: 5px;
	}
	
main aside .notdienst {
	text-align: center;
	margin: 10px;
	}
	
main aside .notdienst a {
	display: block;
	background-color:#F31938;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	}

main aside .notdienst a:hover {
	background-color:#2B7966;
	}

main .content {
	margin-right: 330px;
	}

main .content ul {
	margin-left: 10px;
	margin-right: 10px;
	}

main .content li {
	margin-left: 20px;
	}
	
main .galerie {
	float: left;
	width: 45%;
	height: auto;
	margin: 10px;
	border-radius: 5;
	box-shadow: 0px 0px 5px rgba(148,148,148,1.00);
	-webkit-box-shadow: 0px 0px 5px rgba(148,148,148,1.00);
	}

footer {
	clear: both;
	background-color:#2B7966;
	}
	
footer .footercontent {
	padding: 10px;
	font-size: 70%;
	color: #fff;
	}
	
	footer .footercontent a {
	color: #fff;
	text-decoration: none;
	}