body{
	background: #444;
	color:white;
}

a{
	color: #8888ff;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

a img{
	border: 0px;
}

h1{
	color: white;
}

td{
	text-align: center;
}

.telo{
	margin: 30px auto;
	background: black;
	width: 800px;
}

.telo a{
	color: white;
	text-decoration: none;
}

.telo a:hover {
	color: #ff3;

}

.telo .titulek{
	width: 100%;
	height: 200px;
	background: url('/rot_img/10.jpg');
	text-align: right;
	vertical-align: bottom;
}

.telo .titulek img{
	position: relative;
	right: 0px;
	top: 110px;
}

.telo .separator{
	background: #070;
	height: 5px;
}

.telo .menu{
	height: 30px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 90%;
	/*border-bottom: 3px solid #070;*/
}

.telo .menu table{
	width: 100%;
}

.telo .menu table .active{
	background: #111;
}

.telo .menu table .active a{
	color: #ff3;
}

.telo .menu td{
	text-align: center;
	vertical-align: center;
	line-height: 23px;
	width: 20%;
}

.telo .menu td:hover {
	background: #111;
}

.telo .fotky{
	color: #999;
	padding: 10px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}

.telo .fotky table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.telo .fotky td{
	width: 33%;
	height: 267px;
}

.telo .fotky .left{
	border-right: dashed 1px white;
	border-bottom: dashed 1px white;
}

.telo .fotky .middle{
	border-right: dashed 1px white;
	border-bottom: dashed 1px white;
}

.telo .fotky .right{
	border-bottom: dashed 1px white;
}

.telo .fotky .bottom td{
	border-bottom: none;
}



