html, body{
	background-image:url('files/tlo_tresc.PNG');
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana;
	color: black;
	text-align: justify;
	line-height: 26px;
	margin: 0px auto 0px auto; 
}
a{
	text-decoration: none;
	color: #1c5883;
	font-weight: bold;
	font-size: 12px;
	}
a:hover{
	color: #792b2b;
	}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #792b2b;
}
h5{
	font-size: 14px;
	color: #1c5883;
	font-weight: bold;
	margin-top: 10px;
}
h6{
	font-size: 12px;
	color: #ff4200;
	font-weight: bold;
	text-align: center;
}
input{
	border: 1px solid gray;
}
textarea{
	border: 1px solid gray;
}
img{
	border: 1px solid gray;
}
.tabela1{
	font-size: 10px;
	font-family: Verdana;
	color: black;
	text-align: justify;
	line-height: 26px;
	color: black;
}
.tabela2{
	font-size: 10px;
	font-family: Verdana;
	color: black;
	border: 1px solid gray;
	text-align: justify;
}
.tlo{
	background-image:url('files/podklad1.PNG');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
.calosc{
	background-color: white;
	width: 900px;
	border: 1px solid gray;
	margin: 0px auto 0px auto; 
}
.pasek_gora{
	background-image:url('files/pasek_gora.PNG');
	width: 900px;
	height: 36px;	
}
.logo{
	width: 900px;
	height: 200px;	
	color: white;
	font-family: Sans-Serif;
	text-align: left;
	line-height: 10px;
	background-image:url('files/logo.PNG');
}
.logo_g{
	background-image:url('files/logo_g.PNG');
	width: 900px;
	height: 200px;	
}
.menu{	
	width: 900px;
	height: 30px;	
	border-bottom: 6px solid #528fba;
	background-color: #d2e2ed;
}
.tresc_top{
	background-image:url('files/podklad2.PNG');
	background-repeat: repeat-x;
	width: 900px;
}
.tresc{
	width: 650px;
	height: 100%;
	float: left;
	overflow: auto;
	position: relative;
	text-align: justify;
	padding: 20px;
	margin: 10px;
	border: 3px solid #b5cfe1;
	background-color: white;
}
.galeria{
	background-color: gray;
	width: 160px;
	height: 100%;
	margin: 5px;
	float: right;
	background-color: #dcdcdc;
}
.stopka{
	background-image:url('files/menu.PNG');
	width: 900px;
	height: 30px;
	clear: both;
	color: white;	
}

	
#menu ul, ul li {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;

}

#menu ul {
	float: left;
	padding: 1px 0 1px 1px;
}

#menu ul li {
	float: left;
}

#menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #4b4b4b;
	font-size: 12px;
	padding: 3px 12px;
}

#menu ul a:hover {
	color: #ff4200;
}



