﻿* {
padding: 0;
margin: 0;
} 

img {
	border: 0px;
} 

body {
margin:0;
padding: 0;
font-family:"Time News Roman", Times, serif;
font-size:14px;
background-image:url(images/pattern.png);	
	
}

#main {
width: 844px;
margin: 18px auto;
padding: 8px;
background: #fff;
}

/* Nagłówek  */
#header {
background-color:#000000;
height:180px;
background-image:url(images/top.jpg)
}

#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 10px;
color: #fff;
}

/* Nawigacja */
#navigation {
background: #111 url(images/thead_bg.png) repeat-x;
font-size:12px;
font-weight:bold;
height:30px;
line-height:30px;
margin:3px auto;
border-style:solid;
border-color:#000000;
border-width:thin;
}
#navigation li {
float:left;
list-style-type:none;
border-left:2px solid #ffffff;
}
#navigation li a {
	display:block;
	padding:0 22px;
	text-decoration:none;
	color: #FFFFFF;
	letter-spacing:1px;
}
#navigation li a:hover {
background: #111 url(images/thead_bg_a.gif) repeat-x;
color:#fff;
text-decoration:none;
}

/* Tekst lewa */
.tekst1 { 
float: left;
width: 600px;
padding: 5px;
margin-right: 10px;
border:solid thin #000000;
text-align:justify;
}

.tekst1 li {
list-style-type:disc;
margin-left:20px;
}

.tekst1 h2{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	margin-bottom:7px;
}

.tekst1 a {
font-weight:bold;
color: #000066;
}

.tekst1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FF6600;
}

/* Oferta */
.oferta { 
float: left;
width: 828px;
padding: 5px;
margin-right: 10px;
border:solid thin #000000
}

.oferta a {
font-weight:bold;
color: #000066;
}

.oferta a:hover {
	color:#FF6600;
	text-decoration:underline;
}


/* Tekst prawa */
.tekst2 {
float:right;
width:200px;
padding:5px;
border:solid thin #000000;
margin-bottom:20px;
}

.tekst2 ul {
list-style-type:none;
}
	
/* Stopka */
#stopka {
font-size:12px;
background: #111 url(images/thead_bg.png) repeat-x;
color: #eee;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
}
#stopka a {  color: #aaa; text-decoration: none; }
#stopka  a:hover { color: #777; }

#tlo {
	border-style:solid;
	border-width:5px;
	border-color:#F60;
	color:#000;
}