@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td{
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a.email {
	color: #4E3924;
	text-decoration: underline;
}

a.site {
	color: #4E3924;
	text-decoration: none;
}

#bg {
	background: url(../images/bg.gif);
	width: 1004px;
	float: left;
}

#page {
	width: 1004px;
	margin: auto;


}

#header {
	background: #F9E0CC url(../images/top_back.jpg) no-repeat;
	width: 1004px;
	height: 246px;
	float: left;
}

#rightmenu {
	width: 507px;
	height: 28px;
	float: right;
	position: relative;
	top: 94px;
}

#rightmenu ul {
	display: table;
	list-style-type: none;
}

#rightmenu ul li {
	display: block;
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
}

#rightmenu li{
	margin-left: 5px;
	text-align: center;
	float: left;
}


#rightmenu li a {	
	float: left;
	width: 120px;	
	background-color: #000000;
}

#rightmenu a:hover {
	background-color: #7A2D23;
}

#leftbottom {
	background: #FFFFFF url(../images/leftbottom_back.jpg) no-repeat;
	width: 267px;
	height: 550px;
	float: left;
}

#rightbottom {
	background-image: url(../images/right_back.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #F9E0CC;
	width: 737px;
	/* width: 737px; */
	/* height: 550px; */

	float: left;
}

#right{
	background: #F9E0CC url(../images/right_back.jpg) repeat-y;
	width: 6px;
	height: 30px;
	float: right;
}

#leftmenu {
	float: left;
	width: 220px;
	margin-right: 4px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 19px;
	color: #FFFFFF;
}

#leftmenu ul {
	font-size: 15px;
	text-decoration: none;
	list-style: none;
}

#leftmenu li {
	padding-left: 25px;
	line-height: 28px;
	background-image: url(../images/point_row.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.point{
	position: relative;
	bottom: 10px;
	right: 3px;
}
 
/* tartalom esetén */ 
#content_static{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E3924;
	margin: 30px;	
}

/* szendók esetén */ 
#content{
	margin-right: 3px;	
}

.lefttd{
	background: #F9E0CC url(../images/left_sand.jpg) no-repeat;
	width: 245px;
	height: 283px;
}

.middletd{
	background: #F9E0CC url(../images/middle_sand.jpg) no-repeat;
	width: 242px;
	height: 283px;
}

.righttd{
	background: #F9E0CC url(../images/right_sand.jpg) no-repeat;
	width: 245px;
	height: 283px;
}

.type{
	position: relative;
	top: 10px;
	left: 10px;
	margin-right: 5px;
	text-align: center;
	height: 195px;
	width: 220px;
}

.type h5{
	font-size: 13px;
}

.type p{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.price{
	font-size: 12px;
	float: left;
	position: relative;
	top: 23px;
	left: 15px;
	text-align: left;
	font-weight: bold;
}

.pricemiddle{
	font-size: 12px;
	float: left;
	position: relative;
	top: 23px;
	left: 15px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

.sand{
	position: relative;
	bottom: 22px;
	width: 180px;
}

.input{
	position: relative;
	top: 20px;
	right: 15px;
	float: right;
}

.errors{
	color: red;
}