@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

body
{
	padding: 0;
	margin: 0;
	background-color: #FFFDED;
	font-weight: bold;
	text-align: center;
}
.clear
{
	line-height: 0;
}

#wrapper
{
	background: transparent;
	width: 100%;
	margin-left: 0;
	left: 0;

}

#link_home
{
	display: none;
}

#topmenu
{
	display: inline-block;
	position: fixed;
	width: 100%;
	height: 2em;
	background-color: #EE7794;
	left: 0;
	z-index: 10;
}

#menu-sub
{
	display: none;
	position: fixed;
	z-index: 10;
}

#topmenu li a
{
	height: 2em;
	background-color: #EE7794;
	line-height: 2em;
}

#topmenu li:first-child a#SchoK_2021::after
{
	content: " \039e";
}

#topgroup li a#SchoK_2021::hover span
{
	display: block;
}


#topmenu a:hover .top_sub
{
	display: block;
}

#content
{
	width: 100%;
	float: none;
	z-index: -2;
}
.container-top {
	background-image: url('/img/2021/styling/bg_top.png');
	background-repeat: repeat-x;
	background-position: top;
	position: fixed;
	top: 2em;
	height: 200px;
	width: 200%;
	z-index: 1;
}
.container-left {
	background-image: url('/img/2021/styling/bg_left.png');
	background-repeat: repeat-y;
	z-index: -1;
}
.container-right {
	background-image: url('/img/2021/styling/bg_right.png');
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 200px;
	z-index: -1;
}

hr.clear {
	display: none;
}