html, body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #26421c;
	text-align: center;
	font-family: Georgia, Arial;	
	font-size: 12px;
	color: #3e3b35;
	background-image: url('http://ajka-crystal.hu/images/mainbg.gif');
	background-repeat: repeat-y;
	background-position: top center;	
}
html,body {
	height: 100%; 
}
body {
}
input,textarea,select {
	font-family: Georgia, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;	
	padding-top: 3px;
}
p {
	text-align: justify;
	margin: 0px;
	margin-bottom: 10px;
}
h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
table {
	border-collapse: collapse;
}
th,td {
	padding: 0px;
	vertical-align: top;
}
.main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #dfe2d9;
	border-right: 1px solid #25281f;
}
.topmenu {
}
.footmenu {
	height: 24px;
	padding-top: 10px;
	border-top: 1px solid #d7dbd0;
	text-align: center;
}
.footmenu a {
	color: #576049;
	text-decoration: none;
	padding: 0px 5px;
}
a img {
	border: none;
}
.news {
}
.news h3 {
	color: #956a14;
	font-size:12px;
	font-weight: normal;
}
.news .item {
	margin-bottom: 15px;
}
.separator {
	height: 50px;
	background-image: url('http://ajka-crystal.hu/images/separator.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.separator2 {
	height: 30px;
	background-image: url('http://ajka-crystal.hu/images/separator2.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.aimage {
	float: left;
	margin-right: 15px;
	border: 5px solid #443c2b;
}
.submenu {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #dddbcb;
	text-align: center;
}
.gallist h3 {
	font-size: 12px;
	font-weight: normal;
	width: 224px;
	text-align: center;
	padding-top: 5px;
	
}
.galitem {
	width: 237px;
	margin-right: 22px;
	margin-bottom: 15px;
	float: left; 
}
.shoplist .item {
	font-size: 12px;
	line-height: 18px;
	
}
.shoplist h3, .shoplist a {
	color: #956a14;
	font-size: 12px;
	font-weight: normal;
}
.contact {
	line-height: 18px;
}
.contact .title {
	float: left;
	color: #956a14;
	margin-right: 5px;
	margin-bottom: 5px;
}
.contact .body {
	margin-bottom: 5px;
	float: left;
}
.contact a {
	color: #3e3b35;
}

.contactform .comment {
	float: left;
	margin-left: 5px;
	color: #7a7a78;
	line-height: 30px;
}
.contactform .cinput {
	width: 488px;
	border: 1px solid #d1d5c9;
}
.contactform .title {
	margin-top: 10px;
	margin-bottom: 5px;
}
.contactform .error {
	color: #956a14;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactform .title2 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#debug-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 90%;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

#debug-table th {
	padding: 5px;
}

#debug-table td {
	border: 1px solid #000000;
	padding: 5px;
}

#debug-table ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#debug-table li {
	list-style: none;
}