/*
	FARBEN
	
	rgb(177,179,180)	Body-Hintergrund (grau)
	rgb(146,33,54)		Schrift und Balken (rot)

*/
body
	{
	background-color: rgb(177,179,180);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	}
	
.total
	{
	position: absolute;
	top: 83px;
	left: 0px;
	width: 100%;
	text-align: center;
	}
	
.logobalken
	{
	background-color: rgb(146,33,54);
	width: 100%;
	height: 172px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	border: none;
	}
        .logobalken img
        {
                margin: 0px;
                padding: 0px;
                border: none;
                height: 172px;
        }                   

.startmenu
	{
	display: box;
	/* die folgenden 2 Zeilen zentrieren die Box! */
	margin-left: auto;	/* important!!! */
	margin-right: auto;	/* important!!! */
	margin-top: 27px;
	width: 937px;
	text-align: center;
	white-space: pre-wrap;
	}
	.startmenu .startmenu_no
	{
		display: inline;
		/* 
			white-space: nowrap;
		*/
		font-size: 16pt;
		color: rgb(146,33,54);
		text-decoration: none;
	}
	.startmenu .startmenu_no a
	{
		font-size: 16pt;
		color: rgb(146,33,54);
		text-decoration: none;
	}
	.startmenu .startmenu_no a:hover
	{
		color: white;
		text-decoration: none;
	}
	
.slogan
	{
		font-size: 18pt;
		color: white;
		font-weight: bold;
	}
