@CHARSET "UTF-8";
html {
    margin: 0px;
    padding: 0px;
}

body {
	background: url(../images/webbg.gif) repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Tahoma,Arial;
    font-size: 12px;
    background-color: #800000;
    color: #000000;
}

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
}


#container {
	background: url(../images/containerbg.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 1000px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	}
	
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
    padding : 0px;
	margin: 0px;
	width: 100%;
	height: 111px;
	overflow: hidden;
}

#navigation
{
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
    margin: 0px;
	padding: 0px;
	width: 100%;
	height: 39px;
	overflow: hidden;
}

#sidebar-right {
	float: right;
	width: 196px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#sidebar-left {
	float: left;
	width: 195px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	min-height: 500px;
}

#content {
	margin: 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-inner
{
    padding: 5px;
	overflow: hidden;
}

.viac a {
    color: #800000;
    font-weight: bold;
    text-decoration: none;
}

.viac a:hover {
    color: #800000;
    font-weight: bold;
    text-decoration: underline;
}
	
#footer{
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
    clear: both;
	margin: 0px;
	width: 1000px;
	height: 78px;
	overflow: hidden;
	color: #ffffff;
}
	
#navlist {
	float: right; 
	text-align: left; 
	width: 807px; 
	height: 110px; 
    padding: 60px 10px 0 10px;
    color: #800000;
    font-size: 12px;
    font-weight: bold;
}

#navlist a {
	font-size: 14px;
    color: #ffffff;
	text-decoration: none;
}

#navlist a:hover {
	font-size: 14px;
    color: #8cccff;
	text-decoration: none;
}

input, select {
    border: 1px solid #666666;
    /* width: 250px; */
}

input.adresa {
    width: 350px;
}

textarea {
    border: 1px solid #666666;
}

input.checkbox {
    border: 1px solid #666666;
}

.tm_active {
		color: #8cccff;
}

#leftmenu {
    overflow: hidden;
    vertical-align: top;
    padding-left: 1px;
}

.lmenu {
    background-image: url(../images/lmenubg.gif);
    background-repeat: no-repeat;
    text-align: left;
    width: 195px;
    height: 32px;
    color: white;
    line-height: 32px;
    overflow: hidden;
}

.lmenu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.rmenuoff {
    background-image: url(../images/roff.gif);
    background-repeat: no-repeat;
    width: 195px; 
    height: 51px; 
    line-height:51px; 
    vertical-align: middle; 
    text-align: center;
    color: white;
}

.rmenuoff a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.rmenuon {
    background-image: url(../images/ron.gif);
    background-repeat: no-repeat;
    width: 195px; 
    height: 51px; 
    line-height:51px; 
    vertical-align: middle; 
    text-align: center;
    color: white;
}

.rmenuon a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#rmenu{
    width: 195px; 
    height: 51px; 
    line-height:51px; 
    vertical-align: middle; 
    text-align: center;
    color: white;
}

.detailbut {
	font-weight: bold;
	text-align: center;
	background-color: #449aee;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
} 

.detailbut a {
	color: #ffffff;
	text-decoration: none;
}

#nadpis1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#pravastrana {
    width: 195px;
    overflow: hidden;
}

#lavastrana {
    text-align: center;
    line-height: 125%;    
}

#adresa {
    height: 1px; 
    border-bottom: 1px solid #0099FF; 
    width: 100px; 
    padding: 0px; 
    margin: 0px auto;
}

.noborder {
    border: 0px;
}

#ciarka {
    border-right: 1px dotted #cccccc;
}

#textright {
    text-align: right;
}

#textcenter {
    text-align: center;
}

#font10 {
    font-size: 10px;
}

#font10a {
    font-size: 10px;
}

#biela {
    color: #ffffff;
}

