body {
	color: white;
	margin: 0px;
	padding: 0px;

	font-family: Verdana,Helvetica CE,Arial,sans-serif;
}

.holder {
	position: relative;
	width: 686px;
	height: 326px;
	margin: 0px;
}


h1 {
	font-size: 1.6em;

	font-weight: bold;

	margin: 0px;
	margin-top: 5px;
}

a, a:link {
	border: none;
}

img {
	border: none;
}

.content p {
	font-size: 1em;

	margin: 0px;

	color: #b4d1d4;
}

.content p span.datum {
	color: #d7d30f
}

.left,
.right {
	position: relative;
	float: left;

	width: 340px;
	height: 326px;

	

	background-color: #00a2cf;
}

.right {
	float: right;

	width: 336px;
	height: 326px;
}


.left .content,
.right .content {
	position: relative;
	top: 0px;

	padding: 0px 10px;


	margin: 0px;
	
}



.info {
	position: absolute;

	bottom: 9px;
	width: 320px;

	padding: 0px 10px;
	margin-bottom: 0px;
	
	height: 33px;
	overflow: hidden;

	background-color: #008eb6;
}

.info p {
	margin: 0px;
	margin-top: 3px;
}

.info div {
	font-size: 1em;
	font-weight: bolder;
}

.right table#po-info {
	position: relative;
	z-index: 10;
	margin-top: 30px;

	width: 100%;
	border-collapse: collapse;
}

.right table#po-info td {
	height: 21px;
	
	margin: 0px;
	padding: 0px;

	border: none;
}


.right table#po-info td.label {
	
}

.right table#po-info td span {
	margin: 3px;
	font-size: 1em;
	font-weight: bold;
}

.right table#po-info td.value {
	width: 66px;
	background-image: url('img/ramecek.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #2e3031;
}

.right table#st-info {
	margin-top: 8px;

	width: 100%;
	border-collapse: collapse;
}

.right table#st-info tr.odd {
	background-color: #0092ba;
	
	
}

.right table#st-info td {
	width: 50%;
	height: 19px;
	padding: 0px;
	border: none;
}

.right table#st-info td span {
	margin: 3px;
	margin-left: 15px;
	font-size: 1em;
	font-weight: bold;
}

.right table#st-info td.value {
	text-align: center;
}

.right table#st-info td.value span {
	margin: 3px;
}

.right #st-about h1 {
	margin-left: 13px;
}

.right #st-about p {
	font-size: 1em;
	margin: 0px 13px;
	margin-top: 3px;
}

img.play {
	position: absolute;
	top: 9px;
	right: 10px;
}

img.cam {
	margin-top: 2px;
}

img.mount,
img.bb,
img.tb {
	position: absolute;
}

img.mount {
	right: 20px;
	top: 20px;
	z-index: 1;
}

img.tb {
	top: 0px;
	z-index: 10;
}

img.bb {
	bottom: 0px;
	z-index: 10;
}


