
#menu
{
	font-size: 18px;
	border-bottom: 2px solid darkgrey;
	margin-bottom: 20px;
	padding: 5px;
}

.menuitem
{
	display: inline-block;
	border: 2px solid black;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	background-color: lightgrey;
	font-weight: 500;
	cursor: pointer;
}

.willkommen
{
	display: inline-block;
	font-size: 20px;
	padding-top: -5px;
	font-weight: 500;
}

.menuitem-mytaikodrum
{
	display: inline-block;
	font-size: 28px;
	margin-top: 5px;
	font-weight: 500;
	cursor: pointer;
}

.menuitem-mytaikodrum::after
{
}

.menuitem-active 
{ 
	background-color: lightblue; 
	cursor: default; 
}

#logo
{
	display: none;
	height: 30px; 
	width: auto;
	margin-top: 10px;
}

#languageswitch 
{ 
	height:  15px; 
	width: auto; 
	margin-top: 20px; 
	vertical-align: bottom; 
}


.off
{
	display: none;
}

.link a { text-decoration: none; color: black; }

.link a:visited { color: black; }
