@CHARSET "UTF-8";
* {margin: 0; padding: 0;}
html {height:100%;}
body{
	margin: 0;
	padding: 0;
 	height:100%;
	text-align: center;
	color: #b3b3b3;
	background: black;
	font-family: verdana,arial,sans-serif;
	font-size:75%;
}
p {margin:0 0 10px 0; line-height: 1.4em; text-align: justify;}
a {text-decoration: none; color: #b3b3b3}
img, a img {border-style: none; border-width: 0; outline:none;}
ul, li {margin: 0}
ul li {list-style-type: disc;}
h3 {font-size: 100%; font-weight: bold; color: #c03; margin-top: 10px; border-bottom: 1px solid #c03}
h2 {font-size: 150%; color: #ccc; margin-bottom: 18px; border-bottom: 1px solid #093}

div#pagewidth
{
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;;
	background-image: url("../images/page_tlo.gif");
	background-repeat: repeat-y;
}

div#header{position:relative; width:920px; height:250px;}

div#leftcol{width:284px;
	float:left;
	padding: 0px;
	margin: 0px;
	}

div#maincol{
	width:508px;
	margin-right: 3px;
	padding: 20px 75px 10px 50px;
	float: right;
	color: #b3b3b3;
	background-color: #232323;
}

div#footer{
	width: 920px;
	height:43px;
	margin: 0;
	background-color: black;
	background-image:url("../images/stopka.jpg");
	clear:both;
	text-align: center;
	padding-top: 0px;
}

div#menu {width: 284px;}
#menu ul li {margin: 0; padding: 0; list-style-type: none}
#menu a {display: block; margin: 0; padding:0; width: 284px; height: 32px; vertical-align: bottom;}
#menu img {margin: 0; padding: 0; border-width: 0;}

#menu_stopka {width: 284px; height: 142px; background-image: url("../images/menu_stopka.jpg");}
#menu_stopka p {display: block; position: relative; top: 25px; left: 55px; font-size: 90%}

#maincol ul, li {margin: 5px 0 0px 20px;}

#swiad_tab {width: 500px}
#swiad_tab td {height: 15px}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}

 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}