/*COLORS*/
/*
blue: #287786;
grey: #f6f6f6;
gold: #af9a85;
gold-light: #cfbaa5;
*/

/*MAIN*/
body{
color:#000;
font-size:12px;
background:url('../images/bg.jpg') #f6f6f6;
font-family: Verdana, Tahoma, Arial;
}

h1{
font-size:200%;
}
h2{
font-size:150%;
}
h3{
font-size:120%;
}


/*LAYOUT*/
#zawijas1{
z-index:-99;
width:418px;
height:162px;
position:relative;
float:right;
background:url('../images/zawijas1.png') no-repeat;
}
#zawijas2{
z-index:-99;
width:560px;
height:552px;
position:absolute;
top: 200px;
left: 0px;
background:url('../images/zawijas2.png') no-repeat;
}
#containerA{
width:900px;
margin:0 auto;
background:url('../images/zawijas1.png') no-repeat right top;
}
#container{
width:800px;
margin:0 auto;
}
#logo img{
margin-top:20px;
margin-bottom:20px;
}
#menu{
}
#menu li{
width:100px;
height:31px;
float:left;
margin-right:5px;
}
#menu li a{
display:block;
width:100%;
line-height:30px;
text-align:center;
background:url('../images/menu_bg.png') repeat-x;
color:#fff;
text-decoration:none;
}
#menu li a:hover{
background:url('../images/menu2_bg.png') repeat-x;
}
#menu li a span.big{
font-size:140%;
}
#main{
clear:both;
padding:10px;
margin-bottom:10px;
background:url('../images/main_bg.png') no-repeat #287786;
}
#content{
padding:10px;
background:#fff;
}
#boxy{
font-size:11px;
color:#fff;
}
#box1,#box2,#box3{
width:230px;
float:left;
padding:10px 15px;
background:url('../images/box_bg.png');
}
#box2,#box3{
margin-left:10px;
}
#boxy .boxhead{

}
#boxy .boximg{
width:73px;
float:left;
}
#boxy .boximg img{
width:67px;
height:67px;
border:solid 3px #fff;
}
#boxy .boxtext{
width:150px;
float:right;
text-align: justify;
}
#boxy .boxmore{
clear:both;
text-align:right;
}
#boxy a{
color:#fff;
text-decoration:none;
}
#boxy a:hover{
color: #cfbaa5;
}
.clr{
clear:both;
}


.allegro{
	text-align:center;
	padding:20px;
}
div.info{
	padding:10px;
	width:300px;
	margin:20px auto;
	background:#fff;
	border:solid 1px #0080c0;
}


/* STYLE */

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:110%;
}
h1{
	border-bottom:solid 1px #287786;
}
h1,h2{
	padding-bottom:5px;
	color: #287786;
}
div.kontaktowy{
	width:300px;
	float:left;
}
div.mapka{
	width:378px;
	float:right;
}
#wyslijMail div{
	padding:10px;
}
#wyslijMail input,#wyslijMail textarea{
	padding:3px;
	background:#fff;
	border:solid 1px #ccc;
	width:250px;
}
#wyslijMail #submit{
	background:#287786;
}
#wyslijMail #submit:hover{
	background:#af9a85;
}
/*SLIDESHOW*/
#slideshow {
    position:relative;
	margin-top:-5px;
	margin-left:-5px;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.start_info {
    position:relative;
	margin-top:100px;
	margin-left:200px;
    width:100px;
	background:#fff;
}


/*
 * GALERIA
 */
ul.galeria{
	padding:0;
	margin:0;
}
ul.galeria li{
	list-style:none;
	display:block;
	width:100px;
	padding:2px;
	background:#ccc;
	margin:10px 10px;
	float:left;
}


#footer{
padding-top:40px;
color:#999;
text-align:center;
}
#footer a{
color: #999;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
