/* CSS Document */
body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px; 
    padding: 0px;
	text-align: center;
	background-color: #393733;
	background-image: url("images/bckg.png");
	background-repeat: repeat-x;
}

img {
    border: 0px;
}

h1 {
    font-family : Arial;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
    color: #4B4B4B;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
    color: #4B4B4B;
}

p {
    margin: 0px 0px 20px 0px;
}

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

.main_div {
    width: 823px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: left;
	background-image: url('images/bckg-mid-repeat.png');
	background-repeat: repeat-y;
}

.menu_top {
    width: 823px;
    height: 34px;
    margin: 0px;
    padding: 0px;
}

.tlacitka_group {
    visibility: hidden;
    background-color: #D3A14A;
    border-top: 1px solid #4B4B4B; 
    padding: 0px;
    margin: 0px;
    float: left;
    position: absolute;
    top: 172px;
    height: 7px;
}

.tlacitko {
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    border-left: 1px solid #4B4B4B;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
}

.tlacitko a {
    color: #FFFFFF;
  	background-color: #737373;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    text-decoration: none;
  	height: 24px;
  	display: block;
}

.tlacitko a:hover {
    color: #242424;
    background-color: #FFA600;
    text-decoration: none;
}






.text-block {
    width: 823px;
    margin: 0px;
    padding: 0px;
	background-image: url('images/bckg-mid.png');
	background-repeat: no-repeat;
}

.content {
    width: 720px;
    min-height: 400px;
    margin: 0px;
    padding: 20px 0px 50px 50px;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #4B4B4B;
    float: left;
    text-align: justify;
}

.content a {
  	font-weight: bold;
    color: #bf7c00;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}




.rvision {
	COLOR : #AAAAAA;
	TEXT-DECORATION: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 10px;
}