.link {
	font-family:Arial;
	color:#56822d;
	font-size:14px;
	text-decoration:none;
	white-space:nowrap;
	padding-right:4px;
}

.link:hover{
	text-decoration:underline;
}

.mail{
	font-family:Arial;
	color:#ffb200;
	font-size:14px;
	text-decoration:none;
}

.tel{
	font-family:Arial;
	color:#ffb200;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.title {
	font-family:Arial;
	color:#ffb200;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.kiskeptd {

	border:1px solid #000000;
	padding:0px;
	filter: alpha(opacity=30);
	opacity:0.3;
	cursor:pointer;
}

.kiskep {
	width:38px;
	height:38px;
	border:4px solid #FFFFFF;
}


.kiskeptdhover {
	filter: alpha(opacity=100);
	opacity:1;
	padding:0px;
	cursor:pointer;
	border:1px solid #000000;
}

.main {
	vertical-align:top;
	padding:10px;
	background-image:url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.maintitle {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#56822d;
	padding:10px 0px 10px 0px;
}
.maintext {
	font-family:Arial;
	font-size:13px;
	color:#56822d;
	text-align:justify;
}
