* {
	margin: 0;
	padding: 0;
}
html,body {
	
}
body {
	text-align: center;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #004c38;
	
	font-size:11px;
}

div#cont {
	width:766px;
	margin:0 auto;
	text-align: left;
}
div#wrap {
	overflow: hidden;
}
/*lewa kolumna*/
div#leftcol {
	width:258px;
	float:left;
	background-color: #3d1f1f;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	color:#ffffff;
}
div#leftflash {
	width:258px;
	height:352px;
}
div.mcontact p {
	padding:10px 10px 10px 20px;
	line-height: 135%;
}
div.mcontact h2 {
	font-size:15px;
	margin-top:15px;
	padding:5px 5px 5px 20px;
}
div.mcontact img {
	margin-top: 15px;
	margin-left:20px;
}
/*prawa kolumna*/
div#rightcol {
	width:508px;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #c3bfa2;
}
div#rightflash {
	width:508px;
	height:133px;
}
/*duży obrazek*/
div#intro {
	width:508px;
	height:252px;
	background-image: url(../img/intro01.jpg);
	background-repeat: no-repeat;
}
div#intro h1 {
	padding-top:50px;
	margin-left:190px;
	font-size:24px;
	color:#bda257;
}
div#intro h2 {
	padding-top:10px;
	margin-left:190px;
	font-size:18px;
	color:#ffffff;
}
div#intro h3 {
	padding-top:10px;
	margin-left:190px;
	font-size:16px;
	color:#ffffff;
}
div#intro img {
	padding-top:50px;
	margin-left:190px;
}
/*główna treść*/
div#content {
	margin-bottom:20px;
	width:508px;
}

div#content div.col {
	margin-left:20px;
	width:234px;
	float:left;
}
div#content div.col img {
	margin-top:20px;
	float:left;
}
div#content div.col p {
	margin-top:20px;
	margin-left:10px;
	float: left;
	width:125px;
}

div#content div.onecol {
	margin:20px 20px 0 20px;
	text-align: justify;
	line-height: 130%;
}
div#content div.onecol h1 {
	display:none;
}
div#content div.onecol img {
	margin-right:10px;
}
/*stopka*/
div#foot {
	clear:both;
	border-top:2px solid #84816f;
	width:766px;
	/*height:20px;*/
}
div#foot div.left {
	width:258px;
	float:left;
	background-color: #8C8667;
}
div#foot div.left p {
	padding:10px 0 10px 20px;
	color:#44452C;
}
div#foot div.right {
	width:508px;
	float:left;
	background-color: #8C8667;
	/*background-color: #c3bfa2;*/
}
div#foot div.right p {
	padding: 10px 10px 10px 20px;
	color:#4f472e;
}
div#foot div.right p a {
	color:#4f472e;
	text-decoration:none;
}
div#foot div.right p a:hover {
	text-decoration:underline;
}
ul {
	margin-left:20px;
	line-height: 130%;
}
ul li {
	margin-top:3px;
}
ul li ul {
	list-style-type: square;
}
ul li ul li {
	margin-top:1px;
}
ul.num {
	list-style-type: decimal;
}
a {
	color: #6d5206;
	text-decoration: none;
}
a:hover {
	color: #44452C;
}
a.yellow:hover {
	color:#e2b63d;
	text-decoration: underline;
}
.fleft {
	float:left;
}
.yellow {
	color:#e2b63d;
}
.darkyellow {
	color:#6d5206;
}
.cent {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 12px;
}
.bigger {
	font-size:14px;
}
.nobord {
	border: 0;
}
.clr {
	clear:both;
}
