body {
	background-color: #0685C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #00A0E0;
}
h1 {
	margin-top: 0;
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
.newsheading {
	font-size: 13px;
	font-weight: bold;
}
.newsdate {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#tophalf {
	width: 80%;
	z-index: 20;
	position: relative;
	left: 10%;
	top: 2%;
}
#logo {
	width: 40%;
	position: absolute;
	z-index: 25;
	left: 33%;
	top: 5%;
}
#aloisius {
	width: 20%;
	z-index: 25;
	position: absolute;
}

#sprachwahl {
	width: 80%;
	height: 5%;
	z-index: 30;
	position: absolute;
	right: 13%;
	top: 6%;
	text-align: right;
	color: #FFFFFF;
}
#sprachwahl a {
	color: #FFFFFF;
	text-decoration: none;
}
#alsstartseite {
	width: 30%;
	height: 5%;
	z-index: 30;
	position: absolute;
	left: 37%;
	top: 38%;
	color: #00A0E0;
}
#alsstartseite a {
	color: #00A0E0;
	text-decoration: none;
}
#navtop {
	width: 96%;
	position: absolute;
	bottom: 11%;
	left: 2%;
	text-align: center;
	color: #00A0E0;
}
#navtop a {
	color: #00A0E0;
	text-decoration: none;
}

#subnav {
	width: 80%;
	height: 5%;
	z-index: 35;
	position: absolute;
	left: 10%;
	bottom: 1%;
	color: #00A0E0;
	text-align: center;
}
#subnav a {
	color: #00A0E0;
	text-decoration: none;
}

#content {
	width: 80%;
	z-index: 15;
	position: relative;
	left: 10%;
	color: #000000;
	background-color: white;
	background-image: url('bilder/content_background.jpg');
	background-repeat: repeat-y;
	background-size: contain;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:  border-box;
}
#bottomrim {
	width: 80%;
	height: 7%;
	z-index: 11;
	position: relative;
	left: 10%;
}
#bottomleft {
	width: 80px;
	height: 80px;
	z-index: 22;
	position: absolute;
	bottom: 5%;
	left: 10%;
}
#bottomright {
	width: 80px;
	height: 80px;
	z-index: 12;
	position: absolute;
	bottom: 5%;
	right: 10%;
}
.slides {
	width: 95%;
	top: 0px;
	display: none;
	pointer-events: none;	
}
.bildtext {
	width: 40%;
}
.bildtext img {
	width: 100%;
}

@keyframes fadeout {
    from {opacity: 1;}
    to {opacity: 0;}
}
