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

@import url('reset.css');    /* Reset file*/


body {
margin:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4e3300;
}

img.png { behavior: url(../scripts/iepngfix.htc) }


/*HEADER SECTION BEGIN*/

.header_wide {
width:100%;
height:130px;
background-image:url(../images/header.png);
background-repeat:repeat-x;
}

.header_main {
width:800px;
}


img#logo {
z-index:5;
position:relative;
vertical-align:top;
}


img.flags {
opacity:0.5;
filter:Alpha(Opacity=50);
-moz-opacity: 0.5;
border:none;
position:relative;
zoom: 1;
margin: 0 5px 0 5px;
}

img.flags:hover {
opacity:1;
filter:Alpha(Opacity=100);
-moz-opacity: 1.0;
border:none;
position:relative;
zoom: 1;
}

table.flags {
border:none;
}

div.flags {
padding-top:5px;
}

div.float_logo_left {
float:left;
}


/*---------------------------------------------------------*/



/*TYPOGRAPHY BEGIN*/

p{
	line-height:1.8em;
}


p.content_text {
font-size:13px;
text-align:justify;
margin-bottom:20px;
}

div.content_writing p{
font-size:13px;
text-align:justify;
margin-bottom:20px;
}

p.footer {
font-size:10px;
}

h1 {
font-size:16px;
font-weight:bold;
text-decoration:underline;
margin-bottom:20px;
}

h3 {
font-size:14px;
font-weight:bold;
text-decoration:underline;
margin-bottom: 10px;
text-align:left;
}


p.language {
font-size:11px;
text-align:justify;
}


p.send_success {
color:#009900;
font-size:14px;

}

p.send_error {
color:#FF0000;
font-size:14px;
}

a:link, a:visited, a:active {
color: #4e3300;
font-weight:bold;
}

a:hover {
color: #000000;
}

.panoinfo {
font-size:15px;
font-weight:bold;
}

div.gallery_titles a{
	padding-right: 15px;
	font-size: 15px;
	text-decoration: none;
}

div.gallery_titles a:hover{
	text-decoration: underline;
}

/*---------------------------------------------------------*/


/*MAIN BEGIN*/

.container {
width:800px;
border-bottom:1px solid #e6e6e6;
border-top:1px solid #e6e6e6;
margin:0px;
padding-top:10px;
padding-bottom:10px;
}

.innerwrap {
margin-top:5px;
margin-bottom:5px;
margin-left:25px;
margin-right:25px;
width:750px;
overflow:hidden;
}

.footer {
width:800px;
margin-top:15px;

}

div.title{
margin-bottom:10px;
}

div.spacer {
margin-top:15px;
margin-bottom:15px;
}

div.content_writing{
width:500px;
float:left;
}

div.content_image{
	float:right;
}



div.okolice h3{
	margin-left:10px;
	text-decoration: none;
	margin-bottom:0px;
}
div.okolice p{
	margin-left:30px;
}

div.okolice a{
	font-weight: normal;
}


img.gallery {
padding: 3px;
border:2px solid #DDDDDD;
margin-left:15px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
max-width:200px;
}

p.imagecaption{
font-style:italic;
}


div.googlemap{
width:650px;
height:450px;
}

table.contact{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#4e3300;
}

table.contact input, table.contact select, table.contact textarea {
border:1px solid #999999;
background-color:#F3E9DA;
}

table.contact input:hover, table.contact textarea:hover {
border:1px solid #000000;
background-color:#F3E9DA;
}

table.contact td{
padding-top:4px;
padding-bottom:4px;
text-align:left;
vertical-align:top;
margin-right:5px;
}


#log {
padding:10px;
}

#log_res {
overflow:auto;
}

.ajax-loading {
background-image:url(../images/ajax-loader.gif);
background-position:center;
padding:10px;
background-repeat:no-repeat;
}

div.chose_pano {
padding:4px;
line-height: 20px;
}

div.chose_pano a{
	padding-right:20px;
}

div#cennik ul{
	padding:10px;
}

div#cennik div{
	text-align:center;
	line-height:3em;
}

/*Gallery */

table.pictures tr{
	text-align: center;
}

table.pictures tr td{
	padding-top:20px;
}


img.normal{
	margin-bottom:20px;
	border:5px solid #4e3300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



/* SLIDER */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width:600px;
	height:350px;
	overflow:hidden; 
}


#slider li img{ 
	width:600px;
}

/*---------------------------------------------------------*/
/* ERROR Pages */

h2 {
color:#FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
}

span.page {
font-size:14px;
color:#000000;
font-weight:bold;
}

/*---------------------------------------------------------*/




