ul, li, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}


body {
	background: #7e6c41 url(../images/body.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
	line-height: 1.8;
}

div#main {
	background: #FFF url(../images/main.png) repeat-y;
	width: 900px;
	padding: 0px 10px 10px 10px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 0px;
}


div#header {
	height: 150px;
	position: relative;
	background: #FFF;
}


div#header h1 {
	width: 400px;
	height: 150px;
	line-height: 150px;
	position: relative;
}

div#header h1 a {
	color: #846825;
	font-size: 20px;
	text-align: center;
	position: relative;
	width: 400px;
	height: 150px;
	display: block;
}

div#header h1 a span {
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 150px;
	background: url(../images/logo.gif) no-repeat;
}

div#info {
	width: 350px;
	height: 142px;
	background: #efe6b4 url(../images/info.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 50px;
}


div#info h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #6c677b;
	padding-left: 20px;
	padding-top: 5px;
}

div#info div {
	font-size: 20px;
	color: #8e7a50;
	padding-left: 120px;
	padding-top: 0px;
	line-height: 1.2;
}


div#menu {
    height: 40px;
    line-height: 40px;
    background: #9fb552 url(../images/menu.gif) repeat-x;
    margin: 0px;
	margin-bottom: 1px;
}

div#menu li {
    float: left;
    list-style-type: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Tahoma;
    border-right: 1px solid #dff1a1;
    color: #333;
    width: 149px;
    text-align: center;
}

div#menu a { color: #FFF; display: block; height: 100%; padding: 0px 20px 0px 20px; text-decoration: none; }
div#menu a:hover { background: #8aa040; } 
div#menu strong{ color: #FFF; display: block; height: 100%; padding: 0px 20px 0px 20px; text-decoration: none; background: #879655; font-weight: normal; }
     
div#image_changer {
	margin-bottom: 10px;
	height: 300px;
	text-align: center;
	background: #EEE;
}


div#left {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 10px;
}

div#left p {
	margin-bottom: 5px;
}

div#left h2 {
	font-size: 16px; 
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

div#left h3 {
	font-size: 14px; 
	font-weight: normal;
	margin-bottom: 5px;
}

div#right {
	float: right;
	width: 350px;
	background: #f2ecd3;
}


div#footer {
	clear: both;
	height: 50px;
	color: #e0d9c7;
	text-align: center;
	line-height: 50px;
}


div.box {
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.box h3 {
	color: #7d5424;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: 3px solid #f3c575;
	font-size: 14px;
}

div.box a {
	color: #0e6ba0;
}

div.box a:hover {
	color: #a06b0e;
}

div.box table {
	margin-left: 10px;
}

div.box table .datum {
	width: 50px;
	text-align: right;
	padding-right: 40px;
}

div.box p {
	padding-left: 20px;
}


div.clock {
	background: url(../images/clock.png) no-repeat 220px 40px;
}

div.address {
	background: url(../images/address.png) no-repeat 220px 40px;
}


table#cenik {
	width: 100%;	
	border-collapse: collapse;
	border: 2px solid #3399CC;
	text-indent: 5px;
}

table#cenik th {
	background: #c1e6fb;
	border: 1px solid #3399CC;
}

table#cenik td {
	border: 1px solid #3399CC;
}


a.thickbox {
	border: 0px;
}


.foto {
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}


form#contact_form {
	margin: 0px;
	padding: 0px;
}

form#contact_form table input {
	border: 1px solid #cdba70;
}

form#contact_form table textarea {
	border: 1px solid #cdba70;
}

div#right p.error {
	color: red;
	text-indent: 0px;
	padding: 0px;
	text-align: center;
}
