/* WP-Styles Anfang */
a:active, a:visited, a:link, a:hover { color: #0000ff; }
.hypertitle { color: #000000; }
.versteckt { display: none; }
.anzeigen { display: block; }
.Alert {
	font-size: 22px;
	color: #ff0000;
}
hr {
	color : gray;
	height : 1px;
}
.suchfeld {
	border : solid #322C90 1px;
	width : 95px;
}
.suchbereich {
	margin-top: 20px;
	margin-bottom: 20px;
}
.unactiveLink {
 	color: #969696;
	text-decoration: underline;
 }
.highlight {
	background-color: #ff0000;
	font-weight: bold;
}
.kalender_gesamt {
	width: 100%;
	border: 1px solid #000000;
}
.kalender_ueberschrift {
	background: #dddddd;
	border-bottom: 1px solid #000000;
}
.kalender_zwischenzeile {
	background-color: #dddddd;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.kalender_zeile1 {
	background-color: #ffffc0;
	height: 35px;
}
.kalender_zeile2 {
	background: #C0FFC0;
	height: 35px;
}
.Small {
	font-size: x-small;
	font-style: normal;
}
.SmallAlert {
	font-size: 13px;
	font-style: normal;
	color: #ff0000;
}
.BlackBold{
	font-weight: bold;
}
input.openid_login {
	padding-left: 18px;
	background-image: url(/auto_image.php?image=Images/openid_logo_small.png&y=16);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	width: 18px;
	height: 18px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
/* WP-Styles Ende */
* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-size: 100% 100%;
}
body {
	background-color: #ffffff;
	font-family: Arial, verdana, serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#gesamt_top {
    width: 100%;
    height: 60px;
    background-color: #4f94cd;
    position: absolute;
}
#gesamt_bottom {
    width: 100%;
    height: 60px;
    background-color: gray;
    position: relative;
    top: 0px;
}
#gesamt {
	width: 1000px;
	display: block;
	margin: 0 auto;
	height: auto;
}
#header {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 1000px;
}
#header_top {
    height: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#header_top span {
    display: flex;
    height: 60px;
    vertical-align: middle;
    padding: 20px 0;
    color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
}
#header_top span a {
    color: #fff;
    text-decoration: none;
}
#headerlogo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 71px;
	width: 1000px;
	display: block;
	background-image: url(/userfiles/layout/mme_webpresenter.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 485px 65px;
	-moz-background-size: 485px 65px;
	-o-background-size: 485px 65px;
	background-size: 485px 65px;
}
#headerlogo img {
	width: 1000px;
	height: 71px;
	border: none;
	display: block;
}
#logo {
   display: none;
}
#adressdaten {
	display: none;
}
#navigation {
	margin-top: 20px;
	width: 1000px;
	height: 40px;
	left: 0;
	position: relative;
	top: 0;
	background-image: url(/userfiles/layout/logo_plassschule.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 57px;
}
#navigation ul {
	display: block;
	width: 1000px;
	height: auto; 
}
#navigation > ul {
	padding-left: 100px;
}
#navigation ul li {
	position: relative;
	display: block;
	width: auto;
	height: 40px;
	float: left;
	list-style-type: none;
	border-right: 1px solid #888;
}
#navigation ul li a {
	display: block;
	padding: 8px 10px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	float: left;
	height: 24px;
	text-align: center;
}
#navigation ul li a:hover {
	background-color: #fff;
}
#navigation ul li:nth-child(1) a {
    padding-left: 0;
}
#navigation ul li li:nth-child(1) a {
    padding-left: 8px;
}
#navigation ul li:last-child {
    border-right: 0;
}
#navigation ul li.active > a, #navigation ul li.sub_active > a {
	background-color: #fff;
}
#navigation ul ul {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 160px;
	z-index: 10;
}
#navigation ul ul li {
	display: block;
	width: 160px;
	height: 40px;
	float: none;
	list-style-type: none;
	background-color: #fff;
	border: 0;
	border-top: 1px solid gray;
}
#navigation ul ul li:first-child {
    border-top: 0 !important;
}
#navigation ul ul li a {
	width: 140px;
}
#navigation ul li.sub_active a, #navigation ul li.sub a {
	text-align: left;
}
#suche {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#suche .suchbereich {
	margin: 0px;
}
#suche .suchfeld {
	position: relative;
	top: 1px;
	border: solid #322C90 1px;
	width: 95px;
	height: 13px;
	padding: 1px;
}
#suche input {
	font-size: 11px;
}
#content {
	display: block;
	position: relative;
	top: 30px;
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	height: auto;
	min-height: 600px;
}
#content h1 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    color: #59a453;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 1px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #dddddd;
}
#content p {
	display: block;
	margin: 0px;
}
#content a {
	text-decoration: none;
	color: #315381;
	font-weight: bold;
}
#content a:hover {
	color: #103D48;
}
#content ul {
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 15px 0px 20px;
}
#content ol {
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 15px 0px 20px;
}
#content img {
	background-image: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#content div.contentblock {
	display: block;
	height: auto;
	width: 640px;
	border: 1px solid #6EA3B2;
	margin: 20px 30px 10px 30px;
	background-color: #dee7e9;
	color: #103D48;
}
div.contentblock h1 {
	padding: 0px;
	border-bottom: 1px solid #6ea3b2;
}
div.contentblock fieldset {
	border: none;
	margin: 0px;
}
div.contentblock label {
	padding: 0px;
	display: block;
	width: 80px;
	height: 20px;
	float: left;
	text-align: right;
	vertical-align: top;
}
#content div.contentblock input {
	float: left;
	display: block;
	width: 250px;
	height: 18px;
	background-color: #f3f8f9;
	color: #103d48;
	border: 1px solid #6ea3b2;
}
div.contentblock br {
	clear: both;
	display: block;
	margin: 0px;
}
#footer	{
	display: table-cell;
	clear: both;
	width: 980px;
	height: 60px;
	position: relative;
	top: 60px;
	left: 0px;
	z-index: 1;
    vertical-align: middle;
}
#footer span {
    display: block;
    height: 20px;
    color: #fff;
}
#footer span a {
    color: #fff;
    text-decoration: none;
}
div.buttons_home {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 10px;
}
div.buttons_home div {
    box-sizing: border-box;
    border-radius: 5px;
    width: 32%;
}
div.buttons_home div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
}
div.buttons_home div:nth-child(1) {
    border-color: #59a453;
    background-color: #59a453;
}
div.buttons_home div:nth-child(2) {
    border-color: gray;
    background-color: gray;
}
div.buttons_home div:nth-child(3) {
    border-color: #76d66e;
    background-color: #76d66e;
}
div.box_home {
    padding: 20px;
    border: 3px solid;
    border-radius: 5px;
}
div.box1_home {
    border-color: #59a453;
}
div.box_home > div.titel {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
div.box1_home > div.titel {
    color: #59a453;
}