﻿@CHARSET "UTF-8";

body {
	text-align: left;
	font-family: Times New Roman;
}

h1 {
	padding: 30px 20px;
	color: #000;
	font-size: 21px;
}

ul, li {
	pading: 0;
	margin : 0;
}

a:VISITED, a:ACTIVE, a:LINK {
	text-decoration: none;
	color:black;
}

#main {
	margin: 10px auto;
	width: 800px;
	
}

#left {
	height:100%;
	width: 206px;
	float: left;
	background: url("images/logo1.jpg") no-repeat #6b6a55;
}
#right {
	height:100%;
	width: 587px;
	float: left;
}

.header {
	height: 251px;	
}

#llogo {
	width:100%;
	float: left;
	clear: left;
	height: 251px;	
}

#rlogo {
	width: 170px;
	background: url("images/logo2.jpg") no-repeat;
	float: right;
	clear: right;
	height: 175px;
}

#mlogo {
	width: 417px;
	float: left;
	height: 175px;
	text-align: center;
}

#lcontent {
	width: inherit;
	float: left;
	height: 100px;
}

#rcontent {
	width: inherit;
	float: left;
}

#lcontent ul {
	padding-left: 12px;
	list-style: none;
}

#lcontent ul li {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0px 0px;
}
#lcontent ul li:HOVER {
}

#rcontent p {
	padding: 10px 30px;
	line-height: 22px;
}

#rcontent h2 {
	margin: 0px 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px black solid;
	font-size: 20px;
}
ul.wazna-lista{
	margin-top:20px;
	margin-bottom:20px;
	list-style: none;
}
ul.wazna-lista li {
	line-height: 30px;
	font-weight: bold;
}

ul.lista {
	list-style: none;
}