body {
  margin: 0;
  padding: 0;
  background: #E2D6C5 url(./../images/bg_repeat.png) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3399CC;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;

}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 8px 0;
	text-align: justify;
	line-height: 130%;
}

p.right {
	margin: 0px;
	float: right;
	color:#4E3737;
	font-size: 11px;
	font-weight:normal;
}

hr{
	padding: 7px 0 7px 0;
	border-top: 1px dotted #CDB99C;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

a:link {
	color: #3399CC;
}

a:hover, a:active {
	text-decoration: none;
	color: #3399CC;
}

a:visited {
	color: #3399CC;
}

img.okraj {
	border: 4px solid #CDB99C;
}

a img.okraj {
	border: 4px solid #CDB99C;
}

a img.okraj:hover {
	border: 4px solid #3399CC;
}

td {
  vertical-align:top;
  padding-left:10px;
}

.input {
  border: 1px solid #330000;
  background: #DFCEB5;
}

.input:hover {
  border: 1px solid #330000;
  background: #E2D6C5;
}

/* MENU */
#menu_obal {
  width: 870px;
  margin: 0 auto;
}

#menu {
	float: left;
	width: 870px;
	height: 40px;
	background: #330000;
	border-top: 4px solid #CDB99C;
}

#menu ul {
	margin: 13px -40px 0 -29px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0 4px;
	text-decoration: none;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #CDB99C;
}

#menu a.menu_imp{
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
	color: #3399CC !important;
	cursor:default;
}

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

/* Buttons */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    color:#4E3737;
    cursor:pointer;
    padding:4px 10px 4px 10px; 
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button:hover, .buttons a:hover{
    background-color:#E2D6C5;
    border:1px solid #DCB99C;
    color:#4E3737;
}

.buttons a:active{
    background-color:#4E3737;
    border:1px solid #4E3737;
    color:#fff;
}

button.modra, .buttons a.modra{
    color:#3399CC;
}

.buttons a.modra:hover, button.modra:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#3399CC;
}
.buttons a.modra:active{
    background-color:#3399CC;
    border:1px solid #3399CC;
    color:#fff;
}


/* Table */
#top_stripe {
  background:#CDB99C url(./../images/tien.gif) right top no-repeat;
  padding: 0 20px;
}

#wrapper {
  width: 870px;
  margin: 0 auto;
  background-color: white;
}

/* Page */
#page {
	width: 870px;
	margin: 0 auto;
}

/* Content */
#content {
	float: right;
	width: 830px;
	padding: 20px;
}

/* Footer */
#footer {
	background: #330000 url(./../images/footer.gif) no-repeat;
	margin: 0 auto;
	height: 60px;
	min-height: 64px;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	border-top: 4px solid #CDB99C;

}

html>body #footer {
	height: auto;
}

#footer p {
	color: #CDB99C !important;
	text-align: center;
	clear: both;
}

.document_table {width:100%}
.document_table td {border-bottom:1px solid #cccccc;}
.document_table th {padding-left: 10px; height:24px;}

.document_table tr {background:#FAFAFA;}
.document_table .second {background:#EEEEEE;}

