html, body, p {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: black;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;	
}

a {
	color: red;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img{
	border: none;
}
td {
	text-align: left;
}

li {
	list-style: none;
	padding: 1px;
}

#main {
	margin: auto;
	text-align:center;
	width:1110px;	
	background: black url("/images/ladies.jpg") no-repeat;
	padding-left: 150px;
}

#header {
	text-align: left;
	height: 110px;
}

#header #logo {
	position:relative;
	top: 18px;
	left: 15px;
	float: left;
}

#header #header_banner {
	position:relative;
	top: 19px;
	left:150px;	
	border: 1px solid red;
	float: left;
	height: 60px;	
}

#menu {
	text-align: left;
	height: 40px;
	width: 990px;
	background: red url("/images/menu_bcg.jpg") bottom repeat-x;
	.margin-left: -119px;
	line-height: 36px;
	.line-height: 40px;
}

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

#menu .menuitem {
	text-align: center;
	padding: 5px 10px 6px 10px;
	background: red url("/images/menu_bcg.jpg") repeat-x;
	font-size: 20px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	height: 40px;
	margin: 0px;
	border-left: 1px solid  #ce1d27;
	border-right: 1px solid  #841016;
	.line-height: 35px;
	.padding-top: 8px;
}

#menu .zbytek{
	padding-right: 297px;
	.padding-right: 298px;
}

#content {
	float:left;
	background: white;
}

#content #bread {
margin-bottom: -15px;
	
}

#content #column_left {
	float: left;
	width: 200px;
	padding: 10px;	
}

#content #column_mid {
	float: left;
	width: 530px;
	padding: 10px;	
	text-align: left;
}

#column_mid h1{
	color: black;
	font-weight: bold;
	margin: 0px;
	font-size: 24px;	
	padding: 15px 0 10px 0;
}

#column_mid h2{
	color: red;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 17px;	
	padding: 10px 0 5px 0;
}

#column_mid h3{
	color: blue;
}

#column_mid p{
	text-align: justify;
}

#column_mid .black {
	background: black url("/images/tdblack_bcg.jpg") repeat-x;
	height: 67px;
	color:white;
	font-weight: bold;
}

#column_mid .red {
	background: red url("/images/tdred_bcg.jpg") repeat-x;
	height: 67px;
	.height: 63px;
	color:white;
	font-weight: bold;
}

#column_mid .black img {
	border: 1px solid white;
}

#column_mid .red img {
	border: 1px solid white;
}

#column_mid .black td{
	border-left: 1px solid  #1d1d1d;
	border-right: 1px solid  #000000;
	padding:3px;
	text-align: center;
}

#column_mid td a{
	color: white;
}

#column_mid th{
	text-align: center;
	padding-bottom: 5px;
}

#column_mid .blacknd {
	background: black url("/images/tdblack_bcg.jpg") repeat-x;
	height: 67px;
	color:white;
	font-weight: bold;
	border-left: 1px solid  #1d1d1d;
	border-right: 1px solid  #000000;
	text-align: center;
	padding: 3px;
}

#column_mid .rednd {
	background: #a5141b url("/images/tdred_bcg.jpg") repeat-x;
	height: 67px;
	color:white;
	font-weight: bold;
	border-left: 1px solid  #ce1d27;
	border-right: 1px solid  #841016;
	text-align: center;
	padding: 3px;
}

#column_mid .frtable td {
	text-align: center;
}

#column_mid .frtable .black {
	background: black url("/images/tdblack_bcg_small.jpg") repeat-x;
	height: 33px;
	color:white;
	font-weight: bold;
}

#column_mid .frtable .red {
	background: red url("/images/tdred_bcg_small.jpg") repeat-x;
	height: 33px;
	.height: 30px;
	color:white;
	font-weight: bold;
}

#column_mid .red td{
	border-left: 1px solid  #ce1d27;
	border-right: 1px solid  #841016;
	padding:2px;
	text-align: center;
}

#column_mid .frtable .black td{
	border-left: 1px solid  #1d1d1d;
	border-right: 1px solid  #000000;
	
	text-align: center;
}

#column_left .black {
	background: black url("/images/tdblack_bcg_small.jpg") repeat-x;
	height: 33px;
	color:white;
	font-weight: bold;
}

#column_left .red {
	background: red url("/images/tdred_bcg_small.jpg") repeat-x;
	height: 33px;
	.height: 32px;
	color:white;
	font-weight: bold;
}

#column_left .black img{
	padding-top: 3px;
}

#column_left .red img{
	padding-top: 3px;
}

#column_left .black td{
	border-left: 1px solid  #1d1d1d;
	border-right: 1px solid  #000000;
	
	text-align: center;
}

#column_left td a{
	color: white;
}

#column_left .red td{
	border-left: 1px solid  #ce1d27;
	border-right: 1px solid  #841016;
	
	text-align: center;
}

#column_left .bonus {
	font-size: 10px;
}


#content #column_right {
	float: left;
	width: 200px;
	padding: 10px;	
}

#column_right .btn{
	background-color: black;
	color:white;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

#footer {
	background: url("/images/footer_bcg.jpg") repeat-x;
	color: #777777;
	padding-top: 10px;
	.margin-left:-120px;
	width:990px;
}

#smap td a {
	color: red;
}

.box {
	
}

.box .blackheader {
	height: 20px;
	background: url("/images/blackheader.jpg") repeat-x;
	font-size: 17px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;	
	padding-top: 6px;
}

.box .redheader {
	height: 20px;
	background: url("/images/redheader.jpg") repeat-x;
	font-size: 17px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;	
	padding-top: 6px;
}

.box .content {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px;
	text-align:left;
}

.center {
	text-align: center;
}

.cleaner {
	clear:both;
}
