<!--
    body {
	background-color: #ffc106;
    }

    .logo {
	position: absolute;
	top: 1%;
	right: 1%;
	width: 82%;
	text-align: center;
    }

    .angebote {
	position: absolute;
	top: 100px;
	left: 17%;
	width: 82%;
	text-align: center;
    }

    .menuitem a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;

    }

    .menuitem a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;

    }

    .submenuitem a:visited {
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;

    }

    .submenuitem a:link {
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;

    }
    
    .menu {
	position: absolute;
	top: 100px;
	left: 1%;
	border: 1px solid #b6b600;
	width: 15%;
    }


    .menuitem {
	background-color: #808000;
	color: #ffffff;
	border-top: 1px solid #b6b600;
	border-bottom: 1px solid #595900;
	font-size: small;
	padding-left: 2px;
    }

    .submenuitem {
	background-color: #ffff80;
	color: #000000;
	font-size: small;
	padding-right: 2px;

    }


    .ueberschrift {
	font-weight: bold;
	padding-bottom: 12px;
    }

    .bodytext {

    }

    .preis {
	padding-top: 12px;
	padding-bottom: 40px;
	font-size: 120%;
	font-weight: bold;
    }
-->

