/* Erstellt: 24.01.2010 Simon Kurka*/
html {
	height: 101%;
}
body {
	margin-top: 63px;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/wetter_hg.jpg) no-repeat top right;
}
div.title {
	margin-bottom: 35px;
	width: 100%;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
div.description {
	position: relative;
	left: 50%;
	margin-left: -370px;
	margin-bottom: 5px;
	width: 740px;
	font-size: 10pt;
}
div.content {
	position: relative;
	left: 50%;
	margin-left: -370px;
	width: 750px; /*718*/
	border: 1px #000 solid;
	padding: 5px 10px 10px 10px;
}
div.webcam {
	float: left;
	width: 405px;
}
div.webcam .pic {
	position: relative;
	width: 405px;
	height: 308px;
	background: url(../images/webcam/schatten_h.jpg) no-repeat bottom left;
}
div.webcam .pic .shadow {
	position: absolute;
	left: 400px;
	top: 0;
	width: 5px;
	height: 308px;
	border: 0px;
	background: url(../images/webcam/schatten_v.jpg) no-repeat top left;
}
div.webcam .pic img {
	width: 400px;
	height: 300px;
	border: 0px;
	outline: 0px;
}
div.webcam .sponsor {
	font-size: 8pt;
	font-style: italic;
}
div.webcam .sponsor .cewe {
	position: absolute;
	margin-top: -15px;
	left: 310px;
}
div.webcam .sponsor .cewe img {
	border: 0px;
	outline: 0px;
}
div.aktuell {
	width: 315px;
	text-align: center;
}
div.aktuell * {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
div.aktuell * .value {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
div.aktuell table {
	width: 100%;
}
div.aktuell table td {
	padding-top: 20px;
}
div.clear {
	clear: both;
}
.bubble {
	position: absolute;
	display: none;
	font-size: 8pt;
	background: url("../images/bubble_r.png") no-repeat;
	width: 230px;
	height: 105px;
	overflow: hidden;
	padding: 10px;
	padding-top: 55px;
	padding-bottom: 15px;
}
.tip {
	cursor: help;
}
