html, body {
  		color: white;
  		font-size: 16px;
		font-family: "Arial";
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}


	body {
		background:  #999999;
		font-size: 17px;
		font-family: "Arial";
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		padding-left: 100px;
		padding-right: 100px;
		margin: 0px;
	}

	a {
		text-decoration: none;
		color: #ffffff;
	}

	a:hover {
		text-decoration: none;
		color: #ffffff;
	}


	#banner {
	 	margin-top: 10px;
	 	height: 150px;
		text-align: center;
		vertical-align: middle;
		background-image: url(Bilder/banner.jpg);
		background-repeat: no-repeat;
		background-color: #010141;
		color: #ffffff;
		font-size: 40px;
		-moz-border-radius: 20px;				webkit-border-radius: 20px;
	}
	#bildimtext {		float: right;		padding-left: 10px;		font-size: 12px;	}
	/* Header-Area */
	#bannerint {
		text-align: center;
		vertical-align: middle;
		height: 150px;
		line-height: 150px;
	}

	#bannerbild{
	 	float: right;
		margin-top: -130px;
		margin-right: 80px;
	}


	#footer {
	 	text-align: center;
	 	margin-top: 50px;
		vertical-align: bottom;
                width: 100%;
	}

        #footer2{
            text-align: right;
}

	/* Footer */
	.footer {
	 	vertical-align: middle;
	 	float: left;
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.footer:hover {
		background-color: #010141;
		font-weight: bold;
	}

	#main {
		margin-top: 30px;
		margin-left: 292px;
		text-align: justify;
		margin-right: 170px;
	}

	#main a{
		text-decoration: underline;
	}

	#main a:hover{
		background-color: #010141;
	}
	#werbung{		
		float: right;
		margin-top: 30px;		
		margin-right: 0px;		height: 300px;
		width: 160px;
	}

    #unterschriftspielbericht {
    	font-size: 12px;
   	}

	/* Navi */
	#navi {
	 	margin-right: 130px;
	 	float: left;
	 	margin-top: 20px;
	 	text-align: center;
	 	vertical-align: middle;
        line-height: 40px;
		border: solid #ffffff 2px;				
	}


	li, ul{
                z-index: 1;
		margin: 0;
		padding: 0;
		list-style: none;
		}

	li a:hover {
		background-color: #010141;
		font-weight: bold;
	}


	li a, li{
	 	display: block;
	 	margin: 0px;
		width: 160px;
		height: 40px;
		
	}

	li:hover ul {
		visibility: visible;
	}

        li .link li, li .link li a{/*Aufklappmenü*/
            width: 130px;
            height: 20px;
        }
        
	li ul{  /*Aufklappmenü*/
	 	font-weight: normal;
	 	background-color: #1339DA;
	 	vertical-align: middle;
	 	width: 130px;
		display: block;
	 	line-height: 20px;
		visibility: hidden;

	}

	ul li:hover {
		background-color: #010141;
        }
        
	.link {
	 	position: absolute;
	 	margin-left: 160px;
		margin-top: -40px;
	}

	table td {
		width: 400px;
		height: 50px;
	}

	table a img {
		text-decoration: none;
		border: 0px;
	}

        #new {
            z-index: 0;
            position: absolute;
            font-family: Baskerville Old, Comic Sans MS;
            float: left;
            color: red;
            text-decoration: blink;
        }

        #bildrechts {
            float: right;
            padding-left: 10px;
            text-align: right;
        }
