body, html
{
	height: 100%;
	min-height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #999999;
	font-family: Sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.error
{
	font-weight: bold;
	color: white;
	background-color: red;
	padding: 1em 0em 1em 0em;
}

#sheet
{
	width: 100%;
	height: 100%;
}

#sheet .bar
{
	width: 640px;
	margin: auto;
	height: 100%;
	min-height: 100%;
	background-color: white;
}

#sheet .bar .title
{
	position: absolute;
	height:269px;
	left: -45px;
	width: 675px;
	padding: 0px 0px 0px 0px;
	background: url(/img/webcam-klosterplatz_header.jpg) no-repeat left center;
}

table.pub
{
	width: 590px;
}

table.pub tr td
{
	vertical-align: middle;
	align: center;
}


#sheet .bar .holder
{
	position: absolute;
	height: 100%;
}

#sheet .bar .gr_left
{
	position: absolute;
	background-image: url(/img/gradient_left.jpg);
	width: 140px;
	left: -140px;
	height: 100%;
	
}

#sheet .bar .gr_right
{
	background-image: url(/img/gradient_right.jpg);
	width: 140px;
	height: 100%;
	margin-left: 640px;
}

#sheet .bar .image
{
	width: 640px;
	top:269px;
	position: absolute;
	text-align: center;
}
