body {
	color: #bcdce7;
	background-color: #FFFFFF;	
	font-weight: normal; 
	font-family:  Verdana, Tahoma, sans-serif; 
	font-size: 16px; 
	// text-align: justify;
	}
table.Main {
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	vertical-align: top;
	}
td.MainTD {
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	vertical-align: top;
	}
div.gesamt{
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	}

div.TopDiv {
	min-width: 1100px;	
	width: 100%;
	height: 164px;
	vertical-align: top;
		margin: 10px 0px 0px 40px;
	}
div.MiddleDiv {
	min-width: 1100px;	
	width: 100%
	height: 575px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	}
div.MiddleLeft {
	float: left;
	min-width: 181px;	
	width: 500px;
	height: 401px;
	vertical-align: top;
	background-image: url('img/Waescherei.jpg');
  	background-repeat: no-repeat;
	background-position: left;
	margin: -10px 0px 0px 0px;
	}
div.MiddleRight {
	min-width: 570px;	
	width: 100%;
	height: 459px;
	vertical-align: top;
	background-image: url('img/RundUmDieUhr.jpg');
  	background-repeat: no-repeat;
  	background-position: top right;
	margin: -50px 0px 0px 0px;
	}
div.BottomDiv {
	min-width: 1100px;	
	width: 100%;
	height: 80px;
	vertical-align: top;
	margin: -60px 0px 0px 0px;
	}	
div.BottomLeft {
	color: #bcdce7;
	min-width: 600;	
	width: 600;
	height: 80px;
	vertical-align: top;		
	margin: 0px 0px 0px 20px;
	}	
div.BottomRight {
	min-width: 431px;	
	width: 431px;
	height: 223px;
	vertical-align: bottom;
	background-image: url('img/BubblesRB.png');
  	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	margin: -70px 0px 0px 0px;
	}	
span.Big {
	font-weight: bold; 
	font-family:  Verdana, Tahoma, sans-serif; 
	font-size: 18px; 
	}
span.Small {
	font-weight: normal; 
	font-family:  Verdana, Tahoma, sans-serif; 
	font-size: 18px; 
	}
a {
	color: #bcdce7;
	text-decoration:none;
	}	
a:hover {
	color: #1b88a6;	
	text-decoration:none;
	}
a:active{
	color: #1b88a6;	
	text-decoration:none;
	}
a:visited {
	color: #bcdce7;
	text-decoration:none;
	}	
		
img { 
	border:none;
	}