@charset "utf-8";
/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #e7e7e7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #696969;
}
P,tresc.Li {line-height:1.7em; padding-right:25px;}
#tresc Li{list-style-image:url(gfx/list.gif);}


A {text-decoration:none; color:#fb6f08;}
A:hover{text-decoration:underline;}



#pan_top{width:190px; height:46px;}
#pan_bottom{ width:190px; background-image:url(gfx/box_poznaj_bg.gif); background-repeat:no-repeat; text-align:center; vertical-align:middle; height:133px}
#pan_bottom A {text-decoration:none; color:#ffffff;}
#pan_bottom A:hover{text-decoration:underline;}

#container{
width:800px;
background-color:#FFFFFF;
background-image:url(gfx/tlo_main.gif);
background-repeat:repeat-y;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: right; /* this overrides the text-align: center on the body element. */
margin-top:20px;
}

#nav{
	width:190px;
	background-color: #fba230;
	background-image:url(gfx/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:right;
	float:left;

}
#nav Ul{
list-style:none;
list-style-type:none;
padding:0; margin:0;}

#nav Ul Li{
list-style:none;
list-style-type:none;
padding:0; margin:0;

}

#nav Ul Li A{
color:#FFFFFF;
display:block;
text-decoration:none;
font-size:11px;
padding:10px;

border-bottom:1px #fba230 solid;
}

#nav Ul Li A:hover{
color:#FFFFFF;
text-decoration:underline;
font-size:11px;
}



#obraz{
float:right;
width:280px;
text-align:right;
padding-bottom:10px;
}
#tresc{
text-align:left;
width:580px;
padding:0 0 20px 0;
margin-left:210px;
margin-right:0;
}
#tresc P{
padding-right:40px;
text-align:justify;
}
#tresc UL{
padding-right:40px;
}
#tresc h1 {
padding-top:120px;
	margin-bottom: 0;
	font-size:22px;
	color:#fb6f08;
}

#tresc h2 {
	margin: 0;
	padding-top:10px;
	font-size:18px;
	color:#fb6f08;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	background:#e7e7e7;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#757575;
	text-align:center;
}
.tab01{
background-color:#E6E6E6;
color:#000000;
padding: 3px 30px 3px 3px;
}
.tab02{
background-color:#FF9900;
color:#000000;
padding: 0 10px;
width: 100px;
}
.tab03{
color:#000000;
padding: 3px 30px 3px 3px;
}
.tab04{
background-color:#FBE3BF;
color:#000000;
padding: 0 10px;
width: 100px;
}
