/* BASIC FORMATING */
body, html {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 11px;
	text-align: center;
	background: url('../images/back_main.jpg') #000 top center repeat-x;
	color:#fff;
}
.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
p, img, table, tr, th, td, h1, h2, h3, h4, h5, a, form {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
/* DESIGN FORMATING */
#main {
	margin: 0px auto 0px auto;
	width: 900px;
}

#logo {
	float:left;
	width:250px;
	margin:10px 0px 0px 8px;
	border-right:1px solid rgb(255,133,11)
}

#top_text {
	float:right;
	width:630px;
	padding-top:10px;
	height:79px;
	background: url('../images/back_top.jpg') #000 top right no-repeat;
}

#top_text p {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align:left;
	line-height:20px;
	margin:0px;
}

#head {
	background: url('../images/back_head.jpg') transparent top center no-repeat;
	padding:170px 0px 0px 0px;
}

#content {
	margin:10px 0px 0px 0px;
	padding:0px 5px 10px 5px; 
}

.h {
	border-top:1px solid rgb(255,133,11);
	background-color: rgb(55,55,55);
	padding:7px 8px 7px 8px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align:left;
}

.left {
	float:left;
	padding:0px 10px 0px 10px;
}

.text-left {
	float:right;
	border-left:1px solid rgb(255,133,11);
	padding:0px 10px 0px 10px;
	width:680px;
	text-align:left;
}

.empty {
	background-color: #000;
	padding: 10px 40px 10px 50px
}

.right {
	float:right;
	padding:0px 10px 0px 10px;
}

.img_big, .img_big2 {
	background-color:rgb(80,80,80);
	padding:8px;
}

.img_big2 {float:left; margin:0px 15px 0px 15px; }

.img_small {
	float:left;
	background-color:rgb(99,99,99);
	padding:4px;
	margin:2px 5px 2px 5px;
}

.hodnoceni {
	float:left;
	background-color:rgb(99,99,99);
	padding:4px 6px;
	margin:2px 5px 2px 5px;
}

#patka {
	border-top:1px solid rgb(255,133,11);
	padding:0px 3px 0px 3px;
	margin:5px 0px 10px 0px;
	width:100%;
}

/* MENU */
div.menu {
	float: none;
	text-align: center;
	margin: 0px 0px 0px 5px;
}
div.menu a, div.menu a:visited {
	display: block;
	position: relative;
	float: left;
	background: url('../images/menu.jpg') transparent top center no-repeat;
	width: 103px;
	padding: 10px 0px 15px 0px;
	margin:0px 5px 0px 0px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:#fff;
}
div.menu a:hover {
	background: url('../images/menu_hover.jpg') transparent top center no-repeat;
	color:#fff;
	text-decoration: none;
}

/* FORMS FORMATING */
input, .button, textarea, select {
	border: 1px solid #666;
	margin: 2px;
	padding: 4px;
	background-color: #333;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.button {
	padding: 4px 6px;
	color: rgb(61,120,155);
}
fieldset {
	border: 1px solid #ccc;
}
/* LINKS FORMATING */
a:link, a:visited, a:active, a:hover {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	color: rgb(255,133,11);
	cursor: pointer;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: rgb(255,133,11);
	text-decoration: underline;
}
/* TEXT FORMATING */
h1, h2, h3, h4, h5, h6 {
	margin: 3px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
h1 {
	padding-left: 3px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255,133,11);
	padding:10px 5px 5px 15px;
}
h2 {
	padding-left: 3px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,133,11);
}
h3 {
	padding-left: 6px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,133,11);
}
h4 {
	padding-left: 9px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,133,11);
}
h5 {
	padding-left: 12px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
h6 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
span, .normal, .gray, .normal2 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,133,11);
}

.normal, .normal2 {
	color: #fff;
}

.normal2 {
	font-size: 11px;
}

.gray {
	color: #ccc;
	font-size: 10px;
}

strong {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,181,107);
}

p {
	margin:5px 0px 5px 0px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height:16px;	
	text-align: justify;
}

td, tr {
	height:15px;
}

td {
	vertical-align: middle;
	text-align: left;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
