/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../_images/bg_ccw.gif) no-repeat top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 18px;
}

a:link,
a:visited {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #5e7b99;
	text-decoration: none;
}

strong {
	font-weight: bold;
}


/* Bild Cam
*******************************************************************************/

#cam {
	position: absolute;
	top: 113px;
	left: 20px;
	width: 630px;
	height: 480px;
}


/* content
*******************************************************************************/

#content {
	position: absolute;
	top: 204px;
	left: 673px;
	width: 187px;
	height: 272px;
}

#content p {
	margin: 0 0 12px 0;
}

#content #weiter a {
	display: block;
	width: 137px;
	height: 32px;
	padding: 13px 0 0 50px;
	background: url(../_images/weiter.gif) no-repeat top left;
	font-weight: bold;
}

#content #curling a {
	display: block;
	width: 187px;
	height: 110px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
}


/* footer
*******************************************************************************/

#datum {
	position: absolute;
	top: 600px;
	left: 20px;
	width: 150px;
	height: 20px;
}

#adresse {
	position: absolute;
	top: 600px;
	left: 170px;
	width: 670px;
	height: 20px;
	text-align: right;
}

