/**
 * @app Apartament Neptun
 * @author Kamil Kokosza (kajko.pl)
 * @email kamil at kokosza dot pl
 * @copyright 2008-05-06
 */
 
body {
	margin: 0px; padding: 0px;
	font-family: Tahoma, sans-serif; font-size: 12px; color: #fffbf3; text-align: center;
	background-color: #f1eee8; background-image: url('../images/body.png'); background-repeat: repeat-x;
}

img {
	border: 0;
}

a { color: #e6ddc2; text-decoration: none; }
a:hover { color: #673c2b; text-decoration: none; }

#container {
	display: table; width: 898px; margin: 0 auto; background-color: #f1eee8;
	border-left: 1px solid #beb0a3; border-right: 1px solid #beb0a3; border-bottom: 1px solid #beb0a3;
}

#main {
	display: table; width: 896px; margin: 0 auto; background-color: #ac9e91;
	border-left: 1px solid #948679; border-right: 1px solid #948679; border-bottom: 1px solid #948679;
}

#menu {
	display: table; width: inherit; height: 70px;
	background-color: #bcb2a8; background-image: url('../images/menu_bg.png'); background-repeat: repeat-x;
	color: #948679;
}

#menu a {
	color: #faf5f0; text-decoration: none;
	padding: 25px 5px 28px 5px;
}
#menu a:hover {
	color: #e3d4c4; text-decoration: none;
	border-top: 3px solid #2d0000;
}

#menu_content {
	padding-top: 28px;
	font-size: 12px; letter-spacing: 1px;
}

#menu_line {
	display: table; width: inherit; height: 24px;
	background-color: #c3b6ad; background-image: url('../images/menu_line.png'); background-repeat: repeat-x;
}

#neptun {
	display: table; width: inherit; height: 275px;
	background-color: #ac9e91; background-image: url('../images/main.jpg'); background-repeat: no-repeat;
	text-align: left;
}

#title {
	display: table; width: inherit; height: 54px;
	background-color: #aa9989; background-image: url('../images/header_bg.png'); background-repeat: repeat-x;
	text-align: left; font-size: 18px; color: #673c2b; letter-spacing: 2px;
}

.title_text_1 {
	padding: 16px 12px;
}

.title_text_3 {
	float: left; padding: 16px 12px; width: 273px;
	border-right: 1px solid #948679;
}

#text {
	display: table; width: inherit;
	background-color: #ac9e91;
	border-bottom: 1px solid #aea093;
}

.text_content_1 {
	text-align: justify; padding: 10px 18px;
	background-color: #ac9e91;
}

.text_content_1_slim {
	float: left; display: table-cell; width: 620px;
	text-align: justify; padding: 10px 18px;
	background-color: #ac9e91;
}

.fotki {
	float: right; display: table-cell; width: 215px;
	padding: 10px 10px; background-color: #ac9e91;
}

.text_content_3 {
	float: left; width: 261px; height: 250px; padding: 10px 18px;
	text-align: justify;
	border-right: 1px solid #b7a99c;
	background-color: #ac9e91;
}

.p_wciete {
	text-indent: 20px;
}

.p_zolte {
	color: #e6ddc2;
}

.p_tabela {
	color: #e6ddc2;
}

.p_foty {
	text-align: center;
}

.p_galeria {
	margin-left: 10px;
}

.pblad {
	margin: 10px 2px; padding: 5px;
	border: 1px dotted #ffb4a0;
	background-color: #fff5eb;
	text-align: center; color: #646464;
}

.pokej {
	margin: 10px 2px; padding: 5px;
	border: 1px dotted #78be5a;
	background-color: #f5faeb;
	text-align: center; color: #646464;
}

#text img {
	margin: 3px 2px;
	border: 1px solid #eee7df;
}

.text_content_3 ul {
	list-style: none; line-height: 16px;
	margin-left: -30px;
}

.lista_kontakt {
	list-style: none; line-height: 16px;
	margin-left: -30px;
}

#cennik {
	border-top: 1px solid #e6ddc2;
	border-right: 1px solid #e6ddc2;
	font-size: 12px;
}

#cennik td {
	border-left: 1px solid #e6ddc2;
	border-bottom: 1px solid #e6ddc2;
	padding: 2px 4px; text-align: center;
}

/* formularz kontaktu */
#kontakt {
	width: 490px;
}

#kontakt legend {
	padding: 3px 4px; color: #e6ddc2;
}

#kontakt fieldset {
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #e6ddc2;
}

.lbl {
  display: -moz-inline-box; display: inline-block; width: 150px;
  vertical-align: top;
  line-height: 1.8;
}

.lbl2 {
  display: -moz-inline-box; display: inline-block; width: 180px;
  vertical-align: top;
  line-height: 1.8;
}

.txt {
	display: block; vertical-align: top; margin-top: 10px;
	line-height: 1.8;
}

#kontakt fieldset ol {
  margin: 15px 0;
  padding: 0;
}

#kontakt fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}

#kontakt ol input, #kontakt ol textarea {
	border: 1px solid #e6ddc2;
	background-color: #f8f8f8;
	font-family: Verdana, sans-serif; font-size: 12px; color: #3C3C3C;
	padding: 2px 2px;
}

.pform { width: 295px; }
.pform2 { width: 400px; }

#kontakt p {
	text-align: right; margin: 4px 5px 0 0;
}

.send {
	background-color: #fffbf3; border: 1px solid #fffbf3; color: #673c2b;
	margin-bottom: 10px; margin-right: 3px; padding: 2px 3px; cursor: pointer;
}

/* formularz zezerwacji */
#rezerwacja {
	width: 100%;
}

#rezerwacja legend {
	padding: 3px 4px; color: #e6ddc2;
}

#rezerwacja fieldset {
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #e6ddc2;
}

#rezerwacja fieldset ol {
  margin: 15px 0;
  padding: 0;
}

#rezerwacja fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}

#rezerwacja ol input, #rezerwacja ol textarea {
	border: 1px solid #e6ddc2;
	background-color: #f8f8f8;
	font-family: Verdana, sans-serif; font-size: 12px; color: #3C3C3C;
	padding: 2px 2px;
}

#rezerwacja p {
	text-align: right; margin: 4px 5px 0 0;
}

/* stopka */
#footer {
	display: table; width: inherit; height: 66px;
	background-color: #b5a99b;
	border-top: 1px solid #b9ad9f;
	text-align: left;
}

#fooleft {
	float: left; width: 448px; padding: 18px 12px;
}

#footright {
	float: right; width: 200px; padding: 24px 12px 18px 12px;
	text-align: right;
}