﻿/*reset marginesów oraz dopełnień*/
html, body, ul, li {margin: 0; padding:0;}
/*reset wysokości lini i fontu*/
h1, h2, ul, p {margin:0; padding:0; font-size:1em; line-height:1.5em;}
/* ustawienia globale em=16px*/
body {font:0.625em/1.5em tahoma, verdana, arial, sans-serif; background-color: #191107;}

/* szerokość stron */

.content {width:1400px;}

/* header */

#header{
  position:relative;
  height:176px;
  background:#dddddd;
}

#header h1 {
	position: absolute;
	top: 10;
	left: 41;
	overflow:hidden;
	}

#header h1 a {
	display:block;
	margin: 10px 0 0 60px;
	width: 511px;
	height: 167px;
	background: url(images/logo.png) no-repeat;
	text-indent:-666em;
	}
#header ul {overflow:hidden; position: absolute; bottom: 0; left: 655px; list-style:none; width: 780px;}	
#header ul li { float: left; margin-right: 3px;}
#header ul li a { display: block; padding: 11px 16px 10px; color: #715f43; font: bold 1.3em tahoma, verdana, arial, sans-serif; text-decoration: none; background: #dddddd url(images/inactive.jpg) top left repeat-x; border-bottom: 5px;}
#header ul li a:hover { background: url(images/active.jpg) top left repeat-x;  #e5913d solid;}	
	
	
	/*slogan*/
	
#slogan{
	background: #85a6a3 url(images/tlo-glowne-p.jpg) repeat-x;
	position:relative;
	}
#slogan .content {
	background: url(images/tlo-glowne.jpg) top left no-repeat;
	height: 665px;
	}
#slogan .content #motto {
	color:#FFF;
	width:800px;
	height:596px;
	position:absolute;
	top: 15px;
	left: 641px;}
	
	
#slogan .content #motto img {
	overflow:auto;}

#motto h2 {
	font-size:2em;
	letter-spacing:1px;
	}
#motto ul {
	font-size:1.5em;
	margin-top:10px;
	line-height:1.6em;}
	
#footer {
background: #191107
url(images/adres.png) no-repeat; top:25px; left:54px;
height: 110px;
width:1400px;
position:relative;}

#slogan .content p{
	font-size:2em;
	margin:5px;
	padding-left:10px;}
	
#slogan .content h2{
	font-size:3.5em;
	letter-spacing:1px:}
	
#slogan .content h3{
font-size:3em;
letter-spacing:1px;
padding-left:15px;}
	
#footer-copyright {
	clear: left;
	padding: 29px 0 0 0;
	font: bold 1.1em tahoma, verdana, arial, sans-serif;
	color: #392711;
	background: url(../images/cien-footer.gif) top left no-repeat;
	}


	


