﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-image: url("");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #fff;
	
	/*behavior: url(csshover.htc);*/
}
#container {
	border-top: 3px solid #e41600;
	border-right: 3px solid #e41600;
	border-bottom: 3px solid #e41600;
	border-left: 3px solid #e41600;
	background-color: #ffffbe;	
	width:1092px;   
}
#masthead {
	text-align: right;
	height: 141px;
	width:1092px; 

	border-bottom: 3px solid #e41600;
	background-image: url("../images/lista_9.gif");
	background-position: top;
	background-repeat: no-repeat;
}
ul {
    list-style-type:none;
    margin:auto;
    padding:0;
}
#navigation {
    height:71px;
	background-color: #e41600;
 	border-top: 3px solid #e41600;
}
.nav {
    position: static; 
    width:1095px;   
}
li {
    float:left;
}
.link {
    position:relative; 
    width:182px;
    height:10060px;/*10000 + 25*/
    margin-top:-10000px;
}
.nav a {
	font-size: large;
	color: #e41600;
	font-weight: bold;
    text-align: center; 
	border-bottom:10px;
	padding-top:14px;
    position: relative;
    display:inline-block;
    width:182px;
    background-image: url('../images/tlacitko_mg2.jpg');
    height:54px;
}
.nav ul {
    float:left;
}
.sub li {
    clear:left;
    position:relative;
}
.sub li a {
    margin-right:-1px;
}
a.main, .sub a.submain {
    float:left;
    margin-right:-181px;
    margin-top:10000px;
}
.sub ul li {
    left:182px;
    top:-68px;
}
.nav a:hover{
	background-image: url('../images/tlacitko_mg1.jpg');
	display: inline-block;	
	margin-right:0;
	color:#ffff01
}

.nav a:focus,
.nav a:active{
	background-image: url('../images/tlacitko_mp11.jpg');
	display: inline-block;	
	margin-right:0;
}
/*OPERA fix*/
.sub:hover {
    clear:left;
}
.sub ul:hover {
    clear:left;
}

#LeftPanel {
	float: left;
	width: 220px;
	border-top: 0px;
	border-right: 3px solid #e41600;
	border-bottom: 3px solid #e41600;
	border-left: 0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:1px;
	padding-right:1px;
	background-image:url('../images/left2.jpg');
	background-position: top;
	background-repeat: repeat;
	text-align: center;
}

#content {
	float: right;
	float: left;
	width: 835px;
}
#footer {
	border-top: 3px solid #e41600;
	text-align: center;
	padding-bottom: 10px;
	font-size: medium;
	background-color: #ffff01;
}
html>body #footer {
	text-align: center;
	padding-bottom: 10px;
}

/* Right Column */
#column_r img {
	border: 1px solid #e41600
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
	text-align:center;
}
h2 {
	font-size: large;
	color: #000;
	text-align: justify;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #e41600;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
