/********************************************/
/* © 2022 Bildungsakademie des lsb h e.V. */
/* Designed by: Anke Metz*/
/*******************************************/

/* BASICS */
body {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
p {
	text-align: center;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	}
h1 {
    font-size: 24px;
    font-weight: bold;
    color: #D20A11;
    text-align: center;
    line-height: 48px;
	}
h2 {
    font-size: 18px;
    font-weight: bold;
    color: #D20A11;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 0px;
	}
a {
	color: #000;
	text-decoration:underline;
	}
a:visited {
	color: #000;
	text-decoration:underline;
	}
a:hover {
	color: #CC6600;
	text-decoration: none;
	}
ul {
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	list-style-type: circle;
}	
img {
	border: 0px;
	}

/* SEITENAUFBAU */
.container {
	clear: both;
	margin: 0px auto 0px auto;
	width: 900px;
}
.footer {
	clear: both;
	margin: 0px auto;
	height: auto;
	min-height: 30px;
	height: 30px;
	width: 900px;
	text-align: center;
	padding-top: 10px;
	background-color: #fff;
}

/* INHALT CONTAINER */
.opener {
	height: 120px;
	margin: 64px auto 0px auto;
	width: 725px;
}
.text {
	min-height: 300px;
	margin: 20px 20px 0px 20px;
}
