/* CSS Document */
body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	text-align: center;
	background-color: #000000;
}

img {
    border: 0px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
}

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

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

.main_container {
    width: 750px;
    min-height: 750px;
    height: auto !important;
    height: 750px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    padding: 0px;
	background-image: url('images/bckg-repeat.png');
}

.main_div {
    width: 750px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    padding: 0px;
    text-align: left;
	background-image: url('images/bckg-top.jpg');
    background-repeat: no-repeat;
}

.l_menu {
    position: relative;
    top: 0px;
    left: 5px;
    width: 191px;
    height: 600px;
    margin: 22px 0px 0px 0px;
    padding: 0px;
    float: left;
    color: #FFFFFF;
}

.tlacitko {
    width: 150px;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    line-height: 22px;
    color: #DDDDDD;
    text-align: left;
}

.tlacitko a {
    color: #DDDDDD;
    font-weight: bold;
    text-decoration: none;
}

.tlacitko a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.content {
    width: 500px;
    margin-left: 200px;
    padding: 25px 10px 30px 10px;
    text-align: left;
}

.content h1 {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    color: #a44800;
}

.content h2 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #a44800;
}

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

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