body {
padding: 0;
margin: 0;
text-align: center;
background: #ff0101 url(tlo_gora.gif) repeat;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
color: white;
}

a:link {
	color: black; 
	text-decoration: none;
	}

a:visited {
	color: black; 
	text-decoration: none;
	}
a:hover {
	color: white;  
	text-decoration: underline;
	}

#heading {
background: #6D6D74 url(naglowek.png) no-repeat;
width: 760px;
height: 250px;
margin: 0px auto 0;
color: #FFF;
}

#header {
padding-top: 50px;
padding-left: 10px;
}

h1 {
font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: white;
}

h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: white;
}

h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: white;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: white;
}

#content {
	/* background: #FFF; */
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#navigation {
	padding: 0px 0px 5px 0px;
}

#main {
	float: left;
	/* background: #FFF; */
	padding: 5px 5px;
	width: 545px;
}

#sidebar {
	width: 180px;
	margin: 0 0 0 560px;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	background: url(bullet00.png) no-repeat 0 5px;
	padding-left: 18px;
}

#footer {
	clear: both;
	background: black;
	text-align: center;
	color: #FFF;
	padding: 5px;
}

#footer2 {
	clear: both;
	text-align: center;
	padding-right: 15px;
	color: #FFF;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited { 
	color: #ACAB95;
}

.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0;
}

.entry {
	padding-bottom: 15px;
	text-align: justify;
}

blockquote {
	background: #EEE url(blockquo.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px 10px 30px 10px;
	margin: 1em 1em 1em 3em;
	width:350px;
}

.commentbox {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



















#minitabs {
	margin: 0;
	padding: 10px 0 25px 20px;
	/*background: #9FA19E; */
	background-color: black;
	text-transform: uppercase;
	}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 200px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 200px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 7px 4px 7px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 3px;
	/* background: #9FA19E; */
	background: black;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	padding-bottom: 2px;
	/* background: #9FA19E; */
	background: black;
	color: #D8D4C9;
}

.menulist > li > a:hover, .menulist > li > a.highlighted:hover, .menulist > li > a:focus {
	border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	/* background: #9FA19E; */
	background: black;
	color: #D8D4C9;
}

.menulist > li > a.highlighted {
	border-bottom: 4px solid #FFF;
	color: #FFF;
	/* background: #9FA19E; */
	background: black;
}

.menulist  a.highlighted {
	color: #FFF;
	/* background: #9FA19E; */
	background: black;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
	color: FFF;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */






#linkbar {
	background-image: url("../../static/images/pasek/pasek_grey.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}

#linkbar .kontener {
	width: 960px;
	margin: 0 auto;
	padding-top: 3px;
	font-size: 14px;
}

.kontener a {
	color: white;
	border: 1px dotted black;
	padding: 2px;
	text-decoration: none;
}

.kontener a:hover {
	border: 1px solid black;
}


.kontener2 {
	width: 80%;
	float: left;
}

.kontener3 {
	width: 20%;
	float: right;
}

