/* #####################=  základní definice */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, p, fieldset, input {
	margin: 0;
	padding: 0;
}
html, body {
  background:	url('../images/pattern.jpg') center;
  background-color: #130c00;
	text-align: center;
	font-family: "Arial CE", arial, sans-serif;
	font-size: 11pt;
	color: #928e78;
	margin-bottom: 15px;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding:2px;
	padding-top: 8px;
}
td.label {
	font-weight: bold;
	color: rgb(208,208,208);
}
.clear {
	clear: both;
}

a {
color:#c1b224;
}
a:hover {
text-decoration: none;
}
strong, b {
color:#a45900;
}
p {
margin-top:9px;
margin-bottom:15px;
line-height:135%;
}
p.letter:first-letter {
font-size:18pt;
}
h2 {
font-size:15pt;
margin:0;
margin-bottom:5px;
text-transform:uppercase;
color:#ffffff;
font-family: Trebuchet MS;
}
h2 span {
color:#e4d897;
}
h2:first-letter {
color:#fefc5b;
}


div#head  {
background: url('../images/head.jpg') right no-repeat;
width:817px;
height:437px;
margin-left: auto;
margin-right: auto;
}
a.logo  {
position: absolute;
top:0px;
display: block;
height:150px;
width:100%;
}
div#new  {
text-align:left;
background: url('../images/new_center.jpg') black repeat-y;
width:739px;
position: relative;
left:8px;
top:5px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}div#newt  {
background: url('../images/new_top.jpg') top no-repeat;
width:739px;
margin-left: auto;
margin-right: auto;
}div#newb  {
background: url('../images/new_bottom.jpg') left bottom no-repeat;
width:709px;
margin-left: auto;
margin-right: auto;
padding:30px;
padding-top: 20px;
}
div#menu  {
margin-bottom:-5px;
}
div#menu a  {
text-decoration: none;
padding-right:10px;
margin-left:10px;
}
div#menu span  {
margin-left:5px;
margin-right:5px;
}
div#menu a:hover  {
text-decoration: underline;
color:white;
}
div#new .image  {
float:right;
margin-right:30px;
margin-left: 12px;
}
div#new .image2  {
float:left;
margin-right:30px;
margin-left: 12px;
}
.right {
text-align: right;
}

.pata {
width:739px;
font-size: 8pt;
text-align: right;
color:rgb(32,32,32);
margin-left: auto;
margin-right: auto;
}

.error {
color:#8E0503;
font-weight: bold;
}
.input {
background:#926A27;
border:1px solid #493514;
padding:3px;
}
.submit {
background-color: #493514;
border:1px solid black;
color:black;
padding:3px;
}
