﻿@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
ul,ol { list-style: none; }

#kontener { margin: 0 auto; width: 780px; background: #f5f5f5; }

#header {
	position: relative;
	background-color:#000000;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	line-height: 14px;
}

#header h1 {
	margin: 0 0 0 20px;
	display: block;
	width: 208px;
	height: 112px;
	text-indent:-9009px;
	background:transparent url(images/logo-poziom.gif) no-repeat 0 0;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#header .menu {
	position: absolute;
	top: 15px;
	right: 40px;
}
#header .menu li {
	display: inline;
	padding: 0 10px 0 10px;
}

#header a,#footer a {
	text-decoration: none;
	color: #f5f5f5;
}
#header a:hover, #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* główna część strony - content */
#kontent {
	background: #F5F5F5;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	color: #333333;
}

#kontent a {
	text-decoration: none;
	color: #333333;
}

#kontent a:hover {
	text-decoration: underline;
	color: #000000;
}

#kontent .left {
	padding: 15px 15px 15px 20px;
	text-align: right;
	width: 190px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 22px;
}

#kontent .left li {
	border-bottom: 1px dotted #999999;
}
#kontent .main {
	padding: 15px 10px 15px 20px;
	width: 500px;
	float:left;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.4px;
}

#kontent .main h2 {
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	color: #F97600 /*#FA4305*/;
}

#kontent .main h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	color: #333333;
}

#kontent .main p {
	margin-bottom: 15px;
}

#kontent .main ul, #kontent .main ol {
	padding: 0 20px 10px 25px;
}

#kontent .main ul {
	list-style: circle;
}
#kontent .main ol {
	list-style: decimal;
}

#kontent .main img {
	border: 8px solid #cccccc;
}

.tab1 {
	font-family: "trebuchet MS";
	font-style: italic;
	font-size: 28px;
	color: #FF9900;
	font-weight: bold;	
}
.tab2 {
	font-family: "trebuchet MS";
	font-style: italic;
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
}

.tab3 {
	font-size: 12px;
	font-style: italic;
	font-family: "trebuchet MS";
	font-weight: bold;
}
.tab4 {
	font-size: 13px;
	font-weight: bold;
}
.tab5 {
	font-family: "trebuchet MS"; 
	font-style: italic; 
	font-weight: bold;
	color: #FFFFFF; 
}


#footer {
	text-align: center;
	clear: both;
	overflow: hidden;
	background-color:#000;
	padding: 15px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

