﻿body {
	margin:0px;
	padding:0px;
	background:url('../gfx/bg.jpg');
	font-family:arial;
	font-size:12px;
	color:#fff;	
}

h1 { color:#dadef7; font-size:12px; }
li { color:#dadef7; list-style-image:url('../gfx/li.jpg'); }

a { text-decoration:none; color:#fff; color:#dadef7; font-weight:normal;}
a:hover { text-decoration:underline; color:#dadef7;}
.photo { padding:5px; margin:8px; border:2px #dadef7 solid;}
.photo:hover {border:2px #fff solid;}

.p1 {color:#dadef7; }
.motto { font-size:14px;  font-style:italic; text-align:center; margin:20px 0px; background:url('../gfx/motto.jpg') no-repeat; height:40px; padding-top:13px;} 

.textnormalny {font-size:12px;}

/***************************************************/

#top-container {
width:100%;
height:120px;
}

#top
{
height:120px;
width:1170px;
margin:auto;
background:url('../gfx/top.jpg') no-repeat;
background-position:center top;
}

#logo {
height:124px;
width:120px;
background:url('../gfx/logo.jpg') no-repeat;
position:absolute;
margin-left:150px;
}

#slogan {
position:absolute;
margin-left:225px;
margin-top:80px;
}

#menu {
position:absolute;
margin-left:490px;
margin-top:40px;
}

#menu li {
list-style:none;
float:left;
margin:0px 20px;
text-align:center;
}

#menu a {
width:127px;
height:20px;
padding-top:5px;
background:url('../gfx/button-bg.jpg'); 
font-size:12px;
color:#fff;
display:block;
}

#menu a:hover {
background:url('../gfx/button-bg-hover.jpg'); text-decoration:none;
}

#banner-container
{
height:327px;
padding:2px 0px;
width:100%;
background: url('../gfx/banner-bg.jpg');
}


#banner
{
height:327px;
width:1170px;
margin:auto;
}

#left-shadow
{
background: url('../gfx/banner-left-bg.jpg') no-repeat center;
width:160px;
height:327px;
float:left;
}

#banner-center
{
height:327px;
width:850px;
float:left;
}

#right-shadow
{
height:327px;
background: url('../gfx/banner-right-bg.jpg') no-repeat center;
width:160px;
float:left;
}


#content-container
{
width:100%;
background: url('../gfx/bottom.jpg') no-repeat;
background-position:center top;
}

#content
{
width:1170px;
margin:auto;
min-height:300px;
}

#contact {
width:214px;
height:329px;
padding:18px 10px;
background:black;
background: url('../gfx/contact.jpg') no-repeat;
float:left;
margin:25px 0px 20px 160px;
}

#contact h1 {
text-align:center;
font-size:16px;
color:#fff;
font-weight:normal;
}

#contact ul {
margin-top:30px;
font-size:13px;
}

#contact li {
margin:15px 0px;
}

#main {
width:590px;
float:left;
margin-left:25px;
}

#main li {
margin:10px 0px;
list-style-image:url('../gfx/li2.jpg');
}

#main-top {
width:550px;
height:47px;
background:url('../gfx/main-top.jpg') no-repeat;
margin:20px 0px;
padding-top:12px;
padding-left:50px;
}

#main-top h1{
font-size:16px;
color:#fff;
font-weight:normal;
}


#footer-container
{
float:left;
clear:both;
width:100%;
height:65px;
background:url('../gfx/footer-bg.jpg');
margin-top:20px;
}

#footer
{
margin:auto;
width:1170px;
text-align:center;
padding-top:1px;
}

#ul 
{
	text-align:center;
	margin:auto;
	width:200px;
}

#footer li {
list-style:none;
margin:0px 15px;
display:inline;
}

#footer a {
color:#dadef7;
text-align:center;
font-size:11px;
}

#footer a:hover {
text-decoration:underline;
}

