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

body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

img, div, a, input {
	behavior: url('http://www.willanowaosada.pl/iepngfix.htc') 
}

/* FORMS */
input.email {  
	border: #d3d3d3 1px solid;
	color: #9f9999 ;
	font-family: "Lucida Grande" ,Verdana,sans-serif;
	text-align:center;
	height: 20px;
	padding-top:6px;
	width: 255px;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

input.email:hover{
    border: #9f9999 1px solid;
	color: #9f9999 ;
} 

input.groovybutton{
   font-size:11px;
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   color:#BE7E13;
   background-color:#FFFFFF;
   border-style:none;
}

/* DIVS */

div#container{
	margin: auto;
	width:100%;
	height:500px;
	text-align:center;
	background:url(../images/bg.gif);
/*	background:url(../images/bgNight.gif); */
	background-repeat:no-repeat;
	background-position: top center;

}

div#ornaments{
	margin:auto;
	width:100%;
	height:343px;
	background:url(../images/ornaments.png);
	background-repeat:no-repeat;
	background-position:top center;
	
}

div#content{
	position:relative;
	width:980px;
	margin:auto;
	top:-343px;
	overflow:hidden;
	
}
div#language{
	position:relative;
	width:125px; 	/* ORYGINAL: 130 px - padding */
	height:18px;	/* ORYGINAL: 20 px - padding */
	left:850px;
	top:5px;
	background:url(../images/bg_lng.png);
	text-align:left;
	padding-left:5px;
	padding-top:2px;
	font-size:10px;
	color:#BE7E13;
	font-weight:bold;
	visibility:hidden;
	
}
div#language a{
	text-decoration:none;
	color:#BE7E13;
}
div#language a:hover{
	text-decoration:none;
	color:#000000;
}
div#menuBox{
	position:absolute;
	left:390px;
	top:130px;
}
div#mailBox{
	float:left;
	width:30px;
	
}

div#mailBoxFlash{
	position:absolute;
	width:146px;
	height:250px;
	top:370px;
	left:-10px;
}
div#houseBox{
	float:left;
	width:440px; /* ORYGINAL 440 - padding */
	overflow:hidden;
	padding-top:140px;
	padding-left:100px;
	text-align:left;

	
}
div#contentBox{
	float:left;
	padding-top:230px;
	color:#333333;
		
}
div#logoBox{
	position:relative;
	width:399px;
	height:115px;
	left:-80px;
	
}
div#textBox{
	position:relative;
	width:400px;
	top:50px;
	left:-50px;
	text-align:left;
	font-size:13px;
	color:#666666;
}
div#textBox a{
	text-decoration:none;
	color:#BE7E13;
}
div#textBox a:hover{
	color:#000000;
}
div.textTitle{
	position:relative;
	left:-10px;
}
div#newsletterBox{
	width:260px;
	overflow:hidden;
	color:#999999;
	text-align:justify;
	font-size:11px;

}

div#copyrights{
	width:100%;
	margin:auto;
	padding-top:50px;
	height:20px;
	text-align:center;
	font-size:10px;
	color:#999999;
}
div#copyrights a{
	text-decoration:none;
	color:#999999;
}
div#copyrights a:hover{
	color:#BE7E13;
}
div#galleryBox{
position:relative;
width:490px;
_width:400px;
left:-50px;
top:-20px;
}

div.alignRight{
	text-align:right;
	width:100%;
}
div.alignCenter{
	text-align:center;
	width:100%;
}

div.clear{
	clear:both;
}
/* FONT */
#lngTitle{
	font-size:10px;
	color:#333333;
	font-weight:normal;
}
#lngBlack{
	color:#000000;
}
#lngGrey{
	color:#CCCCCC;
}
.newsTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#BE7E13;
	
}
.newsMore{
	text-align:right;
	font-size:12px;
}
