body						{ margin:0px; background-color:#396CA3; font-family:Tahoma,Georgia,Serif; font-size:14px; }

.container				{ width:1000px; height:auto; min-height:768px; height:768px; background:url('../kepek/design/background.jpg') no-repeat; margin:auto; }
.topimage				{ width:1000px; height:153px; background:url('../kepek/design/topimage.jpg'); }
.menu					{ width:1000px; }
.content				{ width:688px; float:left; background-color:#FFFFFF; margin:4px; padding:30px; margin-top:0px; }
.rightbar				{ width:240px; float:right; background-color:#FFFFFF; }
.editstyle				{ height:20px; width:50%; margin-top:8px; margin-bottom:8px; border:1px solid #396CA3; }
.editstylesmall			{ height:17px; width:100%; margin-top:8px; margin-bottom:8px; border:1px solid #396CA3; }
.textareastyle			{ height:150px; width:100%;  margin-top:8px; margin-bottom:8px; border:1px solid #396CA3; font-family:Tahoma,Georgia,Serif; }
.smalltextareastyle		{ height:75px; width:100%;  margin-top:8px; margin-bottom:8px; border:1px solid #396CA3; font-family:Tahoma,Georgia,Serif;  }
.kuldesgombstyle		{ height:25px; width:100px; border:1px solid #396CA3; background:#FFFFFF; margin-bottom:16px;  }
.formlabelstylesmall	{ font-size:14px; }
.formlabelstyle			{ font-size:14px; }
.formlabelstylebig		{ font-size:18px; }
.hozzaszolasbox			{ width:672px; padding:8px; border:1px solid #396CA3; margin-bottom:8px; }
.vendegkonyvsmall		{ font-size:10px; color:#396CA3; }
.vendegkonyvbig			{ font-size:12px; }
.selectstyle			{ border: 1px solid #396CA3; height:20px; margin-top:5px; margin-bottom:5px; }
.formtitle				{ font-size:28px; margin-bottom:30px; color:#396CA3 }
.konzultacioszovegdoboz	{ float:right; width:39%; border:1px solid #396CA3; padding:8px; }

a.gomb {
	background: transparent url('../kepek/design/button_right_off.png') no-repeat top right;
	color: #fff;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 30px;
	margin:4px;
	margin-right: 0px;
	padding-right: 5px;
	text-decoration: none;
}
 
a.gomb span {
	background: transparent url('../kepek/design/button_left_off.png') no-repeat top left;
	padding: 8px 0 8px 5px;
	display: block;
	line-height: 14px;
}
 
a.gomb:hover {
	background: transparent url('../kepek/design/button_right_on.png') no-repeat top right;
	color: #FFFFFF;
}

a.gomb:hover span {
	background: transparent url('../kepek/design/button_left_on.png') no-repeat top left;
}

a.gomb:active {
	background: transparent url('../kepek/design/button_right_x.png') no-repeat top right;
	color: #FFFFFF;
}

a.gomb:active span {
	background: transparent url('../kepek/design/button_left_x.png') no-repeat top left;
}