/** SVAZKY.CZ
 * #red		CC0000
 * #lite	F2F2F2
 * #midi	D9D9D9
 * #grey	8C8C8C
 * #dark	262626
 */

#lupa09 {
	position:absolute;
	top: 0;
	right: 0;
	z-index:1;	
}
.header h4 {
	font-size: 14px;
	line-height: 14px;
	margin-top: -35px;
	margin-bottom: 21px;
	text-align: right;
	color: #CC0000;
	color: #FFFFFF;
	padding: 0;
	z-index: 1;
}

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: #262626;
	font-size: 13px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}
h1, h1 a, h3, h3 a, a {
	color: #CC0000;
}
h2, h2 a, h4, h4 a {
	color: #8C8C8C;
}

li a, h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
li a:hover, li a.s, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

a.thumb {
	display: block;
	float: left;
	margin-right: 20px;
}

.left_col {

}
.contents, .intro {
	display:inline;
	float: left;
	width: 720px;
}


iframe {
	min-height: 600px;
}


.container_12.mainm {
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
}
.container_12.pagebody {
	background-color: #D9D9D9;
	background-image: url(images/bgstripe.png);
	background-repeat: no-repeat;
	color: #262626;
}

ul.mainMenu {
	display:block;
	float: left;
	width: 940px;
	height: 30px;

	margin: 0 0 1px;
	padding: 0 10px;
}
ul.mainMenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
ul.mainMenu li a {
	float: left;
	font-size: 18px;
	line-height: 25px;
	padding: 3px 30px 2px;
	border-right: 1px solid #262626;
}

ul.mainMenu a, ul.subMenu a {
	color: #262626;
}

ul.pager { margin: 0; padding: 0; }
ul.pager li { display:inline; margin: 0; }
ul.pager li a { margin: 0 5px; }

ul.subMenu {
	margin: 0;
	padding: 0;
}
ul.subMenu li {
	display:block;
	padding: 0;
	margin: 0;
}
ul.subMenu li a {
	display: block;
	padding: 3px 10px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 16px;
	color: #F2F2F2;
}



/** VIDEOBOX
 *
 */
.videobox h3 {
	margin-bottom: 6px;
	font-size:18px;
}
.videobox .thumb {
	display:block;
	float: left;
	margin-right: 6px;
}



/**
 * ROUND CORNERS
 */
.rc_box {
   background: #f2f2f2;
   margin-bottom: 10px;
}
.rc_top div {
   background: url(images/rc_tl.png) no-repeat top left;
}
.rc_top {
   background: url(images/rc_tr.png) no-repeat top right;
}
.rc_bottom div {
   background: url(images/rc_bl.png) no-repeat bottom left;
}
.rc_bottom {
   background: url(images/rc_br.png) no-repeat bottom right;
}

.rc1_box {
   background: #8C8C8C;
   margin-bottom: 10px;
}
.rc1_top div {
   background: url(images/rc1_tl.png) no-repeat top left;
}
.rc1_top {
   background: url(images/rc1_tr.png) no-repeat top right;
}
.rc1_fulltop {
   background: url(images/rc1_top.gif) no-repeat top right;
}
.rc1_bottom div {
   background: url(images/rc1_bl.png) no-repeat bottom left;
}
.rc1_bottom {
   background: url(images/rc1_br.png) no-repeat bottom right;
}

.rc_top div, .rc_top, 
.rc_bottom div, .rc_bottom,
.rc1_top div, .rc1_top, 
.rc1_bottom div, .rc1_bottom, .rc1_fulltop {
   width: 100%;
   height: 6px;
   font-size: 1px;
}
.rc_content { margin: 0px 6px; }

.contents .rc_content { margin: 10px 20px; }

.footer {
	padding: 5px 10px;
	font-size: 10px;
}
/* BINARY FOOTER */
#binaryfooter {
	text-align: left;
}
#binaryfooter, #binaryfooter a {
	color: #999999;	
}
a#binarymark {
	background-position: center bottom; 
	background-repeat: no-repeat;
}
a#binarymark img { 
	vertical-align: text-bottom;
}
a#binarymark:hover img {
	visibility: hidden;
}
