html, body {
	margin: 0px;
	text-align: center;
	background-color: #3B5997;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    font-size: 100%;
	color: #716B62;
}
a:link {
	color:#00c;
}
h1 {
	font-size: 14px;
	margin: 1.2em 0em 0.7em 0em;
	padding: 0;
	color: #FFF;
}
h2 {
	font-size: 12px;
	margin: 1.2em 0em 0.7em 0em;
	padding: 0;
}

#header {
	height: 30px;
	padding-top: 10px;
	background-color:  #1D1A17;
	border-bottom: solid 1px #716B62;
	text-align: center;
	font-size: 80%;
}

#body{
	width:720px;
	position: static;
	margin-left: auto ;
	margin-right: auto ;
	background-color: gray;
}

#middle{
	width:720px;
	height: 489;
	position: static;
	top:0px;
	background-color: green;
}

#JabberCam{
	width:720px;
	height: 489;
	position: relative;
	top:0px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: blue;
}

#left{
	width: 200px;
	position: absolute;
	top: 90px;
	left: 40px;
	height: 200px;
	background-color: ;
	font-size: 11px;
	color: #EFEFEF;
}
#left a:link {
	color: #FFF;
}
#left a:visited {
	color: #FFF;
}


#right{
	width: 200px;
	position: absolute;
	top: 90px;
	right: 40px;
	height: 200px;
	background-color: ;
	font-size: 11px;
	color: #EFEFEF;
}
#right a:link {
	color: #FFF;
}
#right a:visited {
	color: #FFF;
}

#footer{
	height: 110;
	background-color: ;
	border-top: solid 0px #716B62;
}
#impressum{
	width:720px;
	height: 69;
	margin-left: auto ;
	margin-right: auto ;
	background-color:  ;
}
#statistX{
	width:100%;
	height: 41;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #38558E;
	border-top: solid 1px #4062A6;
	padding-top: 10px;
}
