body, html {
	height: 100%;
	margin:0px;
	border:0px;
	background-color: #fff;
}
h1, h2, h3, h4, h5  {
	border:0px;
	padding:12px 0px 0px 0px;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D11C00;
}
h2 {
	padding: 0px 0px 0px 0px;
	color: #009543;
}
hr.clearer {
    margin-top: 4px;
    size: 1;
    color: #CCCCCC;
    clear: both;
}
#contentwrapper {
  margin: 0 5px;
  width: 680px;
  text-align: center;

}
#camwrapper {
  margin:15px;
  text-align:center;
  width: 640px;
  height: 548px;
  display: block;
  border: 1px solid #00AB4D;
  background: #ffffff url(/fileadmin/webcam/webcam_standby.gif) fixed no-repeat;
}
#imgwrapper {
  width: 640px;
  height: 480px;
  display: block;
}
#imgfooter {
  width: 640px;
  height: 68px;
  display: block;
}
#infofooter {
  text-align: center;
}

p.bodytext {
  margin:6px 0 12px 0;
  font-family:verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
p.bodytext a{
	color: #009543;
	text-decoration: underline;
}
p.bodytext a:hover{
	color: #E3281D;
	text-decoration: underline;
}
