body {
	color: black;
         background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px;
         padding: 0;
}

.logo
{
         /*keine Abstand nach innen oder außen*/
         margin: 0px;
         padding: 0px;
         /*Breite und Höhe*/
         width: 180px;
         height: 100px;
         /*Nur den Anzeigebereich beschreiben*/
         overflow: hidden;
}

.logo2
{
         /*Höhe*/
         height: 100px;
         /*Schriftart und Größe */
         font-family: Helvetica,Arial,sans-serif;
         font-size: 100px;
         /*Position*/
         position: absolute;
         top: 20px;
         left: 200px;
         margin: 0;
         padding: 0;
         /*Nur den Anzeigebereich beschreiben*/
         overflow: hidden;
}

.menu h1
{
	font-size: 150%;
         background-image: url("./images/bullbig.JPG");
         background-repeat: no-repeat;
	padding: 0px;
         padding-left: 10px;
         margin: 0px;
         font-weight: bold;
}

.menu a
{
	background-image: url("./images/bullsmall.JPG");
         background-repeat: no-repeat;
         padding: 0px;
         padding-left: 5px;
         margin: 0px;
         text-decoration: none !important;
         color: black !important;
         font-weight: 800;
}

.menu a:hover
{
	background-image: url("./images/bullsmallhigh.JPG");
}

.leftmenu
{
	/*Größe*/
         width: 180px;
         /*Innenabstand*/
         padding: 0px;
         margin: 0px;
         margin-top: 2px;
         float: left;
}

.leiste
{
	margin: 0;
	padding: 0;
         padding-left: 0px;
}

.submenu
{
	float: right;
         width: 180px;
         margin-top: 2px;
         padding: 0px;
         margin: 0px;
}

div.status
{
	margin-top: 2px;
         margin-left: 185px;
         margin-bottom: 0px;
         margin-right: 185px;
         padding: 5px 5px 5px 5px;
         border: 1px dashed rgb(30, 150, 30);

}

div.status h1
{
         font-size: 180%;
         font-weight: bold;
         background-image: url("./images/bullbigy.JPG");
         background-repeat: no-repeat;
         padding-left: 10px;
         margin-top: 0;
}

div.error
{
	margin-top: 2px;
         margin-left: 185px;
         margin-bottom: 0px;
         margin-right: 185px;
         padding: 5px 5px 5px 5px;
         border: 1px dashed rgb(30, 150, 30);

}

div.error h1
{
         font-size: 180%;
         font-weight: bold;
         background-image: url("./images/bullbigr.JPG");
         background-repeat: no-repeat;
         padding-left: 10px;
         margin-top: 0;
}

.menu .error
{
	color: red;
}

.inhalt
{
	margin-top: 5px;
         margin-left: 185px;
         margin-bottom: 0px;
         margin-right: 185px;
         padding: 5px 5px 5px 5px;
         border: 1px dashed rgb(30, 150, 30);
}

.inhalt h6
{
	text-align: right;
}

.inhalt h1
{
	font-size: 180%;
         font-weight: bold;
         background-image: url("./images/bullbig.JPG");
         background-repeat: no-repeat;
         padding-left: 10px;
         margin-top: 0;
}

.inhalt h4
{
	font-size: 100%;
         font-weight: bold;
         background-image: url("./images/bullsmall.JPG");
         background-repeat: no-repeat;
         padding-left: 5px;
}

.inhalt p
{
	padding-left: 10px;
}
