/* CSS Document */

body
{
	line-height: 16px;
	font-family: "tahoma", serif;
	font-size: 80%;
	margin-top: 0px;
	background-image: url(images/back_blue.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-color:#FFFFFF;
}

p {	margin: 0px 0px 0px 5px; }
h2{	font-size: 14px;
	color: #6A849D;
	margin: 10px 0px 10px 5px; }
a{	color: #6A849D;
	text-decoration: underline; }	
a:hover{ color:#CC0000; }
a:visited{ color: #6A849D ; }

.margines
{
	margin: 0px 0px 0px 25px; 
}

#kontener_glowny
{
	display:block;
	width:700px;						
	margin-left: auto;
	margin-right: auto;
}

#naglowek 
{
	display:block;
	float:left;
	height: 230px;
	padding: 5px;
	margin-bottom:1px; ;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	width: 700px;
	margin:0;
}

#zawartosc
{ 
	display:block;
	float:left;
	padding-right: 30px;
	padding-left: 30px;
}

#lewy
{
	display:block;
	float:left;
	width:165px;
	height:auto;
	border-top: 1px dashed #EDF1F2;
	background-image: url(images/shad.jpg);
	background-repeat: no-repeat;
}

#prawy
{
	display: block;
	float: left;
	padding: 5px;
	text-align:left;
	font-size: 0.9em;		
	width:464px;
	border-top: 1px dashed #EDF1F2;
	border-left: 1px dashed #EDF1F2;
	background-image: url(images/shad.jpg);
	background-repeat: no-repeat;
}

#stopka 
{
	display: block;
	height: 50px;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.box
{
	background-color: #EDF1F2;
	border: 1px solid #BFCAD5;
	padding: 10px;
	font-size: 0.9em;
	color: #6A849D;
}

.box h2
{
	color: #993333;
	font-size: 1.2em;
}

#banner
{	
	display:block;
	float:left;
	height: auto;
	padding: 165px 0px 0px 100px;
}

.fotext
{
	border-top: 1px dashed #EEEEEE;
	font-size: 10px;
	padding-top: 10px;
	color:#6A849D;
}

.csschanger
{
	color: #6A849D;
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	margin-right: 35px;
	height: 15px;
}


#stopka ul 
{
	text-align:left;
	font-size: 0.84em;
	padding-top: 10px;
	padding-left: 0px;
	color:#6A849D;
}

#stopka ul li 
{
	display:inline;
}

#stopka a 
{
	color:#6A849D;
}


#lewy ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

#lewy ul li
{
	display: block;
	float:left;
	padding: 2px;
	margin: 0;
}

#lewy ul li a
{	border-right: 1px solid #6A849D;
	background: #fff;
	width: 140px;
	height: 17px;
	border-top: 1px solid #6A849D;
	border-left: 1px solid #6A849D;
	border-bottom: 1px solid #6A849D;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	color: #000000;
	text-decoration: none;
	display: block;
	font: 1em tahoma, lucida, sans-serif;
}

#lewy ul li a:hover
{
	background: #C9D3DC;
	color: White;
}

#lewy a:active
{
	background: #6A849D;
	color: #fff;
}



