/* body */

html, body {
		height: 100%;
}

body {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	color: #4b4a4a;
	font-size: 12px;
	line-height: 1.3;
	margin: 0px 0px 0px 0px;
	background: url(../img/bg_top.gif) no-repeat top center;
	background-color: #2d3607;
}

a:link, a:visited, a:active {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	color:#7e6512;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.footer:link, a.footer:visited, a.footer:active  {
	color: #94875f;
	font-size:11px;
	font-family: Tahoma, Verdana, arial, helvetica, serif;
	font-weight:normal;
	text-decoration:none;
}

a.footer:hover {
	color: #c6b580;
	text-decoration:underline;
}

/* struktura */

#body {
	position:relative;
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#body_head {
	width: 920px;
	height: 100px;
}

#body_flash_intro {
	width:920px;
	height:450px;
}

#body_flash {
	width:920px;
	height:310px;
}

#body_menu {
	margin-top:10px;
	width: 920px;
	height: 35px;
}

#body_content {
	width:920px;
	background: url(../img/bg_content_top.gif) no-repeat top;
	background-color: #d4ccb7;
}

#body_content_end {
	width:920px;
	height:10px;
	background: url(../img/bg_content_bottom.gif) no-repeat;
}

#body_foot {
	color: #94875f;
	font-size:11px;
	font-family: Tahoma, Verdana, arial, helvetica, serif;
	width:920px;
	height:25px;
	background: url(../img/bg_line.gif) no-repeat;
	padding-top:5px;
	margin-top:10px;
}

#foot_left {
	width:720px;
	float:left;
}

#foot_right {
	width:200px;
	float:right;
	text-align:right;
}

/* tresc */

#main_header {
	padding-top:30px;
	padding-bottom:20px;
	width:250px;
	float:left;
	text-align:right;
}

#main_content {
	padding-top:30px;
	width:640px;
	float:right;
}

img.menu {
	border:none;
}

/* nagłówki */

h1 {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 16px;
	font-weight:bold;
	color: #7e6512;
	margin:30px 0px 20px 0px;
}

h2 {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 13px;
	font-weight:bold;
	color: #7e6512;
	margin:15px 0px 10px 0px;
}

h4 {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	margin:0px 0px 15px 0px;
}

/* tekst */

p.standard {
	text-align:justify;
	margin:0px 50px 20px 0px;
}

p.kontakt {
	text-align:right;
	margin:0px;
}

p.gal_info {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 13px;
	font-weight:bold;
	color: #7e6512;
	margin:15px 0px 10px 50px;
	text-align:right;
}

/* galeria */

img.foto {
		border: solid 4px #cbbd99;
}

