/*** RESET CSS **************************************************************/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	/*font-family: Verdana;*/
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: normal;
	font-family: Verdana, sans-serif;
}

table tr,
table th,
table td
{
	vertical-align: top;
}

table th {
	font-weight: bolder;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*** /RESET CSS *************************************************************/

/*** CLEARFIX ***************************************************************/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*** /CLEARFIX **************************************************************/
/***chyba roztazenych tlacitek v IE pod WinXP**********************************/
input.submit {
    padding: 0 .25em;
    width: 0;  /* pouze pro IE */
    overflow: visible;   /* BUG S VYKRESLOVANIM V IE7 */
}

input.submit[class] { /* IE ignoruje [class] */
    width: auto;
}

/******************************************************************************/
html, body {
	background-color: white;
}

body {
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;
}

h1 {
	color: #d51600;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: large;
	font-weight: bold;
	margin: 30px 0 10px;
}

h3 {
	font-size: medium;
	font-weight: bold;
	margin: 40px 0 10px;
}

a {
	color: #d51700;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 125%;
	margin-bottom: 10px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ul {
	line-height: 125%;
	margin-bottom: 10px;
}

div#body {
	/*background-color: white;*/
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 1000px;
}

div#header {
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

div#logo {
	background-image: url('/images/header.png');
	background-color: transparent;
	background-repeat: no-repeat;
	height: 122px;
}

div#logo a.homepage {
	display: block;
	position: absolute;
	height: 112px;
	top: 0;
	left: 20px;
	width: 200px;
}

ul#menu {
	color: white;
	list-style-type: none;
	margin:0;
	margin-left: 265px;
	padding:0;
	padding-top: 86px;
}

ul#menu a {
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}

ul#menu li {
	background-image: url('/images/menu_item_left.gif');
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 1px;
}

ul#menu li a {
	background-image: url('/images/menu_item_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}

ul#menu li.active {
	background-image: url('/images/menu_item_left_active.gif');
}

ul#menu li.active a {
	background-image: url('/images/menu_item_right_active.gif');
}

div#gradient {
	background-image: url('/images/header_gradient.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #d11300;
	height: 284px;
}

div#gradient img {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

div#text {
	padding-top: 60px;
	width: 315px;
}

div#text p.title {
	color: white;
	font-size: x-large;
}

div#content {
	/*background-color: white;*/
	xpadding:0 150px;
	padding-top: 426px;
	margin-bottom: 20px;
}

div#footer {
	background-color: #767360;
	border-top: 5px solid #d11300;
	color: white;
	padding: 10px;
	padding-top: 15px;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#jidelnicek {
	width:700px;
	margin:50px auto;
}

div#jidelnicek01,
div#jidelnicek02 {
	float: left;
	width: 250px;
}

div#jidelnicek02 {
	float: right;
}

div#kontakty div {
	float: left;
	margin-left: 60px;
}

div#kontakty div.first {
	margin-left: 0;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul.errors {
	color: red;
	list-style: none;
}
#chybove_hlaseni {
	padding: 15px;
	margin-bottom: 10px;
	background: #767360;
	color: #FFF;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.right {
	text-align: right;
}

/*----------------------------------------------------------------------------------- FORM ---*/

fieldset {
	border: none;
}

input, select, textarea {
	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%; 
	width: 186px;
	height: 17px;
	border: none;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	background: #767360;
	-moz-border-radius:10px 10px 10px 10px;
}
textarea {  
	width: 200px;
	min-height: 60px; _height: 60px;
	background: #767360;
	-moz-border-radius:10px 10px 10px 10px;
}
textarea.big {
	width: 300px;
	height: 150px;
}
label {
	display: block; width: 170px;
	margin: 0 0px 0px 0;
	float: left; clear: left;
}
input.submit   { 
	margin:0;
	padding: 0;
	display: block;
	height: 23px;
	color: #FFF;
	background: #767360;
	text-decoration: none;
	padding: 3px 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}
.search {
	background: url(../images/bg-search.png) no-repeat;
	width: 186px; 
	height: 17px;
}

table.form_table td{
	background: inherit;
}
.button_box {
	text-align: right;
}
.denni-menu {
	text-align: left;
}

table.table-home td{
	padding-right: 20px;
}

table.table-home .news{
	width: 200px;
	padding-left: 20px;
	border-left: 2px solid #D51700;
	padding-right: 0px;
}
table.table-home .news p{
	text-align: left;
}
