/* CSS Document */
/* Main Tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
margin: 0;
padding: 0;
font: 11px/1 Georgia, "New Century Schoolbook", Times, serif;
color: #000000;
background-image:url(../images/layout/layout_bg.gif);
text-align:center;
}
h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#666666;
font-size: 15px;
font-weight:bold;
}
h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#666666;
font-size: 13px;
font-weight:bold;
}
a {
	color: #626262;
	text-decoration:none;
}
a:hover {
	color: black;
}
hr {
	color: #999999;
	background-color:#999999;
	padding: 0;
	margin: 2px;
}
p {
	font: 12px/1.2 Georgia, "New Century Schoolbook", Times, serif;
	line-height: 150%;
}
p.pytanie {
	font-weight:bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
}
p.odpowiedz {
	padding-left: 15px;
}
p.autor {
	padding: 18px;
	font-style:italic;
	font-size: 14px;
	
}
/* DIVy */
#wrapper{
width: 769px;
margin: auto;
text-align:left;
}
#stopka {
margin: auto;
text-align:center;
margin: 10px;
}
/* IDs:Glwna tabela */
#main_table #content {
padding-top: 3px;
width: 734px;
background-color: #E2DFDC;
}
#main_table #top {
width: 769px;
height: 139px;
background-image:url(../images/layout/top.png);
}
#main_table #ramka_lewa {
width: 19px;
background-image:url(../images/layout/ramka_lewa.png);
}
#main_table #ramka_prawa {
width: 16px;
background-image:url(../images/layout/ramka_prawa.png);
}
#main_table #bottom {
height: 101px;
background-image:url(../images/layout/bottom.png);
}
/* IDs:Menu */
#top #main_menu {
width:388px;
height:101px;
position:relative;
left: 381px;
top: 10px;
}
/* Classy content boxw */
td.content_box_gora {
background-image: url(../images/content_top.gif);
height: 5px;
}

td.content_box_lewa {
background-image: url(../images/content_lewa.gif);
width: 3px;
}

td.content_box_prawa {
background-image: url(../images/content_prawa.gif);
width: 3px;
}

td.content_box_dol {
background-image:url(../images/content_dol.gif);
height: 5px;
}

td.content_box_middle {
background-color:#FFFFFF;
padding: 1px;
}

.content_box_header {
font-variant:small-caps;
font-weight: bold;
font-size: 125%;
}
a.breadcrumbs {
text-decoration:underline;
}
a:hover.breadcrumbs {
text-decoration: none;
}

/* Pole z buttonami */
ul#mini-buttony li {
	float: left;
	list-style: none;
	margin: 3px;
}