@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
     height: 100%;
 }
                
body {
	background-image:url(../images/5.jpg);
	background-repeat:no-repeat;
	background-color:#222423;
	background-position:center top;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#FFFFFF;
	margin:0px;
}

p {
	margin:0 0 15px 0;
}

a {
	color:#FFFFFF;
	text-decoration:none;
        outline:none;
}

a:hover {
	color:#ed1c24;
}

.czerwony {
        color:#ed1c24;
}

.szary {
        color:#999999;
}

.szafir {
        color:#548dd4;
}

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width:960px;	
}

#header {
	width:960px;
	height:95px;
}

#logo {
	position:absolute;
	height:57px;
	width:71px;
	background-image:url(../images/2.png);
	margin:30px 0 0 0px;
}

* html #logo  {
   background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/2.png', sizingMethod='scale');
}

#menu {
	position:absolute;
	margin:63px 0 0 82px;
	font-size:14px;
	color:#FFFFFF;
}

#navlist {
margin:0px;
padding:0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0 5px;
	color:#ed1c24;
}

#navlist li a. #navlist2 li a {
	text-decoration:none;
	color:#ffffff;
}

#navlist li .active, #navlist2 li .active {
 color:#ed1c24;
}

#navlist li a:hover, #navlist2 li a:hover {
	color:#ed1c24;
}

#navlist .line, #navlist2 .line {
	color:#ffffff;
}


#navlist2 {
margin:0 0 8px -2px;
padding:0px;
}

#navlist2 li {
	display: inline;
	list-style-type: none;
	padding: 0px 2px 0 2px;
	color:#ed1c24;
}

.menu3rd {
        margin-bottom:10px;
}

.menu3rd .active a {
        color:#ed1c24;
}

#leftColumn {
	float:left;
	width:600px;
	margin-top:20px;
}

#rightColumn {
	float:right;
	width:330px;
	margin:20px 0 20px 30px;
}

/*.bigTop {
	height:10px;
	width:600px;
	background-image:url(img/bigTop.png);
	background-repeat:no-repeat;
}*/

.bigMid {
	padding:15px 0 15px 0;
	height:450px;
	width:600px;
	background-image:url(../images/3.png);
}

* html .bigMid  {
   background-image:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/3.png', sizingMethod='scale');
}

/*.bigBtm {
	height:10px;
	width:600px;
	background-image:url(img/bigBtm.png);
	background-repeat:no-repeat;
}*/

/*.smallTop {
	height:10px;
	width:330px;
	background-image:url(img/smallTop.png);
	background-repeat:no-repeat;
}*/

.smallMid {
	height:195px;
	width:330px;
	padding:15px 0 15px 0;
	background-image:url(../images/3.png);
}

* html .smallMid  {
   background-image:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/3.png', sizingMethod='scale');
}

/*.smallBtm {
	height:10px;
	width:330px;
	background-image:url(img/smallBtm.png);
	background-repeat:no-repeat;
}*/

.break {
	height:30px;
} 

.contentLeft {
	padding:0 25px 0 25px;
}

.mainContent {
	height:410px;
	padding-top:5px;
	line-height:1.6em;
	overflow:auto;
	overflow-x:hidden;
	text-align:justify;
	
}

.mainContent p{
	margin:0;
}

.contentRight {
	padding:0 25px 0 25px;
}

.contentRight .title {
	padding-bottom:8px;

}

.contentRight a{
	margin-bottom:20px;
}

.contentRight ul {
	
	padding: 0px 0 0 27px;
}

.contentRight li {

	padding-bottom:5px;
	list-style-image:url(../images/4.png);
}



.title {
	color:#999999;
}

.tytul {
	color:#999999;
}

.login {
height:10px;
width:10px;
clear:both;
}

.footer, .push {
	clear:both;
	border:1px solid #ooo; 
	color:#898989;
	text-align:center;
	font-size:11px;
	height:30px;
}

