html, body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
    font-size: 100%;
	color: #000000;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {color:#FFFFFF; text-decoration: none}
a:active {color:#FFFFFF; text-decoration: none}
a:hover {text-decoration: underline; color: red;}

h1 {
	font-size: 14px;
	margin: 1.2em 0em 0.7em 0em;
	padding: 0;
	color: #333333;
}
h2 {
	font-size: 12px;
	margin: 1.2em 0em 0.7em 0em;
	padding: 0;
}

#header {
	height: 93px;
	padding-top: 10px;
	background-color:  #FFFFFF;
	text-align: center;
	font-size: 80%;
}

#body{
	width:720px;
	position: static;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #FFFFFF;
}

#middle{
	width:720px;
	height: 489;
	position: static;
	top:0px;
	background-color: #FFFFFF;
}

#JabberCam{
	width:720px;
	height: 489;
	position: relative;
	top:0px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #FFFFFF;
}

#left{
	width: 200px;
	position: absolute;
	top: 90px;
	left: 40px;
	height: 200px;
	background-color: ;
	font-size: 11px;
	color: #000000;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}


#right{
	width: 200px;
	position: absolute;
	top: 90px;
	right: 40px;
	height: 200px;
	background-color: ;
	font-size: 11px;
	color: #000000;
}
#right a:link {
	color: #FFF;
}
#right a:visited {
	color: #FFF;
}

#footer{
	height: auto;
	background-color: ;
	border-top: solid 0px #716B62;
}
#impressum{
	width:720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

	background-color:  ;
	padding-bottom: 5px;
}
#statistX{
	width:100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #3b5998;
	border-top: solid 1px #4062A6;
	padding-top: 3px;
	padding-bottom: 3px;
}

