body { 
			text-align: center; 
				font-size: 62,5%; 
				font-style: normal; 
				font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

#bauch	{
				width: 800px;
				text-align: center; 
				margin-top: 20px;
				margin-left: auto;
				margin-right: auto;
		}

#container	{
				width: 800px;
				height: 600px;
				border: 1px;
				border-style: solid;
				border-color: lightgray;
				text-align: left;
				padding-left: 0px;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				background-color: white;
				float: left;
				clear: both;
				background-image: url(../Bilder/boshiBG.jpg);
				background-repeat: no-repeat;
			}
			
#bild		{
				width: 45px;
				height: 45px;
				padding-top: 157px;
				padding-left: 230px;
				
			}
			
#imprint	{
				width: 778px;
				height: 18px;
				margin-top: 2px;
				margin-left: auto;
				margin-right: auto;
				font-size: 0.6em;
				color: gainsboro;
				text-align: right;
				padding-top: 3px;
				padding-right: 45px;
			}			
			
#imprintText	{
					text-align: left;
					font-size: 0.7em;
					color: white;
					padding-top: 5px;
					padding-left: 8px;
				}
			

		
#videofeld	{
				width: 790px;
				height: 390px;
				background-color: gainsboro;
				margin-bottom: 40px;
				margin-left: auto;
				margin-right: auto;
				font-size: 0.6em;
				text-align: left;
				padding-top: 10px;
				padding-left: 10px;
				border: 1px;
				border-style: solid;
				border-color: lightgray;
			}
			
p { }
td { }
a:link {
				text-decoration: none;
				color: gainsboro;
	 }
	 
a:visited { 
				text-decoration: none;
				color: gainsboro;

			}
			
a:hover { 
			text-decoration: non;
			color: lightgray;
		}
		
		
a:active {
			text-decoration: none;
			color: gainsboro;
		 }

