﻿@charset "utf-8";

html, body, ul, li { 
	margin: 0; 
	padding: 0;
}
h1, h2, ul, li, p { 
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	line-height: 1.5em;
}
div {
	overflow: hidden
}
body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 9px;
	margin-bottom: 14px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
}


#outer_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo-menu {
	height: 110px;
	width: 1000px;
}
#logo {
	float: left;
	height: 110px;
	width: 270px;
}
#menu {
	font-family: arial;
	float: right;
	height: 110px;
	width: 650px;
}
#menu ul {
	list-style: none;
	margin-left: 111px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	margin-top: 44px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
	padding-right: 11px;
	display: block;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu ul li a:hover {
	color: #EEA746;
	text-decoration: none;
	background-color: #EAEAEA;
}

#menu ul li ul {
	list-style: none;
	margin-left: 111px;
}
#menu ul li ul li{
	float: left;
}
#menu ul li ul li a {
	margin-top: 44px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
	padding-right: 11px;
	display: block;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu ul li ul li a:hover {
	color: #EEA746;
	text-decoration: none;
	background-color: #EAEAEA;
}
#top {
	background-image: url(images/top.png);
	height: 213px;
	width: 1000px;
}
#contentt {
	height: auto;
	width: 1000px;
	margin-top: 22px;
}
#tresc {
	float: left;
	height: auto;
	width: 720px;
	margin-left: 25px;
	padding-top: 10px;
	margin-bottom: 33px;
}
#prawy-box {
	background-image: url(images/box_info.png);
	float: right;
	height: 343px;
	width: 213px;
	margin-right: 25px;
}
#naglowek-1 {
	margin-top: 11px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 22px;
	text-transform: uppercase;
}
#wspolpraca-p {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#naglowek-2 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 22px;
	text-transform: uppercase;
	margin-top: 7px;
}
#kontakt-p {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	background-image: url(images/footer_bg.png);
	height: 57px;
	width: 1000px;
	margin-top: 11px;
}
#copyright {
	margin-top: 25px;
	color: #FFF;
	margin-left: 55px;
}
#copyright a{
	margin-top: 25px;
	color: #FFF;
}
#copyright a:hover {
	margin-top: 25px;
	color: #FFF;
	font-weight: bold;
}
