@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dedfd1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#container {
	width: 900px;
	background: #ffffff url(images/bgr_2.jpg) repeat-y;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
} 
#top {
	background: url(images/top.jpg) no-repeat;
	height: 27px;
	text-align: right;
} 
#header  {
	background: url(images/header.jpg) no-repeat;
	height: 270px;
}
#sidebar1 {
	width: 206px;
	background: #acd200;
	float: left;
}
#sidebar1 a {
	color: #FFFFFF;
	background: #3a7fcd;
	width: 189px;
	display: block;
	padding-left: 17px;
	text-decoration: none;
	font: 75%/32px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #478ad6;
}
#sidebar1 a:hover {
	color: #3a7fcd;
	background: #ffe866;
	border-bottom: solid 1px #ffe866;	
	}
#sidebar2 {
	width: 176px;
	background: #acd200;
	padding: 30px 17px 20px 13px;
	float: left;
}
#sidebar2 img {
	padding-bottom: 15px;
}
#sidebar2 object {
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#mainContent {
	width: 654px;
	background: url(images/dvere_roh.jpg) no-repeat top;
	font-size: 75%;
	padding: 40px 20px 20px;
	float: right;
	min-height: 600px;
	line-height: 16px;
}
#mainContent h1 {
	color: #3A7FCD;
	background: transparent;
	padding-bottom: 20px;
	font-size: 170%;
}
#mainContent h2 {
	color: #3a7fcd;
	background: transparent;
	font-size: 120%;
}
#mainContent h3 {
	color: #cb2a00;
	background: transparent;
}
#mainContent a {
	color: #3a7fcd;
	background: #FFFFFF;
}
#mainContent a:hover {
	color: #3a7fcd;
	background-color: #FFFFFF;
	text-decoration: none;
}
.imgLeft {
	padding-right: 20px;
	padding-bottom: 8px;
	float: left;
}
.imgRight {
	padding-left: 20px;
	padding-bottom: 8px;
	float: right;
}
#footer {
	background: #3a7fcd;
	color: #FFFFFF;
	padding: 0px 10px 0 20px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font: 65% Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	background-color: #3a7fcd;
}
#footer a:hover {
	color: #ffd800;
	background-color: #3a7fcd;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padding {
	padding: 25px;
}
 #mainContent ul {
	list-style: circle;
	line-height: 18px;	/*margin-left: -15px;*/
 }
